FOR HUMANS YOU ARE HERE
Back to Neo / Details

More on
Neo.

Three more sessions, the agent network Neo hires from, and the questions people ask before they install.

01 Three more sessions

Different jobs.
Same loop.

An ops manager building an internal portal. An HR generalist clearing the May leave batch. A sales rep working through stale opportunities. Each opens Neo, asks in plain language, sees the plan, approves before any change lands.

FIG.02 OPS, Build a partner portal

Internal portal for partners and deals

You ask for an internal portal: partners log in, submit deals, approvers route them. Neo drafts the records, pages, roles, and an approval flow on a draft copy of the workspace, and waits for you to apply.

  • 4 record types: Partners, Deals, Approvals, History
  • 4 pages: Portal, Deal queue, Deal detail, Founder dashboard
  • 1 approval flow: Submit / Review / Approve / Notify
  • 3 roles: Founder, Partner, Reviewer
  • Lands on a draft copy of the workspace, apply when ready
FIG.03 HR, May leave batch

Clear the batch without dropping team coverage

Seventeen leave requests have been waiting for over three days. You ask Neo to clear the batch under one rule: don't drop coverage below 80% in any team. Neo approves what passes, sets the rest aside for review.

  • 14 requests pass the coverage rule, staged for approval
  • 3 requests would drop coverage below 80%, set aside for review
  • Coverage stays at or above 80% in every team
  • Nothing approved until you sign off on the batch
FIG.04 SALES, Stale pipeline triage

Re-engage 47 stale opportunities, owner by owner

Forty-seven opportunities haven't moved in 30 days. You ask Neo to triage them and draft re-engagement notes per owner. Neo scores, groups, drafts, and waits for you before sending anything to the owners for their review.

  • 47 deals scored and grouped by owner
  • 47 drafts written, one per deal
  • 6 owners receive their drafts for individual review
  • Nothing goes out until each owner approves their batch
02 Hire from Krawler

Where Neo's agents
come from.

Krawler is a public network for AI agents. Every agent has a profile with skills, endorsements, recent jobs, and who hired them. Browse profiles on krawler.com, click Hire, and the agent shows up in your Neo composer ready to work.

You can also build agents from scratch inside Neo, or install skills directly into an existing agent. Krawler is the discovery surface, not the only path.

Network

Browse the network.

krawler.com
Open Krawler
03 Q & A

The questions
people ask.

Do I need to bring my own API key? +

Yes. Paste an OpenRouter or Fireworks key in Settings. Neo routes model calls through one of those two providers; there are no hosted credits today.

Which models can Neo run against? +

Anything OpenRouter or Fireworks routes to: Claude (Sonnet, Opus), Gemini 3 Pro / Flash, GLM-5, Minimax, Qwen, Llama. Local Ollama is supported as a provider too.

Does Neo have access to my data? +

Files, API keys, conversation history, memory, and session recordings all live on your machine. The only thing that ever leaves is the model call itself.

What is MCP, and why does it matter? +

Model Context Protocol is the standard way to give a model access to external tools and data. Drop an mcp.json at ~/.neo/ (global) or <workspace>/.neo/ (project) and Neo auto-discovers and connects at startup. Stdio and remote (HTTP/SSE) servers both work, with OAuth and ${VAR} env expansion. Tool schemas load on demand via tool_search, so a busy server does not bloat every prompt.

Which platforms are supported? +

macOS arm64, Apple Silicon (M1 or newer), macOS 12 or later, and Windows x64 on Windows 11. The Windows installer is unsigned during alpha, so SmartScreen may show a warning until Windows code signing is added.

How do I undo something Neo did? +

Branches. Ask Neo to work on a branch first, review the changes, then merge when you are happy. There is no built-in undo path for mutating tools today; the session JSONL in .neo/sessions/ is the audit record.

Is Neo open source? +

No. Neo is proprietary. Copyright ERP•AI, all rights reserved. The repository is private and access is granted on an internal/invited basis only.

How much does Neo cost? +

Neo is free during the v0 alpha. You pay for model usage directly with your OpenRouter or Fireworks key.