POKE RAISES $4M TO MAKE AI AGENTS WORK LIKE GROUP CHATS
Poke raised $4M to build business AI agents that work like group chats instead of complex workflow builders. A two-person startup called Poke raised $4 million...
Poke raised $4M to build business AI agents that work like group chats instead of complex workflow builders.
A two-person startup called Poke raised $4 million to pursue a dead-simple interface for agents: a group chat where humans and multiple AI agents coordinate tasks in plain language, not flowcharts WebProNews. The pitch is that the interface—not model quality—is the real blocker for mainstream adoption.
Backers include Craft Ventures, Y Combinator, and angels like Nat Friedman and Aravind Srinivas, signaling conviction that chat-first agent UX could beat today’s no-code builders. If they nail guardrails and handoffs, this could slip neatly into chatops and routine business workflows.
Chat-first multi-agent UX could finally make agents usable by non-engineers, shifting where and how backend/data teams expose automation.
If chat becomes the control plane, teams will need robust tooling for approvals, observability, and audit within messaging channels.
-
terminal
Prototype a chatops ‘incident scribe + triage agent’ using your existing messaging platform, LLM, and runbook APIs; measure handoff quality and false positives.
-
terminal
Run a week-long pilot where analysts request small data tasks via chat to a multi-agent bot; track task completion time, corrections, and cost.
Legacy codebase integration strategies...
- 01.
Map sensitive actions to human-in-the-loop checkpoints and log all agent actions to your existing SIEM for audit.
- 02.
Start with read-only integrations and limited scopes; graduate to write actions after evaluating error patterns and guardrail escapes.
Fresh architecture paradigms...
- 01.
Design workflows as chat-native first-class endpoints: event-driven functions that agents can call with idempotent, observable operations.
- 02.
Standardize agent tools around narrow, well-typed APIs with explicit quotas and circuit breakers to contain blast radius.