Your Tenth Ship Is Always Someone's First
I ship MCP servers and agent automations constantly. Personal infrastructure, benchmarks, cron-driven...
I ship MCP servers and agent automations constantly. Personal infrastructure, benchmarks, cron-driven...
The model proposes, the engine disposes. Verifying every LLM-built circuit against the real simulator before it reaches the canvas.
I Built a Dead-Simple API Gateway for My Local LLMs in 50 Lines of Python I run three...
You're paying $10 to $20 a month for Copilot. You don't have to. A 2024-era laptop can run a coding...
Welcome to Day 4! Today is all about clean architecture, dependency isolation, and modern Python...
TL;DR. Almost every eval harness reports a pass rate with an error bar, and almost every one of those...
Originally published on my personal engineering blog at louvincentbaroro.me. At the ASEAN AI...
This is the first post on this blog, and it exists because of a failure. So let me start there...
Most AI agent audit logs can tell you what prompt ran, what model answered, and which tools were...
There are a lot of shallow "10x with AI" threads out there. This isn't one of them. This is the...
TL;DR AI coding agents don't fail like normal software — they fail confidently, and the...
I built this website from scratch over about three weeks of actual work. A week during holiday, a...
Following our announcement in our launch blog post, we are sharing this developer guide to help you...
A month ago, I put the entire codebase of my SaaS on GitHub under an MIT license; payments logic,...
Deploying a LangChain app on a $5/month VPS was an experiment born out of necessity. Working in...
AI memory 시스템은 대화에서 기억을 만들고, 그 기억을 다시 요약해 더 높은 수준의 결론을 만들 수 있습니다. 여기서 원본에 가까운 입력과 시스템이 만든 파생 결과를 구분하지 않으면, 파생 결과가 다음 작업의 trigger를 키우는 self-reinforcing loop가 생길 수 있습니다.
Picture a team that has spent 18 months working inside Claude Projects. Hundreds of conversations,...
Three Gaps Between Local and Production A local MCP Server takes one command: python...
The layer between 'the model usually returns the right shape' and 'the rest of my system can depend on it' — schemas, validation boundaries, error-aware retries, and routing you ow...
If a completion gate reads a number the agent can change, the agent can pass it by changing...
Preface I want to be upfront about something before we get into it. None of the frameworks...
Claude Code can drive Chrome natively through the Claude in Chrome extension, and it will not do it...
I took an archived graph database, added vector search, LLM embeddings, and a full GDS suite – now...
One of my plugins has a SessionStart hook. It loads the active brand kit into context, so a plain...