波动几何

波动几何

研究折线拐点与平行直线之间的关系

Matrix Particle Programming

Matrix Particle Programming — Author: Wang Jiaocheng

Artificial intelligence programming is mainly limited by the context being too small to remember the complete code of software projects within the memory cycle. Once it exceeds the memory cycle, obtaining subsequent code will become chaotic.

The solution is to break down a software project into smaller parts, to a granularity that allows artificial intelligence to provide the complete code for that granularity within the limited context and memory cycle. Then, the complete code of each broken-down part can be integrated into the complete software project code by humans or artificial intelligence.

The one-dimensional linear hierarchical granularity is still too large for artificial intelligence, so a two-dimensional matrix block granularity is used, with a 10-row by 12-column matrix block, totaling 120 particles:

Rows:
Server Database
Server Entity
Server Repository
Server Service
Server Controller
Client Data Source (Android)
Client Repository (Android)
Client UseCase (Android)
Client ViewModel (Android)
Client UI Layer (Android)

Columns:
L0 Business Ecosystem Layer
L1 System Layer
L2 Subsystem Layer
L3 Security Architecture Layer
L4 Module Layer
L5 Package Structure Layer
L6 Class and Interface Layer
L7 Method Layer
L8 Code Block Layer
L9 Statement Layer
L10 Expression Layer
L11 Atomic Operation Layer

All AI IDEs attempt to place all the code of the entire software project within a single context. Various agents creating calls actually disrupt the context, and the implementation methods become very complex with unsatisfactory results, requiring users to pay for their complicated implementation work.

In fact, it is entirely possible to abandon the attempt to place all the code of the entire software project within a single context, as well as the context disruption method of agent creation calls, and directly adopt the matrix particle programming method, which can be achieved by anyone using a free artificial intelligence main dialogue box.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.