AI agent platforms and compute access
Provide hosted local AI models or agents that customers access on demand and pay for by task or usage.
11 creators independently cover this, across 45 variations.
online BOTH needs equipment
Sources: 20VC with Harry Stebbings · Chris Koerner on The Koerner Office Podcast · Github Awesome · Greg Isenberg · IBM Technology · Latent Space · ManuAGI - AutoGPT Tutorials · No Priors: AI, Machine Learning, Tech, & Startups · Open Residency · Y Combinator · a16z
A personal, open-source AI agent that can be operated through messaging channels such as WhatsApp and Discord
Y Combinator — Peter Steinberger: What Happens When 4.7 Million People Let It Cook
Build an agent interface that lets people send prompts from their phone to a computer-based coding agent without dealing with terminals, model selection, context sizes, or session management. Make the agent return concise answers, act proactively, and feel more like a helpful companion than a raw terminal.
Problem: There was no good way to send a prompt from a phone to a computer and check on a coding agent while away from the computer. Existing agent interfaces also exposed too much technical complexity.
For: People who want to use coding agents without terminal complexity, including nontechnical users and people who want to monitor or direct agents from their phones.
Examples
- The WhatsApp relay became Claudius, then Claudebot, and eventually OpenClaw after Discord support and broader use were added.
Enterprise AI concierge for customer, sales, and operational workflows
a16z — Decagon’s Playbook for Building Enterprise AI Applications
Build an AI agent platform that acts as the front door of a business, handling reactive and proactive customer interactions while following business processes across customer support, inbound sales, and operational workflows. The product should combine models, business logic, enterprise integrations, testing, compliance controls, conversation monitoring, and deployment support.
Problem: Frontier models alone do not provide the business logic, integrations, governance, testing, monitoring, and deployment processes required to run AI agents safely and effectively inside an enterprise. Businesses also have more demand for customer support and other service interactions than their human teams can economically supply.
For: Large enterprises, including banks, airlines, telecommunications companies, regulated financial-services companies, and other businesses with high-volume customer interactions and complex legacy systems.
Examples
- Customer support: an early customer with about 50,000 monthly support tickets made support available on every page, more prominent where users were likely to get stuck, and available to free users after AI lowered the cost of providing support.
Production-ready inference hosting for open AI models
Latent Space — The Inference Frontier: 10x Faster Models to Self-Optimizing AI — Philip Kiely & Ali Taha, Baseten
Deploy newly released open models as fast, reliable APIs by adapting them to a serving stack, optimizing their GPU execution, preserving model fidelity, and operating them against real-world traffic. Customers can begin with shared per-token APIs and move to dedicated deployments when their use case becomes high-volume, reliability-sensitive, or requires custom optimization.
Problem: Making an open model usable in production rather than merely generating a token from its weights. The service addresses model integration, quantization, speculative decoding, KV-cache routing, GPU parallelism, reliability failures, and performance optimization.
For: Companies experimenting with open models that later develop high-volume, sticky workloads, require predictable reliability, need custom tool calling or structured outputs, or want a dedicated latency-versus-throughput configuration.
Examples
- GLM-5.2: its production support required quantization, speculative-decoder training, infrastructure setup, testing, and runtime support for its DSA component.
A cloud-hosted AI co-founder club that gives each member a personal, containerized AI agent
Chris Koerner on The Koerner Office Podcast — He Asked AI To Make Money. It Did.
Provide members with an AI agent running 24/7 in its own cloud-hosted container, plus a Discord community, templates, and setup support. Members interact with their agents through Telegram, Discord, or the included interface and can use them for research, file creation, web tasks, coding projects, and other personal or business activities.
Problem: People want to use an autonomous AI agent but may not want to run it on their personal computer because of the risk of exposing or damaging local files, email, repositories, credentials, and other data.
For: People who want their own autonomous AI agent but are not technical enough to install and host one themselves, including people interested in using an agent to build a business.
Examples
- SWAT-analysis and business-research service on Fiverr: the initial offer failed because a new Fiverr account had no visibility, reviews, or ads.
Autonomous AI operations platform for essential-service businesses
No Priors: AI, Machine Learning, Tech, & Startups — Building an Autonomous Enterprise for Real-World Services with Netic Founder Melisa Tokmak
Build an intermediary platform between large real-world service companies and their customers. AI agents understand customer needs, apply the company’s operational rules, coordinate service and labor, and handle inbound, outbound, analytics, and revenue-generation workflows, while human workers continue delivering the physical services.
Problem: Essential-service companies depend on large, unreliable human support teams to answer customers, interpret complex needs, schedule the right technician or worker, manage seasonal demand, and generate revenue. Missed calls and poor coordination can cause customers to choose competing providers and prevent companies from scaling efficiently.
For: Large enterprises in HVAC, plumbing, electrical, roofing, consumer wellness, hospitality, automotive, and pet services, including businesses that serve millions of consumers or other businesses and may be owned by private equity.
Examples
- HVAC services: an agent handles a customer whose heat has failed, determines the home and equipment details, assesses urgency, and identifies which technician should be dispatched.
Managed proactive AI teams with earned autonomy
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Albato AI, River, Verse, Breadcromb & Agently
A recursively self-improving AI agent harness for scalable, safer agent applications
Latent Space — Exo: Harnesses should see their own code and logs — Alex Krentsel
Build an agent system whose executive can inspect and modify its own prompts, context assembly, tools, skills, adapters, and other policy code at runtime. Separate stateless policy from protected state and an isolated execution environment so the system can evolve while preserving history, protecting secrets, testing changes, and rolling back failures.
Problem: Conventional agents can modify memory, skills, or predefined extension points, but cannot recursively improve the full machinery that constructs context and executes actions. They also commonly mix agent policy, secrets, state, and execution in one environment, making self-modification risky and large-scale deployment difficult.
For: Companies building agents for many users or ongoing usage streams, and developers who need agent systems that can improve task performance or reduce inference costs without manually redesigning the harness.
Examples
- Exo playing Pokémon: Exo inspected the game's RAM, mapped information such as world position, active Pokémon, and battle state, modified its own game integration, and fed the resulting information into its system message.
Context-engineered CRM AI agent for standardized customer-information workflows
IBM Technology — MCP vs Skills: Which Is Right for Your AI Agent and LLMs?
Build an AI agent that retrieves customer records from a CRM through MCP and applies a reusable skill so the information is formatted consistently, including the customer's name, contact information, and favorite type of cookie.
Problem: LLMs are non-deterministic, and directly giving them a CRM API, documentation, and an authentication token does not reliably produce consistent customer-information updates or formatting.
For: Sales teams that need CRM information retrieved and formatted the exact same way every time.
Examples
- A CRM workflow that retrieves a customer's name, contact information, and favorite type of cookie, then formats those fields consistently.
Specialized, low-energy inference hardware for latency-sensitive AI systems
Y Combinator — Jeff Dean: The 1% Rule for Building in AI
Build hardware specialized for the operations and precision requirements of AI inference instead of using general-purpose computational devices, with the goal of reducing data movement, energy use, and latency.
Problem: General-purpose CPUs, GPUs, or broader accelerators can make large-scale inference too energy-intensive or slow, especially when users expect immediate responses.
For: Operators of AI services and agent-based systems that need much lower inference latency and energy consumption.
Examples
- TPU: it was created after calculating that three minutes of daily speech recognition per Google user would require doubling Google's server fleet; the resulting chip was described as 30 to 80 times more energy efficient than CPUs and GPUs of the day and 20 to 30 times lower in latency.
Enterprise multimodel AI system combining a proprietary specialist model with external models and task-specific subagents
20VC with Harry Stebbings — OpenRouter CEO: Why Chinese Open Models Are Beating the US | Why Enterprises Fear OpenAI & Anthropic
Build an enterprise AI system around a company's own specialized model while using other models for capabilities, ideas, cost reduction, or tasks that the proprietary model does not handle best. An orchestrator delegates defined tasks to lower-cost subagents and handles the remaining non-deterministic work itself.
Problem: A company-owned model will not win every use case, while using only external frontier models can increase dependence and cost. Different tasks require different levels of capability, and deterministic tasks do not always justify an expensive frontier model.
For: Enterprises with proprietary data, specialized workflows, and a need to improve margins or productivity without relying exclusively on their own model.
Examples
- Text classification: given as an example of a deterministic task suited to a low-cost open-weight model.
Job-specific agent tools built from an expert's archive
Greg Isenberg — Cloudflare will make 1000+ AI millionaires
Turn an expert's accumulated videos, podcasts, newsletters, templates, or community posts into a structured agent tool that performs one specific job using the expert's frameworks, examples, and principles.
Problem: Expert knowledge is trapped in large archives that audiences cannot efficiently apply, while experts cannot personally provide consulting to everyone who wants their frameworks.
For: Creators, media companies, analysts, consultants, researchers, and experts with a deep archive and a clearly defined audience; the eventual users are members of that audience who want the expert's help with a specific task.
Examples
- Sales expert: turn approximately 300 sales videos into a cold-email improvement tool that critiques, cites source lessons, rewrites, scores, and proposes a test.
Multi-model AI coding gateway and agent builder
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Fluree AI, Pushary, Notte, OpenCode Superapp & Pulse
Give developers one account and API for choosing among multiple language models, comparing their results, and packaging reusable coding agents.
Problem: Developers face vendor lock-in and the inconvenience of managing separate model subscriptions.
For: Developers and small teams
Local-first AI coding workspace for Mac
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Fluree AI, Pushary, Notte, OpenCode Superapp & Pulse
Combine coding agents, projects, terminals, Git, local or cloud models, browser automation, and permission-gated computer use in a private native Mac workspace.
Problem: Developers must choose between the power of cloud coding agents and keeping projects and model traffic private and local.
For: Developers who want local control
Shared cloud file system for fleets of AI agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Fluree AI, Pushary, Notte, OpenCode Superapp & Pulse
Self-learning AI incident-response agent
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Albato AI, River, Verse, Breadcromb & Agently
Build a live infrastructure knowledge graph that groups alerts, traces blast radius, suppresses known noise, and diagnoses root causes.
Problem: Alert noise and manual investigation across multiple dashboards.
For: Engineering and on-call teams.
Memory and knowledge layer for AI agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Albato AI, River, Verse, Breadcromb & Agently
API infrastructure for embedding coding agents in products
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Fluree AI, Pushary, Notte, OpenCode Superapp & Pulse
Provide a single back-end API that runs coding agents in managed sandboxes and returns structured, reviewable work inside another product.
Problem: Building agent infrastructure requires months of work across sandboxes, runtimes, sessions, streaming, files, permissions, and cost controls.
For: Product developers shipping AI features
Multi-agent AI coding assistant
IBM Technology — Agentic AI Frameworks Explained: Workflows, Multi-Agent, & Production
An open-ended coding assistant in which multiple agents collaborate: a planner develops the solution plan, a coder writes the code, and a reviewer evaluates, recommends changes, and helps debug.
Problem: It coordinates planning, implementation, review, and debugging for open-ended coding problems.
For: People or organizations seeking assistance with software development.
Examples
- AI coding assistant: uses planner, coder, and reviewer agents to plan, write, review, recommend changes, and debug code.
Role-based content generation system
IBM Technology — Agentic AI Frameworks Explained: Workflows, Multi-Agent, & Production
A multi-agent content system with separate researcher, writer, and editor roles. The researcher gathers web material, the writer produces an article, and the editor revises it before publication to a social media website.
Problem: It divides content production into clearly bounded research, writing, and editing responsibilities.
For: Organizations or creators producing articles for social media publication.
Examples
- Content generation agent: a researcher gathers web material, a writer creates an article, and an editor revises it before it goes to a social media website.
Marketplace for deployable AI-agent personas
Chris Koerner on The Koerner Office Podcast — You Only Need a Laptop to Start This Business
A marketplace where creators sell fully deployable AI agents trained for roles such as marketing manager, entrepreneur, or sales representative. Buyers could filter agents by function, inspect their technology stack and approximate token costs, and purchase or subscribe to them. The marketplace would take a cut as the intermediary.
Problem: Businesses need practical AI employees or role-specific expertise but do not know how to create and deploy those agents themselves.
For: Business owners who want AI agents to perform specific roles, such as cold-email marketing.
Examples
- A cold-email agent could use tools such as Instantly and Mailchimp and be sold for $30 per month.
Subscription AI replicas of famous geniuses and mentors
Chris Koerner on The Koerner Office Podcast — You Only Need a Laptop to Start This Business
A MasterClass-like subscription in which users converse with AI replicas trained on a famous person's writings and content instead of merely watching a course. The replica could coach users on a specific problem and could eventually incorporate the user's own data for more personalized conversations.
Problem: Traditional courses provide one-way instruction from people who are distant from students, while users may want an interactive mentor tailored to their own situation.
For: People who want personalized advice, coaching, or instruction from simulated versions of famous experts, athletes, or historical figures.
Examples
- A Steve Jobs replica could discuss a user's product idea.
No-code autonomous AI employees for recurring business work
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Albato AI, River, Verse, Breadcromb & Agently
Create autonomous digital employees from plain-language role descriptions that plan and execute work around the clock.
Problem: Small teams reaching an output ceiling because recurring tasks still require human effort.
For: Founders, agencies, and lean teams scaling without headcount.
A purpose-built travel-planning MCP for AI assistants
Open Residency — AI Agents: The Most Valuable Skill You Can Learn in 2026 (Full Course)
Build a travel-planning product as an MCP connector that gives an AI assistant specialized travel-search and itinerary capabilities instead of presenting it as a standalone website with its own chat interface.
Problem: A general-purpose AI assistant may need additional tools to search travel sites and plan trips effectively; a specialized MCP supplies those capabilities inside the assistant the customer already uses.
For: People who use AI assistants such as Claude to plan trips, including travelers planning specific destinations and durations.
Examples
- An AI travel agent for planning a 10-day trip to New York: the recommended product direction was to build it as a Claude MCP rather than primarily as a website.
Hosted AI-assistant software service for a specific professional niche
Chris Koerner on The Koerner Office Podcast — OpenClaw is BOOMING! Do This to Profit
Build dedicated AI assistants, host them on the provider's own server, and sell access as a software-as-a-service product so customers do not have to install or manage the agents themselves.
Problem: Customers want the benefits of an AI assistant but face friction when they must install, host, connect, secure, and maintain it themselves.
For: Real estate agents, lawyers, executives, and other busy people or businesses that want AI assistance without managing the underlying system.
Examples
- Dedicated AI assistants for real estate agents.
AI-native CRM that automatically maintains sales context and follow-up work
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Murmell, Lightfield, AgentSky, Wispr Flow & Halo
An AI-native CRM builds a living customer model from calls, emails, and meetings, then uses agents to generate pipeline views, meeting preparation, and stale-deal recovery.
Problem: Legacy CRMs require sellers to manually log activity, update fields, and draft follow-ups.
For: Early-stage, high-growth teams and sellers burdened by CRM administration.
Managed cloud hosting for long-lived AI agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Murmell, Lightfield, AgentSky, Wispr Flow & Halo
A managed service launches persistent agents in sandboxed cloud environments with continuous history, snapshots, recovery, connectors, and access across messaging and developer channels.
Problem: Running long-horizon agents requires setup, operations, persistence, recovery, and channel integration work.
For: Developers and teams that need always-on agents without managing a Mac mini or other infrastructure.
Local Windows workbench for managing multiple coding agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Murmell, Lightfield, AgentSky, Wispr Flow & Halo
Mobile remote control for terminal-based coding agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Murmell, Lightfield, AgentSky, Wispr Flow & Halo
Multi-agent simulation service for rehearsing possible futures
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : AutoGPT, Capptivo, anydoc, Swiftlet, waku-agent & morphicons #282
A prediction engine that turns source material into a knowledge graph, generates agents with personalities and memory, and simulates them in a digital world.
Problem: People need a way to explore how many autonomous actors might respond to a proposed situation.
For: Users analyzing news, policy drafts, novels, or other seed material who want to rehearse possible outcomes.
Examples
- News, policy drafts, and novels are named as possible simulation inputs; no specific business outcome is claimed.
High-density Kubernetes runtime for agent workloads
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : AutoGPT, Capptivo, anydoc, Swiftlet, waku-agent & morphicons #282
A Kubernetes-based system that multiplexes idle agent-like workloads onto worker pods by suspending and resuming them with state intact.
Problem: Running separate active workloads can consume resources and add latency when agents are idle.
For: Teams running many agent workloads on Kubernetes that need higher density and lower latency.
Agent-first self-hosted CRM
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : AutoGPT, Capptivo, anydoc, Swiftlet, waku-agent & morphicons #282
A CRM built around an AI agent that maintains records and schedules follow-ups while refusing to guess facts about people.
Problem: CRM records and follow-ups can become stale, while automated systems may invent unsupported information about contacts.
For: Teams that want an AI-assisted CRM with human control over uncertain evidence.
Examples
- The user's own email is treated as evidence.
Web data API for AI agents and research pipelines
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Omniwork, Argos, Fin, Firecrawl & BrowserOS neo
Developers provide a search query or URL and receive clean web content, structured data, screenshots, or metadata, with crawling and authenticated interactions available for larger workflows.
Problem: Human-oriented web pages contain navigation, advertisements, scripts, and other noise that agents cannot efficiently use.
For: Developers powering AI agents and research pipelines.
Examples
- Search, full-site crawling, authenticated form interaction, PDF parsing, and DOCX parsing are named use cases.
Adaptive tool retrieval for coding agents
Github Awesome — GitHub Trending Weekly #42: nimbus, xy, persona, drawesome, letsseal, camelAI, OpenSlides, numbat
Ratel reduces agent tool overload by indexing tool schemas and skill metadata, searching them with in-process BM25, and injecting only matching tools or instructions for the current turn.
Problem: Avoids presenting an agent with every available capability on every turn.
Examples
- Ratel: reduces tool-related token usage by roughly 80% across the maintainers' tests.
Multiplayer terminal layer for collaborative AI coding sessions
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Murmell, Lightfield, AgentSky, Wispr Flow & Halo
An open-source terminal layer lets a teammate join a live Codex or Claude Code conversation from their own terminal while preserving each participant's identity in the transcript.
Problem: Useful coding context can remain trapped inside one person's agent conversation.
For: Small teams pairing on AI-assisted coding work.
Local execution runtime for large Qwen models on iPhones
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : AutoGPT, Capptivo, anydoc, Swiftlet, waku-agent & morphicons #282
Local MCP gateway consolidating tools for multiple AI agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Omniwork, Argos, Fin, Firecrawl & BrowserOS neo
Developers add MCP servers once behind a local gateway, expose them to multiple agent clients, reduce tool-definition tokens through on-demand search, and centrally control keys and destructive tools.
Problem: Teams repeatedly wire the same connectors and keys into every agent, while loading hundreds of tool definitions consumes context.
For: Developers and teams using multiple AI agents and MCP servers.
Shared company-context layer for AI agents
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Albato AI, River, Verse, Breadcromb & Agently
Capture company decisions, owners, plans, and drift signals from work tools, then expose current shared memory to AI agents through MCP.
Problem: AI assistants producing fluent answers without knowing recent decisions, ownership, or current problems.
For: Teams in product, sales, finance, and leadership.
Ratel: context engineering and tool selection for AI agents
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : bitchat, Dokku, Mole, Box3D, Kaneo & GeoLibre #279
An in-process context engineering platform that selects which tools enter an AI agent's context window each turn, using BM25 retrieval without a vector database or embeddings.
Problem: Showing every available tool to an agent can overload its context window and obscure the tools relevant to the current turn.
For: Developers operating AI agents with many tools or MCP servers.
AI-native CRM that builds customer context and automates sales administration
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Omniwork, Argos, Fin, Firecrawl & BrowserOS neo
An AI CRM builds a versioned customer record from calls, emails, and meetings, then uses agents to generate pipeline work, meeting preparation, and follow-ups.
Problem: Legacy CRMs burden sellers with field updates, note taking, and follow-up drafting.
For: Early-stage, high-growth teams.
Examples
- Pipeline generation, meeting preparation, follow-up drafting, and reviving stalled deals are named use cases.
Open-source API platform for programmatic inboxes
ManuAGI - AutoGPT Tutorials — Top AI Agent Projects : Albato AI, River, Verse, Breadcromb & Agently
Pipeline for converting long-form knowledge into callable AI-agent skills
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : LobeHub, clawk, Jolt Physics, Clodex, mindwalk & Persome #276
An open-source system that processes books, videos, podcasts, interviews, and courses into structured, executable agent skills rather than summaries.
Problem: Turning large bodies of source material into reusable agent instructions with evidence, examples, boundaries, and executable steps.
For: Developers and organizations building knowledge-grounded AI agents.
A smart AI model-routing system that selects an appropriate model for each question or workload
IBM Technology — Smart AI routing explained
Route each question to either a larger, more expensive model or a cheaper, safer model instead of using one giant model for everything. The same principle can match each workload to an appropriate accelerator rather than always using the largest chip.
Problem: Using the largest model or accelerator for every task is too expensive and potentially too risky.
For: Organizations running AI workloads that need to balance capability, cost, safety, and trust
Delegation extension for a coding agent
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : LobeHub, clawk, Jolt Physics, Clodex, mindwalk & Persome #276
An extension that lets a coding agent delegate reviews, research, planning, implementation, and other tasks to foreground or background child-agent sessions.
Problem: Breaking coding work into parallel or sequential specialized tasks while isolating edits and preserving reviewability.
For: Developers using the PI coding agent for complex software tasks.
Local-first governed agentic integrated development environment
ManuAGI - AutoGPT Tutorials — Top Open-Source GitHub Projects : LobeHub, clawk, Jolt Physics, Clodex, mindwalk & Persome #276
An Electron workspace combining AI tasks, code, terminal, browser, Git, models, and memory while treating model output as untrusted input and requiring policy-controlled approval for sensitive actions.
Problem: Maintaining durable task context and human control over agent actions, permissions, edits, and approvals.
For: Developers and organizations using AI agents for software work that requires governance.
A fast, inexpensive hosted test-box service for Mac and Windows development environments
Y Combinator — Peter Steinberger: What Happens When 4.7 Million People Let It Cook
Provide developers with reliable remote machines for testing software that requires macOS, Windows, or computer-local resources. The speaker identifies this as a product he would like someone to build because existing options are difficult to obtain, especially for Mac, and he has not found a provider that is both fast and cheap.
Problem: Linux test boxes are easy to obtain, while reliable Mac test boxes are unreasonably hard to get; Windows options are also described as annoying. Existing providers have not met the desired combination of speed, price, and reliability.
For: Developers and AI-agent builders who need remote Mac or Windows machines for software testing and computer-use workflows.