VMVirginia Mwegainvirginiamwegahashnodedev.hashnode.dev·Jul 8 · 5 min readktx Docs Review: Excellent for AI Agents, One Onboarding GapA few days ago I announced a personal challenge: reviewing AI startup documentation in public — one thing done well, one place onboarding could be smoother, one rewritten example. This is review #1. T00
VMVirginia Mwegainvirginiamwegahashnodedev.hashnode.dev·Jul 6 · 5 min readStreaming Agent Responses over SSE in Next.jsOne of the biggest UX improvements you can make to an AI application isn't choosing a faster model—it's streaming the response. Think about using ChatGPT. You type a prompt, press Send, and almost imm00
VMVirginia Mwegainvirginiamwegahashnodedev.hashnode.dev·Jul 1 · 8 min readThe Documentation System Every Startup Should HaveKey Takeaways Most documentation advice is written by people whose job is only documentation. This isn't that. This is the system I run as a solo founder shipping production AI, where docs that rot d00
VMVirginia Mwegainvirginiamwegahashnodedev.hashnode.dev·Jul 1 · 7 min readEvaluating Agents With an LLM-as-Judge Harness (Without Kidding Yourself About It)Key Takeaways You can't unit-test a coach agent the way you test a pure function — the output is non-deterministic and "good" is a judgment call, not an assertion. An LLM-as-judge harness lets you g11K
VMVirginia Mwegainvirginiamwegahashnodedev.hashnode.dev·Jun 29 · 9 min readWriting API docs an AI agent can actually consumeI found the gap the embarrassing way: one of my own agents couldn't call one of my own APIs. FamNest runs a small agent graph — a router hands a parent's message to a retriever, the retriever grounds 00