Debug code (48 agents)

Debuggers that trace a failing test or stack trace back to the line that caused it.
1. Claude Code Unclaimed
10+ community tutorials 10+ channels 167.5K views
No reviews yet · 1 user has asked to review this Agent
Coding & Development · General

Anthropic's agentic coding tool in your terminal — understands your codebase, edits files, runs tests, and ships PRs.

  • CLI
  • Some setup
What you need
Also runs on
VS Code · Desktop app
You’ll need
Claude Pro/Max/Teams subscription or API key · Git installed · GitHub account (for version control) · VS Code, Cursor, or similar code editor
Worth knowing
Runs with near-full access to your machine's filesystem and commands, with far fewer safety guardrails than Claude's co-work/chat modes.

Summarized from community tutorials

2. Gemini CLI Unclaimed
10+ community tutorials 10+ channels 49.7K views
No reviews yet
Coding & Development · General

Google's open-source terminal AI agent for coding, automation, and research

  • Free tier
  • CLI
  • Some setup
What you need
You’ll need
Google account · Node.js/npm (for install)

Summarized from community tutorials

3. OpenAI Codex Unclaimed
10+ community tutorials 10+ channels 46.1K views
No reviews yet
Coding & Development · General

OpenAI's agentic coding assistant that reads your repo, writes and tests code, and ships pull requests.

  • Desktop app
  • Some setup
What you need
Also runs on
CLI · VS Code · Web app · API
You’ll need
ChatGPT account · Mac OS or Windows computer · GitHub repo (for coding tasks) · Google account (for Drive connector)
Worth knowing
The creator recommends granting Codex full computer/file access and connecting plugins like Google Drive and a video-generation connector, which hands the agent broad permissions beyond simple coding

Summarized from tutorials, including the vendor’s own

4. TRAE Unclaimed
10+ community tutorials 9 channels 62.8K views
No reviews yet
Coding & Development · General

ByteDance's AI-native IDE for writing, completing, and agentically building code from natural language.

  • Desktop app
  • Some setup
What you need
Worth knowing
In some regions (e.g. Canada) unlocking the free tier requires claiming a location-gated reward, and the creator had to use a VPN to access it.

Summarized from tutorials, including the vendor’s own

5. Copilot Unclaimed
8 community tutorials 6 channels 200.9K views
No reviews yet
Coding & Development · Code completion

AI coding assistant that completes, writes, reviews, and autonomously ships code across your editors, CLI, and GitHub.

  • Free tier
  • Web app
  • Some setup
What you need
Also runs on
Desktop app · Mobile app · CLI
You’ll need
GitHub account · GitHub Copilot license (free or paid) · Editor with Copilot extension installed (e.g., VS Code, JetB
Worth knowing
Ghost Text suggestions can be close but not exactly what you want, sometimes requiring you to browse alternative suggestions or manually adjust the code.

Summarized from tutorials, including the vendor’s own

6. Droids Unclaimed
9 community tutorials 9 channels 16.3K views
No reviews yet
Coding & Development · Software engineering

Autonomous AI Droids that write, review, test, and ship code across your engineering stack.

  • Paid only
  • Web app
  • Some setup
What you need
Also runs on
Desktop app
You’ll need
Local or remote code repo · Factory Bridge desktop app (for local execution) · Rust toolchain (for the Rust+TS app tutorial) · OpenAI API key (only for apps built that call OpenAI)
Worth knowing
A built demo app returned unrelated, off-topic responses under one model (GPT-4) until the creator switched models — a reminder that generated app output can be model-dependent and flaky.

Summarized from community tutorials

7. Devin Unclaimed
10+ community tutorials 10+ channels 7.6K views
No reviews yet
Coding & Development · General

Autonomous AI software engineer that plans, writes, tests, and ships code via pull requests.

  • Paid only
  • Web app
  • Developer
What you need
Also runs on
CLI · API · Slack
You’ll need
GitHub account · Existing Git repository
Worth knowing
Restarting or clearing a session wipes its context unless you explicitly resume/continue the previous session.

Summarized from community tutorials

8. Tabby Unclaimed
10+ community tutorials 10+ channels 3.7K views
No reviews yet
Coding & Development · General

Open-source, self-hosted AI coding assistant — completions, inline chat, and an autonomous agent, all on your own GPU.

  • Free tier
  • VS Code
  • Some setup
What you need
Also runs on
Web app · Self-hosted
You’ll need
VS Code · Docker (or Windows/Mac binary) for the server · GitHub download for manual install
Setup
about 5 min
Worth knowing
Self-hosting is more setup work than cloud tools (Docker spin-up, model download, GPU recommended for smooth performance) and isn't ideal for non-technical users.

Summarized from community tutorials

9. CodeRabbit Unclaimed
8 community tutorials 5 channels 24.7K views
No reviews yet
Coding & Development · General

AI code reviewer that auto-reviews every pull request with line-by-line feedback and fixes

  • Free tier
  • No card
  • Web app
  • Some setup
What you need
Also runs on
CLI
You’ll need
A GitHub, GitLab, Bitbucket, or Azure DevOps account · An existing code repository
Worth knowing
When reviewing PRs, some of CodeRabbit's suggested fixes can be applied automatically with one click, but others cannot and must be fixed manually.

Summarized from tutorials, including the vendor’s own

10. Anything Unclaimed
10+ community tutorials 10+ channels 3.3K views
No reviews yet
Coding & Development · General

Describe an app in plain words and this AI agent builds and ships full-stack mobile and web apps.

  • Free tier
  • Web app
  • No code
What you need
You’ll need
Anything account (sign up/login)
Worth knowing
The most capable 'Max' autonomous build/test mode requires upgrading to a paid plan in some tutorials.

Summarized from community tutorials

11. TestSprite Unclaimed
10+ community tutorials 8 channels 6.1K views
No reviews yet
Coding & Development · Coding

Autonomous AI testing agent that generates, runs, and debugs E2E, API, and visual tests — so your coding agent fixes its own bugs.

  • Paid only
  • Web app
  • Some setup
What you need
Also runs on
VS Code · API
You’ll need
TestSprite account (free tier available) · MCP-compatible IDE (e.g. Cursor) · Project running locally · Product spec doc (or let AI generate one)
Worth knowing
Some tests can fail purely from environment limits (e.g. headless-browser file dialogs), not actual code bugs -- read the failure reason before trusting the fail count.

Summarized from tutorials, including the vendor’s own

12. Lemonade Unclaimed
6 community tutorials 5 channels 20K views
No reviews yet
Coding & Development · General

AI agent that autonomously builds Roblox games — prompt to Luau scripts, synced into Roblox Studio.

  • Web app
  • No code
What you need
Also runs on
Desktop app
You’ll need
Roblox account · Roblox Studio installed · An open Roblox project/base plate
Worth knowing
One creator found it unreliable for generating full maps/worlds, better suited to small add-ons like UI systems or enemy AI than whole-game creation.

Summarized from community tutorials

13. Jules Unclaimed
10+ community tutorials 7 channels 6.4K views
No reviews yet
Coding & Development · General

Google's autonomous coding agent that fixes bugs, writes tests, and ships changes as review-ready pull requests.

  • Free tier
  • Web app
  • Developer
What you need
You’ll need
Google account · GitHub account · Existing code repository on GitHub
Worth knowing
Even after several rounds of plan-approve-test iteration with detailed prompts, Jules failed to fully fix a complex multiplayer bug in the demo, requiring repeated clarification requests.

Summarized from community tutorials

14. Playcode AI Unclaimed
7 community tutorials 2 channels 76K views
No reviews yet
Coding & Development · General

Describe an app in plain English — AI builds, runs, and hosts it, in a browser code playground

  • Free tier
  • Card required
  • Web app
  • No code
What you need
You’ll need
Google account

Summarized from community tutorials

15. Amp Unclaimed
9 community tutorials 5 channels 4.5K views
No reviews yet
Coding & Development · General

Sourcegraph's agentic AI coding agent that autonomously builds, edits, and ships code across your codebase.

  • Paid only
  • No card
  • CLI
  • Developer
What you need
Also runs on
VS Code
You’ll need
Existing codebase/project to work in · Terminal or supported IDE (VS Code, Cursor, Windsurf, Antigr · Amp account/access token

Summarized from community tutorials

16. Augment Unclaimed
5 community tutorials 5 channels 15.7K views
No reviews yet
Coding & Development · Code completion

Context-aware AI coding agents that understand, edit, and ship changes across large enterprise codebases.

  • Free trial
  • VS Code
  • Developer
What you need
You’ll need
GitHub or Google account (for sign-in) · VS Code installed · An existing code project/folder to open
Worth knowing
Full-featured access (unlimited chats/completions) is only free during a 30-day trial; continued use requires paying afterward.

Summarized from tutorials, including the vendor’s own

17. Kilo Code Unclaimed
3 community tutorials 3 channels 6.2K views
No reviews yet
Coding & Development · General

Open-source agentic AI coding agent for VS Code, JetBrains, CLI, and cloud — 500+ models at zero markup.

  • Free tier
  • Bring your own key
  • VS Code
  • Some setup
What you need
Also runs on
CLI
You’ll need
VS Code installed · Kilo Code account (sign-up) · Empty project folder · Own API key (optional, e.g. OpenRouter/Anthropic)
Worth knowing
Cheaper/free bundled models (e.g. MiniMax) noticeably slow down and degrade in quality as the context window fills; starting a fresh session helps.

Summarized from tutorials, including the vendor’s own

18. Rosebud AI Game Maker Unclaimed
5 community tutorials 4 channels 3.1K views
No reviews yet
Coding & Development · General

Describe a game in plain language and Rosebud's AI builds a playable, shareable game — no code required.

  • Free
  • Web app
  • No code
19. CodePal Unclaimed
5 community tutorials 2 channels 15.9K views
No reviews yet
Coding & Development · General

AI coding companion that generates, reviews, debugs, and tests code in 60+ languages.

  • Free tier
20. Mobincube AI Unclaimed
10+ community tutorials 4 channels 2.7K views
No reviews yet
Coding & Development · General

Describe your app idea in plain language and get a working, source-code-downloadable app you refine by chatting with it.

  • Free tier
  • No card
  • Web app
  • No code
What you need
You’ll need
Email address for signup · 512x512 PNG app icon (no transparency) · Android/iOS device to test builds
Worth knowing
Free-plan apps ship with a Mobincube splash/branding and in-app ads; a paid plan is required to remove ads and use the app commercially.

Summarized from tutorials, including the vendor’s own

21. Greptile Unclaimed
6 community tutorials 2 channels 5.5K views
No reviews yet
Coding & Development · General

AI code-review agent that reviews every pull request with full-codebase context.

  • Free tier
  • Web app
  • No code
What you need
Also runs on
API · Slack
You’ll need
GitHub or GitLab account · Existing code repository to connect · Linear/Slack for optional integrations
Worth knowing
Initial indexing of a large/lengthy codebase takes noticeably longer before reviews start flowing.

Summarized from tutorials, including the vendor’s own

23. NxCode Unclaimed
No reviews yet
Coding & Development · General

Describe an app in plain English and its AI agents write, test in Docker, and deploy a full-stack app to a live URL.

  • Free tier
24. Harvi Code Unclaimed
No reviews yet
Coding & Development · General

AI coding agent for VS Code — generate, debug, and refactor across files with GPT, Claude, and Gemini, plus terminal automation and MCP.

  • Free tier
25. Firetiger Agents Unclaimed
No reviews yet
Coding & Development · Sre observability

Assigns an AI agent to every pull request — it reads the diff, watches the rollout, and root-causes regressions before your customers hit them.

  • Paid only
26. Resolve AI Unclaimed
No reviews yet
Coding & Development · Production sre

Agentic AI SRE that takes on-call: triages alerts, finds root cause across code and telemetry, and opens remediation PRs.

  • Free trial
28. CodeGeeX Unclaimed
4 community tutorials 4 channels 3.4K views
No reviews yet
Coding & Development · General

Free AI coding copilot for your IDE — completion, chat, translation, tests, and bug fixes across 100+ languages.

  • VS Code
  • Some setup
What you need
Also runs on
Web app
You’ll need
Google account · VS Code editor
Setup
about 5 min
Worth knowing
Extension and login site default to Chinese; you must manually switch language settings (sidebar, comments, chat) and the web login page to English.

Summarized from community tutorials

29. Luciq Unclaimed
No reviews yet
Coding & Development · Mobile observability

Agentic mobile observability that catches crashes and bugs in production, then ships the fix via automated root-cause analysis and PRs.

  • Paid only
30. QA Wolf Unclaimed
3 community tutorials 1 channel 2K views
No reviews yet
Coding & Development · General

AI agents that map your app, write Playwright and Appium tests, and run them flake-free in parallel — QA coverage without an in-house team.

  • Free tier
  • No card
  • Web app
  • Some setup
What you need
You’ll need
Work email · A web or mobile app to test

Summarized from tutorials, including the vendor’s own

32. depthfirst Unclaimed
No reviews yet
Coding & Development · General

AI security agents that hunt vulnerabilities across your code, dependencies, and infrastructure — and open merge-ready fix PRs.

  • Paid only
33. Xint Unclaimed
No reviews yet
Coding & Development · General

AI hacker that autonomously pentests your source code and live web apps, returning exploitable findings with PoC scripts in hours.

  • Paid only
34. Jabali AI Game Maker Unclaimed
3 community tutorials 1 channel 534 views
No reviews yet
Coding & Development · General

Prompt-to-playable game maker: generate 2D, 3D, and multiplayer games with no coding, then keep the source code and assets.

  • Web app
  • Some setup
What you need
You’ll need
Jabali account (early-access signup) · web browser

Summarized from tutorials, including the vendor’s own

35. Future AGI Unclaimed
No reviews yet
Coding & Development · General

Open-source platform to simulate, evaluate, trace, and optimize LLM and AI-agent apps — catch hallucinations before users do.

  • Free tier
  • Web app
  • Developer
What you need
Also runs on
API
You’ll need
An existing AI agent (e.g. built with LangChain) · Python codebase to add OpenTelemetry instrumentation

Summarized from tutorials, including the vendor’s own

36. Fulcrum Unclaimed
No reviews yet
Coding & Development · Workflow automation

Red-teaming agents that debug your AI agents and RL environments — finding why they fail, what's broken, and where they're reward hacking.

37. Escape Unclaimed
No reviews yet
Coding & Development · General

AI agents that continuously discover, pentest and fix security flaws in your APIs and apps — with proof of exploit and framework-specific code fixes.

  • Paid only
38. Narrative Unclaimed
No reviews yet
Coding & Development · Qa

AI agents that author, run, and self-heal your end-to-end browser tests on every PR — a zero-maintenance replacement for Playwright and Selenium.

  • Free trial
41. CodeBuddy Unclaimed
No reviews yet
Coding & Development · General

Tencent Cloud's AI coding assistant — completion, agentic multi-file code generation, diagnostics, and Figma-to-code across IDE, plugin, and CLI.

  • VS Code
  • Developer
What you need
Also runs on
Chrome extension
You’ll need
VS Code or JetBrains IDE · An existing code project/repository

Summarized from tutorials, including the vendor’s own

42. Libretto Unclaimed
No reviews yet
Coding & Development · Engineering

Open-source CLI and agent skill that turns website workflows into deterministic, maintainable Playwright automation code in your repo.

43. CodeAnt AI Unclaimed
No reviews yet
Coding & Development · Engineering

AI reviews every pull request for bugs and vulnerabilities, then pentests the app it already knows line by line.

  • Free trial
  • Web app
  • No code
What you need
You’ll need
GitHub, Bitbucket, GitLab, or Azure DevOps repo

Summarized from tutorials, including the vendor’s own

44. OpenClaw Unclaimed
10+ community tutorials 10+ channels 76.1K views
No reviews yet
Automating Workflows · General

Open-source, self-hosted autonomous AI agent that lives in your chat apps and actually does things across your tools.

  • Free
  • Card required
  • Bring your own key
  • CLI
What you need
Also runs on
Web app · Desktop app · Self-hosted · Mobile app
You’ll need
Anthropic or OpenAI API key · VPS or local PC (optionally Ollama) · Telegram or WhatsApp account · GitHub account (for code workflows) · Vercel account (for deploys)
Setup
about 20 min
Worth knowing
API usage is billed separately from any chat subscription and pay-per-use costs (especially on premium models like Opus/GPT-4o) can add up fast; community-built skills also carry real risk of maliciou

Summarized from community tutorials

45. Zite Unclaimed
10+ community tutorials 10+ channels 1.7K views
No reviews yet
Automating Workflows · General

Describe what you need and let Zite build the app, workflow, and database — no code required.

  • Free tier
  • Web app
  • Some setup
What you need
Setup
about 5 min
Worth knowing
As of one creator's recording, Zite had CSV import but no built-in data export yet, so he built his own export button to back up his data.

Summarized from community tutorials

46. CraftPic Unclaimed
No reviews yet
Generating Images & Design · General

Russian-language ChatGPT alternative that works without a VPN — image, text, video and audio generation billed in rubles.

  • Free trial