Agent Joe is a Rust coding agent that deliberately cannot run commands on your machine. Most AI coding tools can, which is a real risk. 315 commits, one dev, still rough. [Show HN] https://github.com/Kapperchino/agent-joe #AI #agents #opensource
rubric-eval tests whether your AI agent called the right tools in the right order, not just whether the final answer looks right. Silent regressions hide in the middle steps. 56 commits, pip-installable. [Show HN] https://github.com/Kareem-Rashed/rubric-eval #AI #agents #opensource
Nenya scans what you send to AI services like OpenAI or Anthropic and strips out API keys or credentials before they leave your machine. Solo project, 396 commits, real depth. [Show HN] https://github.com/gumieri/nenya #AI #devtools #opensource
AgentStore is a storage layer built for AI agent teams. Two agents writing different files never block each other, and you can scope each agent to only the files it needs. One dev, 1 commit, early. [Show HN] https://github.com/guyweissman/agentstore #AI #agents #opensource
OpenDream gives AI coding agents a local memory store that survives between sessions. No more re-explaining context from scratch every time you start a new run. Installable today, UI demo included. [Show HN] https://github.com/pylit-ai/opendream #AI #agents #opensource
Kickbacks.ai puts ads inside the Claude Code spinner, the text you stare at while the AI thinks. Developers split 50/50 ad revenue; top bid is $1,000/1k impressions with real companies already buying. [Show HN] https://kickbacks.ai #AI #devtools
OpenClacky is an open-source coding agent built to reuse prior context aggressively, so you pay far less per session. It claims a 94.9% cache hit rate with a linked 30-day public report backing the number. [Show HN] https://www.openclacky.com/ #AI #agents #opensource
TetherDust lets you point AI agents at a private database, ask questions in plain English, and get charts back, with read-only enforcement and an audit log baked in. Self-hosted, AGPL, v0.1.0. [Show HN] https://github.com/mpospirit-apps/TetherDust #AI #agents #opensource
Goloop saves every agent decision as a plain text file so you can see exactly where a coding run went wrong. One AI plans, another edits files, progress is checkpointed in readable diffs. [Show HN] https://mantyx-io.github.io/goloop/ #AI #agents #opensource
Remuda runs multiple AI coding agents in parallel, each in its own repo copy, so you can hand off a batch of tasks at once. Works with Claude Code, Codex, OpenCode. Early, one dev. [Show HN] https://github.com/yendo-eng/remuda #AI #agents #opensource