nowfound

Alternatives

Products that do what Let Claude Code call other LLMs when it runs in circles does

  1. 1IU

    I think LLMs are overused to summarise and underused to help us read deeper. I built a system for Claude Code to browse 100 non-fiction books and find interesting connections between them. I started out with a pipeline in stages, chaining together LLM calls to build up a context of the library. I was mainly getting back the insight that I was baking into the prompts, and the results weren't particularly surprising. On a whim, I gave CC access to my debug CLI tools and found that it wiped the floor with that approach. It gave actually interesting results and required very little orchestration…

    Jan 2026 · trails.pieterma.es

  2. 2

    Put Claude Code tasks on autopilot with smart routines

    Apr 2026 · anthropic.com

  3. 3CM
  4. 4

    Push events and chat with Claude Code via Telegram & Discord

    Mar 2026 · code.claude.com

  5. 5

    Schedule recurring tasks locally and in the cloud easily

    Mar 2026 · claude.ai

  6. 6
    agmsg245

    Stop copy-pasting between your AI coding agents

    Jun 2026 · github.com

  7. 7FO
  8. 8

    Scheduler for Claude Code (macOS)

    Oct 2025

  9. 92C

    Single-agent LLMs suck at long-running complex tasks. We’ve open-sourced a multi-agent orchestrator that we’ve been using to handle long-running LLM tasks. We found that single LLM agents tend to stall, loop, or generate non-compiling code, so we built a harness for agents to coordinate over shared context while work is in progress. How it works: 1. Orchestrator agent that manages task decomposition 2. Sub-agents for parallel work 3. Subscriptions to task state and progress 4. Real-time sharing of intermediate discoveries between agents We tested this on a Putnam-level math problem, but the…

    Feb 2026 · github.com

  10. 10OR
  11. 11LC

    2023 · github.com

  12. 12LC

    Debugging is hard for LLMs, because they primarily depend on source code, and they don't have access to runtime state. I spent countless hours debugging code, and the only way I found LLMs useful for that, is to ask them to add log lines. That's annoying, because it pollutes my code and adds unnecessary diffs. So we made an MCP server that solve this problem. It gives MCP clients (like Claude Code) access to a NodeJS inspector, so they can: 1. set breakpoints 2. step in, step out, continue 3. fetch the current execution location 4. read console output 5. run JS using eval To try: 1. run a…

    2025 · github.com

  13. 13IL

    2025 · github.com

  14. 14LC
  15. 15OV
  16. 16TT

    I built two CLI tools to fix friction points with Claude Code: claude-remote-approver – Sends permission prompts (Bash, Write, Edit) as push notifications to your phone via ntfy.sh. Tap Approve/Deny from anywhere. Falls back to terminal on timeout. Supports "Always Approve" for trusted tools. claude-plan-reviewer – Hooks into Claude Code's plan mode and sends plans to a rival AI (OpenAI Codex CLI or Gemini CLI) for review. Feedback gets injected back, Claude revises, repeats for N rounds. Different models catch different blind spots. Together: give Claude a task, walk away, rival AI…

    Mar 2026

  17. 17LW

    Hi HN, While waiting for Claude Code to finish running, It's very tempting to start another task or browse the internet. This is what happened to me so I built Foyer to try to learn about what the agents are working on instead of losing focus. Product is an early MVP and would love some feedback on this.

    Jun 2026 · github.com

  18. 18AM
  19. 19

    LLM-powered coding assistant — in your terminal

    Feb 2026 · github.com

  20. 20GA
  21. 21

    Your AI approves its own work. This one can't.

    Jul 2026 · github.com

  22. 22

    Message other Claude Code users through your Claude Code

    May 2026 · pavanmadiraju91.github.io

  23. 23

    A Command Center for Claude Code — agents + browser + phone

    Apr 2026 · ohmyteam.cc

  24. 24

    LLM prompts + Claude Code Agent instructions, free

    Mar 2026 · atelier-prompt.fr

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