← Back to Blog

Posts tagged #llm

9 posts

Agent Harness Architecture: The Primitives That Make AI Agents Reliable

Agent = Model + Harness. The model is raw intelligence; the harness is the runtime that turns an unpredictable, amnesic model into a production system. The failure modes of unguided agents and the core primitives — resilient tool execution, context assembly, sandboxing, and bounded error escalation — that engineer reliability in.

agent-harnessai-agentsagentic-ai
Read more

Kimi K3: The Open-Weight MoE Model That Caught Up to the Frontier

Moonshot AI's Kimi K3 is a 2.8-trillion-parameter open-weight Mixture-of-Experts model that trades blows with closed frontier labs on coding and reasoning — and you can download the weights. What it is, where it shines, and the tension between democratizing intelligence and shipping unfiltered power.

kimi-k3moonshot-aiopen-weights
Read more
Teaching Kimi to Speak Claude Code: A Field Guide to Tool-Format Translation

Teaching Kimi to Speak Claude Code: A Field Guide to Tool-Format Translation

Every utility that translates tool-calling formats between LLM providers — LiteLLM, Bifrost, Portkey, claude-code-router, Vercel AI SDK, first-party /anthropic endpoints — what each one actually does, and the three failure classes none of them have solved. Plus the conclusion I arrived at: stop adapting context downward to each model, and build a harness that orchestrates harnesses instead.

llmclaude-codetool-calling
Read more
The Harness, Not the Model: Why the Same LLM Burns 4× the Tokens Without the Right Scaffolding

The Harness, Not the Model: Why the Same LLM Burns 4× the Tokens Without the Right Scaffolding

A token-efficiency reading of the 'harness > model' thesis: the same model solved 6.7% of tasks bare vs 68% with the right harness — at 4× fewer tokens. What a harness is, why it's where the token bill actually lives, and what the Life-Harness and Meta-Harness papers prove. Plus how your Claude Code stack (subagents, skills, hooks, graphs) already is a harness.

harnessclaude-codetokens
Read more
How to Save Tokens in LLM: A Practical Guide for Claude Code

How to Save Tokens in LLM: A Practical Guide for Claude Code

Working approaches to saving tokens in Claude Code and Opus 4.7/4.8: subagents, skills, hooks, Chinese models, knowledge graphs, RAG, xhigh effort, session management, summarization on a cheap model, input compression (headroom, pxpipe, mcp-compressor), and server-side savings (Tool Search, context editing, prompt caching, Batches API). A checklist to cut costs by 10x.

llmclaude-codeoptimization
Read more