nowfound

Alternatives

Products that do what Raindrop Workshop does

Open source, free, local debugger for AI agents

  1. 1
    Raindrop241

    Sentry for AI Products

    2025

  2. 2

    Stack Overflow for AI agents

    Mar 2026

  3. 3
    Retrace101

    Debug AI agents by replaying and forking runs

    Jul 2026

  4. 4

    Let Claude code and Open Claw automate the web

    Mar 2026

  5. 5
    BU138

    Openclaw in the cloud

    Mar 2026

  6. 6

    13,000+ MCP servers, skills & plugins for AI coding agents

    Jul 2026

  7. 7FA

    Hello! We just released freeact (https://github.com/gradion-ai/freeact), a lightweight agent library that empowers language models to act as autonomous agents through executable code actions. By enabling agents to express their actions directly in code rather than through constrained formats like JSON, freeact provides a flexible and powerful approach to solving complex, open-ended problems that require dynamic solution paths. * Supports dynamic installation and utilization of Python packages at runtime * Agents learn from feedback and store successful code actions as…

    2025 · github.com

  8. 8

    AI Skill & MCP server management for teams & enterprises

    Jul 2026

  9. 9
    Boxes.dev112

    Run Claude Code and Codex in your own cloud environment

    Jun 2026

  10. 10

    Your AI agents team, terminals, notes: one infinite canvas

    Jul 2026

  11. 11

    Local semantic search for AI agents

    30d ago · tryreference.com

  12. 12

    Debug like never before with the power of AI

    2023

  13. 13

    Give your AI coding agent the web as a command line

    Jun 2026

  14. 14AB

    Hi HN, Zidan here. I’ve been experimenting with AI-assisted debugging and noticed a recurring gap: most tools optimize for agent-led exploration (ex: giving claude code a browser to click around and try to reproduce an issue). But in many cases, I've already found the bug myself. What I actually want is a way to hand the agent the exact context I just saw - without retyping steps, copying logs, or hoping it can reproduce the behavior. So we built FlowLens, an open-source MCP server + Chrome extension that captures browser context and lets coding agents inspect it as structured, queryable…

    Nov 2025 · github.com

  15. 15AA

    Hi I am Aditi and I co-founded Potpie AI with my college mate Dhiren. We are building an open-source infrastructure to create custom agents for engineering use-cases like debugging, system design, integration testing, PR review etc. The agents are powered by a knowledge graph built on your code base to provide better context and memory, leading to better planning and execution. Currently we offer 6 ready-to-use agents but you can also build your custom agents. You can tune agent parameters like purpose, goals, background etc. and they are also empowered by pre-built tooling like code…

    2024 · github.com

  16. 16WI

    At Laminar (https://github.com/lmnr-ai/lmnr) we're building open source AI observability platform in Rust. We obsess over instrumentation DX for our Python and TS SDKs and in this new blog we outline how we made the most seamless way of instrumenting recently released claude agent sdk

    Dec 2025 · laminar.sh

  17. 17SR

    Hello all, I'm a software developer. Over the last few months more and more of my work has turned into using coding agents instead of typing the whole code myself. Usually a few claude sessions at once, sometimes codex, one per feature or per revealed bug. I ran them in a split terminal for a few weeks, and quickly spotted two main problems. The first is that I couldn't easily tell which agent was stuck waiting on me and which was still working, so I'd cycle through sessions and checking on them. The second one: agents sharing a single branch step on each other. Two of them could be editing…

    Jul 2026 · shikigami.dev

  18. 18AC

    Hello, looking for some users interested using a devtool that allows developers to centrally manage AI Coding Agent tools that supports all AI Coding Agent tools like Claude Code, Codex, Antigravity, etc. Try it free! https://www.producthunt.com/products/sigma-shake-governance-...

    Apr 2026 · sigmashake.com

  19. 19NC

    There's been some interesting work lately with BrowserAI (runs LLMs in the browser using WebGPU) enabling local, private AI processing. Now, the team has released BrowserAgent - a no-code tool built on top of it. BrowserAgent lets you create custom AI workflows using a drag-and-drop interface, all within your browser. This means personalized web summarizers, research assistants, or content generators can all run locally with no cloud costs and full data privacy. Check it out here - https://browseragent.dev Key features include: - No-Code Workflow Builder: Design custom AI agents…

    2025 · browseragent.dev

  20. 20CF

    Hey everyone! For the past two weeks my friend and I have been heads-down building Cloi, a fully local debugging agent that runs right in your terminal. You probably know the drill—every AI coding tool asks for API keys, subscriptions, and uploads your entire codebase to the cloud. Cloi does none of that: it runs entirely on your machine, with no cloud, no API keys, no subscriptions, and zero data leaving your system. What Cloi does: - Contextual error capture: Grabs your stack trace, local files, and environment to understand the issue. - Local LLM inference: Spins up Ollama on your box and…

    2025 · github.com

  21. 21OA

    Claude Code's source map leaked last month. Instead of just reading it, I fed the entire source into Claude Code itself and asked it to extract the core agent loop logic. The result: open-agent-sdk — a drop-in replacement for claude-agent-sdk that's fully open source and doesn't spawn a CLI subprocess. Why this matters if you've built with claude-agent-sdk: claude-agent-sdk is just a thin wrapper around the Claude Code binary. It works, but it's a black box — when something breaks, you're stuck. Every query creates a new Claude Code process. That's fine on a laptop, not fine when you're…

    Apr 2026 · github.com

  22. 22IB

    Hi! Deebo is an agentic debugging system wrapped in an MCP server, so it acts as a copilot for your coding agent. Think of your main coding agent as a single threaded process. Deebo introduces multi threadedness to AI-assisted coding. You can have your agent delegate tricky bugs, context heavy tasks, validate theories, run simulations, etc. The cool thing is the agents inside the deebo mcp server USE mcp themselves! They use git and file system MCP tools in order to actually read and edit code. They also do their work in separate git branches which provides natural process isolation. Deebo…

    2025

  23. 23OC

    CloudBot gives you a fully configured AI employee with its own cloud computer in one click. Built on OpenClaw. What you get: - Full Ubuntu desktop environment in the cloud - Pre-installed AI agent that sees the screen and controls the computer - 24/7 availability - your AI keeps working while you sleep - Uses your own API keys for AI models - Starting at $69/month The AI can use VS Code, browse the web, run terminal commands, manage files - anything you'd do on a real desktop. I wake up to completed code reviews, finished research reports, and updated documentation. Built this…

    Feb 2026 · cloudbot-ai.com

  24. 24FC

    Hi everyone, I’ve been working on an open-source tool called Flakestorm to test the reliability of AI agents before they hit production. Most agent testing today focuses on eval scores or happy-path prompts. In practice, agents tend to fail in more mundane ways: typos, tone shifts, long context, malformed input, or simple prompt injections — especially when running on smaller or local models. Flakestorm applies chaos-engineering ideas to agents. Instead of testing one prompt, it takes a “golden prompt”, generates adversarial mutations (semantic variations, noise, injections, encoding edge…

    Jan 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →