r/aipromptprogramming Oct 06 '25

šŸ–²ļøApps Agentic Flow: Easily switch between low/no-cost AI models (OpenRouter/Onnx/Gemini) in Claude Code and Claude Agent SDK. Build agents in Claude Code, deploy them anywhere. >_ npx agentic-flow

Thumbnail
github.com
7 Upvotes

For those comfortable using Claude agents and commands, it lets you take what you’ve created and deploy fully hosted agents for real business purposes. Use Claude Code to get the agent working, then deploy it in your favorite cloud.

Zero-Cost Agent Execution with Intelligent Routing

Agentic Flow runs Claude Code agents at near zero cost without rewriting a thing. The built-in model optimizer automatically routes every task to the cheapest option that meets your quality requirements, free local models for privacy, OpenRouter for 99% cost savings, Gemini for speed, or Anthropic when quality matters most.

It analyzes each task and selects the optimal model from 27+ options with a single flag, reducing API costs dramatically compared to using Claude exclusively.

Autonomous Agent Spawning

The system spawns specialized agents on demand through Claude Code’s Task tool and MCP coordination. It orchestrates swarms of 66+ pre-built Claue Flow agents (researchers, coders, reviewers, testers, architects) that work in parallel, coordinate through shared memory, and auto-scale based on workload.

Transparent OpenRouter and Gemini proxies translate Anthropic API calls automatically, no code changes needed. Local models run direct without proxies for maximum privacy. Switch providers with environment variables, not refactoring.

Extend Agent Capabilities Instantly

Add custom tools and integrations through the CLI, weather data, databases, search engines, or any external service, without touching config files. Your agents instantly gain new abilities across all projects. Every tool you add becomes available to the entire agent ecosystem automatically, with full traceability for auditing, debugging, and compliance. Connect proprietary systems, APIs, or internal tools in seconds, not hours.

Flexible Policy Control

Define routing rules through simple policy modes:

  • Strict mode: Keep sensitive data offline with local models only
  • Economy mode: Prefer free models or OpenRouter for 99% savings
  • Premium mode: Use Anthropic for highest quality
  • Custom mode: Create your own cost/quality thresholds

The policy defines the rules; the swarm enforces them automatically. Runs local for development, Docker for CI/CD, or Flow Nexus for production scale. Agentic Flow is the framework for autonomous efficiency, one unified runner for every Claude Code agent, self-tuning, self-routing, and built for real-world deployment.

Get Started:

npx agentic-flow --help


r/aipromptprogramming Sep 09 '25

šŸ• Other Stuff I created an Agentic Coding Competition MCP for Cline/Claude-Code/Cursor/Co-pilot using E2B Sandboxes. I'm looking for some Beta Testers. > npx flow-nexus@latest

Post image
4 Upvotes

Flow Nexus: The first competitive agentic system that merges elastic cloud sandboxes (using E2B) with swarms agents.

Using Claude Code/Desktop, OpenAI Codex, Cursor, GitHub Copilot, and other MCP-enabled tools, deploy autonomous agent swarms into cloud-hosted agentic sandboxes. Build, compete, and monetize your creations in the ultimate agentic playground. Earn rUv credits through epic code battles and algorithmic supremacy.

Flow Nexus combines the proven economics of cloud computing (pay-as-you-go, scale-on-demand) with the power of autonomous agent coordination. As the first agentic platform built entirely on the MCP (Model Context Protocol) standard, it delivers a unified interface where your IDE, agents, and infrastructure all speak the same language—enabling recursive intelligence where agents spawn agents, sandboxes create sandboxes, and systems improve themselves. The platform operates with the engagement of a game and the reliability of a utility service.

How It Works

Flow Nexus orchestrates three interconnected MCP servers to create a complete AI development ecosystem: - Autonomous Agents: Deploy swarms that work 24/7 without human intervention - Agentic Sandboxes: Secure, isolated environments that spin up in seconds - Neural Processing: Distributed machine learning across cloud infrastructure - Workflow Automation: Event-driven pipelines with built-in verification - Economic Engine: Credit-based system that rewards contribution and usage

šŸš€ Quick Start with Flow Nexus

```bash

1. Initialize Flow Nexus only (minimal setup)

npx claude-flow@alpha init --flow-nexus

2. Register and login (use MCP tools in Claude Code)

Via command line:

npx flow-nexus@latest auth register -e [email protected] -p password

Via MCP

mcpflow-nexususerregister({ email: "[email protected]", password: "secure" }) mcpflow-nexus_user_login({ email: "[email protected]", password: "secure" })

3. Deploy your first cloud swarm

mcpflow-nexusswarminit({ topology: "mesh", maxAgents: 5 }) mcpflow-nexus_sandbox_create({ template: "node", name: "api-dev" }) ```

MCP Setup

```bash

Add Flow Nexus MCP servers to Claude Desktop

claude mcp add flow-nexus npx flow-nexus@latest mcp start claude mcp add claude-flow npx claude-flow@alpha mcp start claude mcp add ruv-swarm npx ruv-swarm@latest mcp start ```

Site: https://flow-nexus.ruv.io Github: https://github.com/ruvnet/flow-nexus


r/aipromptprogramming 6d ago

New moderators needed - comment on this post to volunteer to become a moderator of this community.

6 Upvotes

Hello everyone - this community is in need of a few new mods, and you can use the comments on this post to let us know why you’d like to be a mod here.

Priority is given to redditors who have past activity in this community or other communities with related topics. It’s okay if you don’t have previous mod experience. Our goal, when possible, is to add a group of moderators so you can work together to build the community.

Please use at least 3 sentences to explain why you’d like to be a mod and share what moderation experience you have (if any).

If you are interested in learning more about being a moderator on Reddit, please visit redditforcommunity.com. This guide to joining a mod team is a helpful resource.

Comments from those making repeated asks to adopt communities or that are off topic will be removed.


r/aipromptprogramming 17d ago

NPM MetaHarness: Self Customizing agent harnesses built around existing AI tools (Claude Code, Hermes, Codex, and others)

Post image
7 Upvotes

MetaHarness works by generating repo-specific agent harnesses. It wraps the model with task rules, tool policies, scoring, receipts, routing, verifiers, and promotion gates.

Every run creates evidence. Every failure becomes training signal for the harness. Every improvement has to survive tests, cost checks, and safety gates before it gets promoted.

It supports multiple agent hosts. Claude Code, OpenAI Codex, GitHub Copilot, OpenCode, OpenClaw, Hermes, pi.dev, RVM, and GitHub Actions are all execution surfaces.

More than 100k downloads in first two weeks.

NPM: https://www.npmjs.com/package/metaharness

Repo: https://github.com/ruvnet/metaharness

Explainer: https://metaharness-explainer.vercel.app/


r/aipromptprogramming 18d ago

At least they’re honest..

Post image
83 Upvotes

r/aipromptprogramming 18d ago

I built a free, open-source menu bar app that shows your Claude Code / Codex quota before you hit the wall (zero API calls, zero Keychain access)

Post image
3 Upvotes

r/aipromptprogramming 18d ago

Nothing to see here.

Post image
0 Upvotes

r/aipromptprogramming 20d ago

Claude Brain Trust mode.

Post image
23 Upvotes

r/aipromptprogramming 20d ago

A fully local, fully agent-ready AI that watches 30+ live global feeds and forecasts world events in real time (mirofish)— running on your machine via Ollama

Enable HLS to view with audio, or disable this notification

23 Upvotes

r/aipromptprogramming 22d ago

Anthropic has embeds hidden spyware-like code in Claude Code that covertly targets Chinese users.

Thumbnail
gallery
295 Upvotes

r/aipromptprogramming 22d ago

LinkedIn Vibe Coders are next level.

Post image
42 Upvotes

r/aipromptprogramming 22d ago

Sonnet 5 kind of sucks

Post image
26 Upvotes

r/aipromptprogramming 22d ago

Another Classic Landymore..

Post image
5 Upvotes

r/aipromptprogramming 22d ago

Trump to lift limits on Anthropic’s Fable model

Thumbnail politico.com
2 Upvotes

r/aipromptprogramming 22d ago

GitFut – your GitHub stats as a World Cup player card, out of 99

7 Upvotes

r/aipromptprogramming 22d ago

Hopefully? Cause Sonnet 5 sucks.

Post image
0 Upvotes

r/aipromptprogramming 24d ago

šŸ‡ØšŸ‡³ China rot.

Post image
141 Upvotes

r/aipromptprogramming 24d ago

He’s not wrong

Post image
391 Upvotes

r/aipromptprogramming 24d ago

Anything you can build, I can build better.

Post image
259 Upvotes

r/aipromptprogramming 24d ago

Misanthropic

Post image
93 Upvotes

r/aipromptprogramming 24d ago

Mek me rich! šŸ¤‘

Post image
77 Upvotes

r/aipromptprogramming 24d ago

The hype machine is cranked to 11.

Post image
17 Upvotes

r/aipromptprogramming 24d ago

šŸ‡³šŸ‡“ Norway bans use of Al in primary school, with its PM adding that children should focus on learning to write, read, and do math.

Post image
15 Upvotes

r/aipromptprogramming 24d ago

ssh late.sh - a modern BBS you SSH into, now with door games and IRC

Thumbnail gallery
3 Upvotes

r/aipromptprogramming 24d ago

Talk to a friend's codex via @0xDesigner — Early days for Multi-player federated Ai

Enable HLS to view with audio, or disable this notification

2 Upvotes