cd /news/artificial-intelligence/the-ai-preflight-check · home topics artificial-intelligence article
[ARTICLE · art-51741] src=tomtunguz.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

The AI Preflight Check

A developer built an AI agent with a memory architecture that runs preflight instructions, retrieving relevant skills from a library of ~90 workflow files before executing tasks. The system uses a local 35B model for 80% of routine work, routes complex tasks to frontier models, and self-improves overnight via asynchronous inference. The watchdog recently recorded a day with no suggested improvements, hinting at a potential plateau in the system's learning loop.

read2 min views1 publishedJul 8, 2026
The AI Preflight Check
Image: Tomtunguz (auto-discovered)

I still remember when my agent would forget what I said mid-sentence.

Context size is not the ceiling. Memory architecture is.

I have been experimenting with a memory architecture that runs preflight instructions. A pilot plans the route before takeoff. My agent does the same.

A query lands. “Summarize the Q3 board deck.” 200,000 raw tokens of emails, PDFs, & chats sit behind that sentence.

Preflight is retrieval. The agent inspects its skills library 1, picks the ones relevant to the task, & loads only those into the context window. Skills are consolidated memory ; the preflight step is how the agent picks the right one.

The local Ornith 35B model 2 then executes on that loaded context. Hard tasks route out to the frontier ; routine tasks remain on the local model, which happens about 80% of the time.

The watchdog monitors which skills are loaded, which decisions are made, & the success rate. Every preflight decision is logged. Every skill invocation is a named, versioned artifact.

Overnight, asynchronous inference 3 processes the day’s trail. It decides which new skills should be developed, & which parts of existing skills should become deterministic code. Calendar scheduling is a good example : an LLM should not be comparing free & busy slots ; Rust is much better at that. The system rewrites its skills library & restarts itself in a self-improving loop.

Yesterday was the first day the watchdog did not suggest any improvements. I doubt it will continue. But it hints at something : at some level of improvement, the system reaches a plateau. Only genuinely new exceptions need human help.

The skills library is a set of workflow files (~90 at present) indexed on-disk & retrieved by intent match. Skills are workflows written once, versioned, & handed to the model as tool schemas. See

Skill Distillationfor how the library was built.↩︎ - Ornith 35B is a locally-hosted open-weight model in the 35-billion-parameter class, run on Apple Silicon via

Ollama. It handles routine agent work — classification, drafting, tool selection, structured extraction — & routes the hard remainder to the frontier.↩︎ - See

Full Sail on Asynchronous Inferencefor the queue architecture that makes overnight, hours-long agent runs tractable.↩︎

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @ornith 35b 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/the-ai-preflight-che…] indexed:0 read:2min 2026-07-08 ·