Multi Agent RAG using LangGraph
A developer explores multi-agent Retrieval-Augmented Generation (RAG) using LangGraph, a library for building intelligent agents. The approach combines LangGraph's agent framework with RAG to retrieve…
A developer explores multi-agent Retrieval-Augmented Generation (RAG) using LangGraph, a library for building intelligent agents. The approach combines LangGraph's agent framework with RAG to retrieve…
Sub2API is an open-source AI API gateway that lets developers self-host a unified endpoint for multiple AI providers, handling authentication, routing, usage accounting, and concurrency limits. The pr…
A developer built agents-concerto, a multi-agent orchestrator on top of Claude Code that enforces behavior-driven development (BDD) and Tidy First discipline. The system uses four agents—orchestrator,…
A developer proposes a methodological analogy between human-AI interaction and quantum mechanics, arguing that the inherited categories of tool, servant, or ruler are inadequate. The developer describ…
A developer rebuilding their portfolio discovered that AI systems evaluate websites based on structured meaning rather than visual design or search rankings. Technologies like Schema.org and entity-ba…
A developer building internal tools for a hospital with AI describes four fixes that addressed silent failures in monitoring systems. The developer planted known-bad patterns to test a security scanne…
Meta Platforms' January 2025 decision to end professional fact-checking in the U.S. is contaminating the open-web data used to train AI models, creating a systemic risk of model collapse and undermini…
A developer documented a recurring pattern where a stable, reciprocal, human-governed AI project model repeatedly became flattened into a one-way authority frame during public-language abstraction. Th…
A bug in the open-source Magic: The Gathering client Cockatrice causes deck files to be silently truncated to 0 bytes when saving to a full disk. The issue, filed as GitHub #6952, stems from three com…
A developer built TraceGate, a release gate for AI agents that uses OpenTelemetry and SigNoz to enforce observability contracts before deployment. The tool runs agent scenarios, sends telemetry to Sig…
Amazon Bedrock Prompt Caching for Claude 4.6 reduces input token costs by up to 90% and latency by 85% by caching static prompt content across API requests. The feature works by hashing static prompts…
A developer found and fixed a convention mismatch in an MCP tool called `generate_commit_message` that had two different failure formats: one returning an `ERROR:` prefix and another returning a plain…
A developer audited their Claude Code setup against Anthropic's context-engineering rules and found that their automated 'memory' system was injecting redundant and irrelevant preferences into every s…
A developer warns that AI-generated videos with inconsistent physics could alter human perception of reality. The brain's predictive processing model, which learns from real-world interactions, may be…
A developer created mcp-profile, a free CLI tool that lets Claude Code users define named profiles of MCP servers and switch between them with a single command, avoiding the 'too many MCP tools loaded…
A developer has released Skull Skills, a free, open-source tool that turns Claude Code into a multi-agent team. By saying "skull," a leader interviews the user, maps the project, and assembles special…
A developer built Missio, an evidence-bound remediation agent for the Agents of SigNoz hackathon. Missio starts with a real incident reported in Slack, reconstructs what happened from SigNoz, finds th…
A developer built phi-leak-guard, a zero-dependency TypeScript library that detects PHI/PII in text and fails test suites locally in Vitest/Jest without sending data to any external API. The library u…
A developer built mAPI-ng, an open-source Go API that diagnoses its own performance issues by correlating RED metrics with runtime signals and ranking likely causes. The tool aims to eliminate the 'Ob…
A developer describes a human-AI workflow where review travels in both directions but final authority remains with the human, challenging both the tool frame and the autonomy frame. The developer note…