nowfound

Alternatives

Products that do what Parallax – Coordinate adversarial AI agents over durable streams does

Parallax is a CLI for orchestrating independent AI agent cohorts (Claude, Codex, etc.) over isolated, append-only logs or streams. Each cohort operates on its own log and does not see the intermediate reasoning of others i.e. disagreement is enforced at the infrastructure layer rather than prompted at runtime. Agents write to sequenced, durable logs and a separate moderator agent subscribes to all streams, monitors progress, issues steering instructions when necessary, and synthesizes outputs at the end. That means, coordination is just done over a log with natural language, which allows us…

  1. 1

    Host LLMs across devices sharing GPU to make your AI go brrr

    Oct 2025

  2. 2
    Parallax109

    Local-first AI orchestrator for software development tasks.

    Mar 2026

  3. 3

    AI tool that turns your prompts into real video games

    Apr 2026 · parallaxpro.ai

  4. 4
    Vokal444

    A collaboration space for 10x teammates with their Al agents

    Jun 2026 · vokal.team

  5. 5

    Give agents reliable access to 2,000+ APIs w/ durable state

    Jun 2026 · swytchcode.com

  6. 6

    Build AI Copilots & AI Agents into any React app | 12k Stars

    2024

  7. 72C

    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

  8. 8SC

    Hi HN! Smooth CLI (https://www.smooth.sh) is a browser that agents like Claude Code can use to navigate the web reliably, quickly, and affordably. It lets agents specify tasks using natural language, hiding UI complexity, and allowing them to focus on higher-level intents to carry out complex web tasks. It can also use your IP address while running browsers in the cloud, which helps a lot with roadblocks like captchas (https://docs.smooth.sh/features/use-my-ip). Here’s a demo: https://www.youtube.com/watch?v=62jthcU705k Docs start at…

    Feb 2026 · docs.smooth.sh

  9. 9

    Give your AI agents native multimodal capabilities

    Apr 2026

  10. 10AD

    I've been building computer-use tools for a while, and I quietly launched this about a month ago (122 Stars on GH). I figured it was worth sharing here. Over the last few months, a lot of computer-use agents have come out: Codex, Claude Code, CUA, and others. Most of them seem to work roughly like this: 1. Take a screenshot 2. Have the model predict pixel coordinates 3. Click x,y 4. Take another screenshot 5. Repeat That works, but it's slow, expensive in tokens, and fragile. If the UI shifts a few pixels, things break. And the model still doesn't know what any element actually is. But the…

    May 2026 · github.com

  11. 11
    Cortex70

    Run multiple claude-code agents from YAML config

    Jan 2026

  12. 12GA

    Hey HN! Wanted to show our open source agent harness called Gambit. If you’re not familiar, agent harnesses are sort of like an operating system for an agent... they handle tool calling, planning, context window management, and don’t require as much developer orchestration. Normally you might see an agent orchestration framework pipeline like: compute -> compute -> compute -> LLM -> compute -> compute -> LLM we invert this so with an agent harness, it’s more like: LLM -> LLM -> LLM -> compute -> LLM -> LLM -> compute -> LLM Essentially you describe each agent in either a self contained…

    Jan 2026 · github.com

  13. 13

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

    Jul 2026 · agentgrid.sh

  14. 14CO

    We recently started to use agents to update some documentation across our codebase on a weekly basis, and everything quickly turned into cron jobs, logs, and terminal output. it worked, but was hard to tell what agents were doing, why something failed, or whether a workflow was actually progressing. We thought it would be more interesting to treat agents as long-lived workers with state and responsibilities and explicit handoffs. Something you can actually see and reason about, instead of just tailing logs. So we built Clawe, a small coordination layer on top of OpenClaw that lets agent…

    Feb 2026 · github.com

  15. 15OM

    I built OpenSwarm because I wanted an autonomous “AI dev team” that can actually plug into my real workflow instead of running toy tasks. OpenSwarm orchestrates multiple Claude Code CLI instances as agents to work on real Linear issues. It: • pulls issues from Linear and runs a Worker/Reviewer/Test/Documenter pipeline • uses LanceDB + multilingual-e5 embeddings for long‑term memory and context reuse • builds a simple code knowledge graph for impact analysis • exposes everything through a Discord bot (status, dispatch, scheduling, logs) • can auto‑iterate on existing PRs and…

    Feb 2026 · github.com

  16. 16

    Connect AI agents to browser through raw CDP

    Apr 2026

  17. 17DA

    Write a task in plain English. An AI agent runs it on a simulator on your Mac and tells you if a real user could complete it. Save the successful run as a regression check you can replay later.

    23d ago · app.deltix.ai

  18. 18
    Clyro31

    Control AI agents safely at runtime

    Jun 2026 · clyro.dev

  19. 19

    Multi-agent AI that builds, and secures your digital world

    Apr 2026 · parallaxdominion.vercel.app

  20. 202O

    Hi HN, We're the engineering team at Peakflo (B2B fintech). We built 20x internally because we kept copy-pasting Linear tickets into Claude, manually setting up branches, and babysitting agent output across terminals. Eventually we just built the infrastructure to connect task systems to agents directly — and decided to open source it. 20x is an open-source desktop app (macOS only — Linux and Windows on the roadmap) that orchestrates AI coding agents against your existing task systems. In practice: a Linear ticket gets pulled in → the triage agent assigns Claude Code + relevant skills → a…

    Feb 2026 · github.com

  21. 21MA

    We built meta-agent: an open-source library that automatically and continuously improves agent harnesses from production traces. Point it at an existing agent, a stream of unlabeled production traces, and a small labeled holdout set. An LLM judge scores unlabeled production traces as they stream. A proposer reads failed traces and writes one targeted harness update at a time, such as changes to prompts, hooks, tools, or subagents. The update is kept only if it improves holdout accuracy. On tau-bench v3 airline, meta-agent improved holdout accuracy from 67% to 87%. We open-sourced meta-agent.…

    Apr 2026 · github.com

  22. 22

    Artifex is a machine-first, headless CLI runtime built for autonomous coding agents to author, validate, and render media node graphs locally. The agent talks to Artifex through a structured CLI interface. Workflows are DAGs, and each node is a plugin that can implement its own execution logic.. Each node has capability to inject logic into graph processing, WebGPU rendering, audio processing and their own SKILL.md file. Nodes can also inject their react components (not available with CLI) - which will be available with the desktop app. Execution is topological and supports checkpoint…

    23d ago · gatewai.studio

  23. 23SA

    Hi HN, We built an AI agent for data analysts that turns the soul crushing spreadsheet & BI tool grind into a fast, verifiable and joyful experience. Early users reported going from hours to minutes on common real-world data wrangling tasks. It's much smarter than an Excel copilot: immutable data steps, a DAG of SQL views, and DuckDB for instant crunching over millions of rows. Our early agent prototype ranked #1 on the Spider2-DBT bench. https://spider2-sql.github.io Try it out and we'd love your feedback! Thanks, Di Wu & the Shadowfax team P.S. Shadowfax is Gandalf's horse from…

    Nov 2025 · shadowfax.ai

  24. 24IY

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