ai-coding
- 1 day agoAI Coding
RAG Is No Longer Enough: How OKF Changes Agent Knowledge
Traditional RAG finds similar fragments, not authoritative rules. How Open Knowledge Format (OKF) adds a structured trust layer for AI agents alongside vector search.
- 6 days agoAI Coding
The Autonomous QA Cycle: LangGraph, Langfuse, and a Custom LLM Judge
Real QA isn't linear. How I built Cairn around a state graph, Langfuse observability, and an LLM judge that asks whether a passing test actually proves anything.
- 9 days agoAI Coding
AI Agent Skills Promise 65% Savings. A Benchmark Found 8.5%.
JetBrains tested Caveman on 82 SkillsBench tasks. Token savings fell short, quality stayed flat, and cost variance erased the gain. What actually moves agent work forward.
- 10 days agoAI Coding
Why I Dropped the Big Prompt and Went Skills-First
A big system prompt overloads AI agents instead of making them reliable. Cairn's Skills-First approach loads only the skill needed now and keeps deterministic work in code.