Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
Mathlas replaces LLM-based math tools — which hallucinate and require API keys — with a deterministic, zero-cost MCP server that plugs directly into existing AI coding clients for verifiable math reasoning via Lean 4 and PSLQ.
PortPeek replaces ad-hoc, per-agent port guessing with a shared coordination layer, eliminating the silent binding failures that occur when multiple MCP-compatible agents run concurrently on the same machine.
Agent-gate addresses the silent failure mode in AI agent systems — where an agent declares success on incorrect or incomplete work — by making the quality gate a structural enforcement rather than a model-level behavior.
The tool demonstrates a fully local-first agentic data-analysis workflow where the remote LLM never accesses raw data, addressing both privacy concerns and the performance limitations the author observed with large datasets in general-purpose AI chat tools.
The tool surfaces granular, per-token context consumption data for Claude Code sessions that is not otherwise directly visible, enabling cross-session analysis of compaction and cache behavior.
WebChallenger demonstrates that near-frontier web agent performance is achievable with open-weight models at a fraction of the inference cost of proprietary reasoning systems, by addressing architectural gaps rather than scaling model size.
North Mini Code is Cohere's first open-source, developer-facing model, extending agentic coding capabilities to the broader developer ecosystem under a permissive Apache 2.0 license.
AgentHUD provides a dedicated monitoring layer for Claude Code's parallel sessions and sub-agents, filling a gap in native observability for developers running multiple concurrent coding agents.
This project fills the gap left by the absence of an official Anthropic Claude Desktop release for Linux, providing native packages across the major Linux distribution families.
The `oneOf`/`allOf` schema preservation and web search additions extend Codex's compatibility with richer MCP tools and broaden what code mode agents can do without leaving the coding workflow.