My AGENTIC LOOP
Most AI setups are a collection of tools that happen to be in the same browser. I try to create a system and expand it: advisors that hold their domains and share what they decide, an executive layer that turns decisions into shipped work, an automation layer that moves work between them, and an evaluation layer that scores everything and proposes its own improvements.
It runs on cloud tiers and on some hardware I already owned for cost efficiency on certain tasks. It was built inside-out over six layers.
This setup is continuously expanding. More to add in the upcoming weeks. Currently working on my personal and entrepreneural GraphRAG
|
Layer |
What runs there |
What it's for |
|---|---|---|
|
Local |
Llama 3.2 (3B), Qwen 3.5 (4B) via Ollama — a spare laptop, 6GB GPU |
A Free Play setup for various local LLM tests; LLMs can be replaced with others or can be extended with a different setup. Used mostly for Triage, classification, routing, reformatting, extraction. Simple and recurring tasks at zero marginal cost. |
|
Free-tier cloud |
NVIDIA NIM behind a gateway |
Occasional use if needed as NIM is for development tests only. First-pass drafting, structured extraction, and the judge. |
|
Premium |
Claude, Gemini |
Core reasoning, the coding agents where one wrong edit cascades, and the advisory layer. Load balanced. |
|
Execution |
Claude Code |
The executive team — orchestrator, heads, sub-agents, all with scoped tool permissions. |
|
Automation |
n8n |
Watching folders, moving work between the two halves, scheduled runs. |
|
Sync layer |
Google Drive + Drive for Desktop |
The shared state. Reachable by Claude, by Gemini, and as a plain local path by anything running on my machine. |