Why I chose LangGraph over LangChain for multi-agent orchestration
State machines beat chains when your agents need to loop, retry, and share context. Here is the architecture that drove the decision.
Long-form notes on the technical decisions behind BugLens, from multi-agent architecture to code review ergonomics and security analysis.
State machines beat chains when your agents need to loop, retry, and share context. Here is the architecture that drove the decision.
Generic LLM reviews are useless without context. Here is how we embed docs, past PRs, and RFCs into every review.
Before BugLens, I built EnginIQ to protect Postgres from AI-generated SQL. The same AST techniques now power BugLens's scanner agent.
Model Context Protocol went from niche spec to the default integration layer for AI tooling. Here is what that changes.