Two Major Milestones…
Context system is done! There’s a lot of data flow, async operations, and flexibility involved.
Model calling is also done. LiteLLM is very powerful… But it requires a lot of error checking with configs and model preferences.
The world model is being built… And it’s feeling more like a separate project itself. A ridiculous amount of data flow is involved here… More than context. And even more logic. Considering that with AI memory, accuracy and precision drops mostly in the retrieval part. Not the storage.
But, slowly, I’m making progress! Writing down my thoughts has helped a lot.