$ ./agentic --production

Agentic AI in Production.

One course. Four open-source agentic projects. A complete product — not an MVP.

Learn to design, build and ship a production-grade agentic software product your client actually wants — using opencode, openclaw-etheroi, hermes-agent-etheroi and openclaude. No throwaway demos, no "hello world" agents. You leave with a real, deployable, monetizable product.

4
open-source projects
1
production product
0
MVPs. ever.
$0
start — free model tiers
limited cohort · applying now 📍 San José, Costa Rica · remote worldwide 🤖 agents · mcp · production · multi-provider
opencodeopenclaw-etheroihermes-agent-etheroiopenclaudeMCPMulti-AgentProductionLLM RoutingCloudflareSelf-Improving Agents20+ Channels
01 ~ the_promise

Everyone builds demos. We build products.

The market is flooded with tutorials that end at a chatbot that answers three questions. This course exists because of a gap I kept hitting in 2026 while shipping real GenAI products at etheroi.com: nobody teaches the production path — how to take four powerful open-source agentic projects and turn them into a complete, client-ready, deployable software product with users, billing, observability and a real business model.

You bring the product idea (or pick one from the course catalog). I bring the architecture, the codebase patterns and the deployment playbook. Together we ship a production app of an agentic software product the client wants — not a proof of concept.

🎯 outcome
A deployable product, not a demo

Auth, data, multi-agent orchestration, monitoring, billing — everything a real product needs, nothing a demo skips.

🧩 stack
Four real open-source projects

opencode, openclaw-etheroi, hermes-agent-etheroi and openclaude — maintained forks of battle-tested upstream tools, taught end-to-end.

💰 cost
Start with $0 model costs

All LLMs run through API keys from providers with daily free tiers — build and ship before spending a cent on tokens.

02 ~ the_four_projects

The four open-source projects

Four pillars. Each one contributes a critical capability to your production agentic stack. Every project is open source, MIT-licensed at its core, and maintained by the instructor's account — so you fork it, read it, and make it yours.

pillar 1 · coding agent
opencode

The open-source AI coding agent — build & plan agents, LSP, MCP, 20+ providers.

github.com/developerjeremylive/opencode ↗

The terminal-native coding agent that builds your product's codebase. A client/server runtime (TypeScript, Bun, Hono, SolidJS) where a build agent with full tool access and a read-only plan agent work side by side.

Generates and refactors your entire product codebase
Built-in LSP support for real code intelligence
MCP integration + plugin & custom subagent authoring
Client/server design — drive it remotely
TypeScriptBunMCPLSPMIT
🦞 pillar 2 · assistant gateway
openclaw-etheroi

Your own personal AI assistant — 20+ channels, voice, canvas, skills.

github.com/developerjeremylive/openclaw-etheroi ↗

The channel-agnostic control plane for your product's assistant. A TypeScript/pnpm monorepo (Node ≥ 22) that runs one assistant across WhatsApp, Telegram, Slack, Discord, iMessage, Signal and more from a single gateway.

Multi-channel delivery — meet users where they already chat
Voice in/out + live Canvas rendering
Skills system, cron scheduling, MCP server integration
Deploy via npm/pnpm/bun, Docker or Nix
TypeScriptpnpm20+ channelsvoiceMIT
🧠 pillar 3 · self-improving agent
hermes-agent-etheroi

The self-improving AI agent — a built-in learning loop.

github.com/developerjeremylive/hermes-agent-etheroi ↗

The brain that grows while it works. A Python 3.11–3.13 agent runtime (uv, pydantic, httpx, fastapi) that creates skills from experience, persists memory across sessions, and delegates to subagents.

Learning loop — turns every session into reusable skills
Memory: FTS5 session search + LLM summarization
6 terminal backends: local, Docker, SSH, Modal, Daytona…
Subagent delegation & parallel execution
Pythonuvlearning loopmemoryMIT
🖥️ pillar 4 · agent CLI router
openclaude

Open-source coding-agent CLI for cloud & local model providers.

github.com/developerjeremylive/openclaude ↗

The model gateway of your product. A TypeScript/Bun CLI that routes one workflow across 20+ backends — OpenAI-compatible, Gemini, GitHub Models, Ollama, Bedrock/Vertex — with a PageRank Repo Map for codebase intelligence.

Provider profiles + smart auto-routing per agent
Tool-driven workflows: bash, files, grep/glob, tasks, MCP, web
Repo Map — auto-injected codebase context
Headless gRPC server + background sessions
TypeScriptBun20+ providersRepo MapMIT
🚀
field-tested · 2026
Proven in production on etheroi.com — all through 2026

This isn't theory. Throughout 2026 I've been building different GenAI applications on etheroi.com using exactly these four open-source agentic projects — chat platforms, agent platforms, voice apps, translators, fintech AI reporting and more, hosted on Cloudflare. The course is the distillation of what actually worked in production: the architectures, the failure modes, the deployment patterns.

chat.etheroi.comagent.etheroi.commktvoz.etheroi.comliveaitranslate.etheroi.comCloudflare
explore etheroi ↗
03 ~ full_syllabus

The complete curriculum

Eight modules. One production product. Every topic below is taught hands-on — you build as you learn.

jeremylive@live.com: ~/agentic_production_roadmap.log
$ cat agentic_production_roadmap.log
Module 0 · Foundations agentic_101
Agentic AI fundamentals & the production mindset

What an agent actually is (and isn't), tool calling, the agentic loop, and how multi-agent systems are structured in production. We define the difference between a demo and a product: users, state, observability, failure handling, security and cost control from day one.

agentic looptool callingmulti-agent patternsproduction mindset
Module 1 · opencode the_coding_agent
Build your product's codebase with a coding agent

Install, configure and master opencode: the build vs plan agent workflow, LSP-powered code intelligence, MCP tool integration, custom subagents, and the client/server architecture. You'll scaffold and iteratively build the full product codebase with the agent — learning to direct it like a senior engineer, not babysit it.

opencodebuild/plan agentsLSPcustom subagentsclient/server
Module 2 · openclaw-etheroi the_assistant_gateway
Deploy your product's assistant on 20+ channels

Turn your agent into a product users can reach anywhere. Configure openclaw-etheroi's gateway, connect WhatsApp/Telegram/Slack/Discord, add voice in/out and Canvas rendering, build skills, schedule cron tasks and integrate MCP servers. You'll deploy a multi-channel assistant that persists state and answers on the channels your clients already use.

openclawgatewaywhatsapp/telegram/slackvoiceskillscron
Module 3 · hermes-agent-etheroi the_learning_agent
Give your product a self-improving brain

Implement the learning loop: hermes-agent's skill creation from experience, memory persistence with FTS5 search and LLM summarization, subagent delegation and parallel execution, and choosing among 6 terminal backends. Your product will get measurably better the more your users use it.

hermes-agentlearning loopmemorysubagentsparallel execution
Module 4 · openclaude the_model_router
Route models like a production infrastructure engineer

Master openclaude's provider profiles and auto-routing: OpenAI-compatible APIs, Gemini, GitHub Models, Ollama, Bedrock/Vertex — plus the Repo Map codebase intelligence, tool-driven workflows and the headless gRPC server. Learn to pick the cheapest capable model for every task and fail over when a provider drops.

openclaudeprovider routingRepo MapfailovergRPC
Module 5 · System Design production_architecture
Architect the complete agentic product

Requirements discovery for agentic products, defining the client's desired product, component design, data models, API contracts and how the four projects fit together into one system. We design for scale, security and cost — deciding what runs on Cloudflare (Workers/D1/R2/KV) vs Docker vs dedicated servers.

architecturedata modelingapi contractscloudflarecost design
Module 6 · Production Hardening making_it_real
Auth, security, observability & reliability

Authentication and authorization for agent products, API key management, prompt-injection defense, rate limiting, structured logging, tracing, error budgets, retries with backoff, and data persistence (D1/SQLite/Postgres). The boring stuff that separates products from demos.

authsecurityobservabilityrate limitingretriespersistence
Module 7 · Deployment & Launch ship_it
Deploy, monitor and monetize

End-to-end deployment: CI/CD, containerization, Cloudflare Workers + Pages + R2 + D1, environment management, secrets, monitoring dashboards and alerting. Then the business layer: usage tracking, billing integration, a landing page for the product, and a launch checklist.

ci/cddockercloudflare workersmonitoringbillinglaunch
Module 8 · Capstone your_production_product
Build YOUR agentic product in production

The capstone: take the product you (or your client) want — an agentic software product — and ship it as a complete production app using all four projects. Weekly 1:1 reviews, architecture feedback, code reviews and a final demo day. You graduate with a deployed product, not a certificate.

capstone1:1 reviewscode reviewdemo daydeployed product
04 ~ models_and_free_tiers

LLMs with a free daily tier

You don't need a big ML budget to ship an agentic product. All models in this course run through API keys from providers that include a daily free tier — so you build, test and even launch your first users without paying for tokens.

provider
OpenCode models

The provider-agnostic stack behind opencode and openclaude — plug in free-tier models directly and route across providers from one key system.

api keyfree tiermulti-provider
provider
Google Gemini

Gemini's free daily tier gives you generous quotas for text, vision and voice — ideal for production prototypes and lean startups shipping their first agentic product.

api keydaily free tiertext · vision · voice
🔀 provider
OpenRouter

One key, hundreds of models — including free models with daily limits. The ultimate routing layer: pick the best model for each task and switch without changing code.

api key100+ modelsfree models
🧭
How we use them

In every module you'll wire real API keys from these providers through openclaude's router and opencode's provider layer. You'll learn cost tracking, rate-limit handling, retries and model selection — the exact skills you need to keep a production product profitable.

api key setupcost trackingrate limitsretriesmodel selection
05 ~ who_its_for

Who it's for

If you can read code and you're serious about shipping agentic products, this course was built for you.

💼 developers
Developers going agentic

Engineers who want to add production agentic products to their skillset — and their portfolio. Bring your own product idea or take one from the catalog.

🚀 founders
Founders & indie hackers

Launch a real agentic product with near-zero model costs and battle-tested open-source infrastructure. Skip the MVP graveyard — ship something people pay for.

🏗️ agencies
Agencies & consultancies

Deliver client projects that aren't demos. Learn the architecture and deployment patterns to quote, build and hand over production agentic products profitably.

8
modules · full syllabus
1:1
mentoring & code reviews
100%
production — zero MVPs
06 ~ investment

Investment

the program
Agentic AI in Production — Private Program

8 modules · 1:1 · production capstone

$3,500 flat
All 8 modules — the full production syllabus
Weekly 1:1 mentoring & architecture reviews
All 4 open-source projects, configured for your product
Production capstone: your product, deployed & launched
payment terms
50% to begin 50% at module 5
start the program ↗
🛰️ optional
Team Cohort / Agency Track

for teams shipping agentic products

custom /team
Up to 5 engineers, one shared product goal
Architecture blueprint for your client's product
Deployment & launch support for the finished product
Direct access between sessions

Agencies and product teams shipping agentic software for clients get a tailored track with a shared architecture review and delivery support.

"Not an expense — infrastructure for your agentic product."

07 ~ start

Let's ship your agentic product in production.

Book a 20-minute call. Tell me the product you want to build — I'll tell you the architecture, the stack and the path to production. No pitch, just engineering.

accepting new students · limited slots
🧑‍💻
Your instructor
Jeremy Live · GenAI Senior Software Engineer

I'm a computer science engineer with 8+ years shipping software across health, finance, telecom and logistics — and throughout 2026 I've been building different GenAI applications at etheroi.com using these four open-source agentic projects. Multi-agent systems, MCP-powered tooling, voice apps and edge-hosted AI on Cloudflare — all in production, all real.

No fluff, no toy projects. I take the same client-first, production-first rigor I use to ship software and apply it to your product — so you graduate with something deployed, not something demonstrated.

agentsMCPproductioncloudflareetheroi.com