←back to thread

600 points antirez | 1 comments | | HN request time: 0.284s | source
Show context
theodorewiles ◴[] No.44625055[source]
My question on all of the “can’t work with big codebases” is how would a codebase that was designed for an LLM look like? Composed of many many small functions that can be composed together?
replies(5): >>44625070 #>>44625105 #>>44625128 #>>44625450 #>>44625922 #
1. Keyframe ◴[] No.44625128[source]
like a microservice architecture? overall architecture to get the context and then dive into a micro one?