A working multi-agent application, not a demo. The browser fetches the PR + file diffs from the GitHub public API, then fans out four parallel streaming LLM calls — each with a tightly scoped system prompt focused on a single review dimension (correctness · security · style · tests). Cards stream in independently as the model produces tokens. Once all four finish, a lead-reviewer prompt receives the diff plus all four reviews and emits a structured verdict (LGTM / LGTM_WITH_NITS / NEEDS_CHANGES / BLOCK) plus top severity-graded issues. Reuses the existing OpenRouter streaming route, the per-IP rate limiter, and the same UI patterns as the rest of AI Labs. Lives at /pr-review on the portfolio.
Working tool that reviews real public PRs in seconds
Demonstrates real multi-agent orchestration — not a sandbox simulation
Reuses /api/demo/generate, the shared rate limiter, and the AI Labs UI vocabulary
AI-powered job search platform: discover roles, evaluate fit, tailor applications, and close skill gaps. One-time pricing, no subscriptions.
View ProjectOpen-source widget that adds an AI chat with source-cited answers to any site via one script tag. Browser-side RAG, BYOK LLM, no vector database, no per-chat SaaS fees.
View Project