|
|
|
|
|
by avereveard
29 days ago
|
|
Seems hella inefficient. Better method start to realizing that everything that every program do is data transformations and or movement Then you ask llm to subdivide data in a tree along the domain model, classifing streaming vs storing nodes Then for each node you discuss with the ai for the best data structure Then you ask for an interface that fully encapsulate the structure and every mutation only allows to go from a valid state to a valid state and bidding else is allowed to touch the state And that's mostly it just connect all the interfaces until input goes to monitor or to storage or to api or wherever the destination is |
|