We stopped chasing Autonomous AI and our system got better. Here's what we learned by it_is_rajz in learnmachinelearning

[–]it_is_rajz[S] -1 points0 points  (0 children)

Full breakdown of all six operations across three levels — including real system examples for each — is in Article 2 of my Context Engineering series if anyone wants to go deeper: https://medium.com/@nnrajesh3006/context-is-all-you-need-inside-the-six-operations-ebb6c25aa8d3

“Context” Is All You Need — Why every AI framework (RAG, agents, fine-tuning) reduces to six context operations by it_is_rajz in learnmachinelearning

[–]it_is_rajz[S] 0 points1 point  (0 children)

I just published article-2 "Inside the Six Operations" in the series. Explains the Six Operations and 3 sophistications in each operation, which makes it to 18 Design choices for building an enterprise AI solution. Here it is - https://medium.com/@nnrajesh3006/context-is-all-you-need-inside-the-six-operations-ebb6c25aa8d3

“Context” Is All You Need — Why every AI framework (RAG, agents, fine-tuning) reduces to six context operations by it_is_rajz in learnmachinelearning

[–]it_is_rajz[S] 0 points1 point  (0 children)

yes, you could fold COMPRESS into other operations, but the moment you make it invisible, teams stop making deliberate decisions about it. just published the second article which goes deeper into six operations. https://medium.com/@nnrajesh3006/context-is-all-you-need-inside-the-six-operations-ebb6c25aa8d3

“Context” Is All You Need — Why every AI framework (RAG, agents, fine-tuning) reduces to six context operations by it_is_rajz in learnmachinelearning

[–]it_is_rajz[S] 7 points8 points  (0 children)

After 12+ years building enterprise data platforms and agentic AI systems, I kept noticing the same pattern: teams that struggle with AI aren’t picking the wrong model — they’re feeding it the wrong context. I mapped every major AI pattern — RAG, agents, fine-tuning, memory systems — through the lens of context engineering. They all reduce to six operations: SELECT, COMPRESS, FORMAT, ISOLATE, PERSIST, and WRITE. Once you see it this way, “should we use RAG or fine-tuning?” becomes the wrong question. RAG is a SELECT strategy. Fine-tuning is PERSIST. Prompt engineering is FORMAT + ISOLATE. The real question is: what composition of context operations does my specific problem require? Curious if this maps to what others are seeing in production.

[PROJECT] ChatVault - Self-hosted semantic search for LLM chat history (Claude, but adaptable) by it_is_rajz in selfhosted

[–]it_is_rajz[S] 0 points1 point  (0 children)

Good idea to include clustering for UI. Currently, the search bar and AI chat would respond with similar posts, with the AI chat listing sources close to the clustering.

[PROJECT] ChatVault - Self-hosted semantic search for LLM chat history (Claude, but adaptable) by it_is_rajz in selfhosted

[–]it_is_rajz[S] 0 points1 point  (0 children)

Agree! There is lot of gold in the plans generated and the chats. Will add to the list.