Praxist is Sapient Intelligence's autonomous research runtime for projects that already run and already have a metric. Docs: praxist.sapient.inc/en/docs. The repo sapientinc/PRAXIST is Fair Source License Agreement 1.0, created 2026-08-27, Python. On 2026-09-10 GitHub listed 6,280 stars and 602 forks. Paper: arXiv:2608.25955. README: meet your personal R&D team.
Compare DeerFlow if you wanted a general multi-agent research app, LangGraph if you wanted a graph runtime you wire yourself, or DeepSeek Harness if you wanted a coding-agent harness rather than a multi-generation lab.
Key Features
- Parallel research peers: competing hypotheses in the same generation, then synthesis into the next agenda.
- Durable evidence lanes: incubator, frontier, and Gems. Invalid or suspicious evaluator output is dropped.
- Task owns science: Praxist owns orchestration, scheduling, replay, and plugins. The project owns the objective, code, evaluator, metrics, and baselines.
- Bundled skills:
$praxist-takeover,praxist-control,praxist-diagnostic,praxist-scientific-research, plus Codex-native no-key takeover. Claude Code has a host-specific one-liner in the install doc. - Stops when the project is not ready: README says it will not silently download datasets, invent a simulator, or fabricate a baseline.
Limitation: Fair Source is source-available, not OSI. Orgs at or above US$1M aggregate annual revenue must contact Sapient for a commercial license. Higher-ed and nonprofit research are exempt. 6,280 stars in about two weeks is a heat signal, not an audit. You need CPython 3.11+ and a project that already evaluates.
Use Cases
- Labs with a runnable baseline who want parallel search plus provenance, not another chat thread.
- Codex or Claude Code users who will keep the interactive agent and let Praxist own the overnight loop.
- People who should use LangGraph instead if they need to author the graph and do not have a measurable evaluator yet.
Pricing
| Piece | Price | Notes from first-party pages 2026-09-10 |
|---|---|---|
| Praxist under US$1M revenue | $0 | Fair Source 1.0. About 6,280 stars. |
| At or above US$1M revenue | Contact Sapient | praxist@sapient.inc |
| Model APIs | Provider rates | Codex-native mode can use a saved Codex login with no extra key. |
External publications of generated outputs must keep the attribution "Praxist by Sapient Intelligence". Internal use does not need that line.
Getting Started
python3 -m pip install --index-url https://pypi.org/simple "praxist[agents,codex]" && praxist setup --interactive --install-skills codex- Open Codex in an already runnable research project and invoke
$praxist-takeoverwith the objective, metrics, peer count, and whether launch is authorized. - Monitor with
praxist --monitor --latest. Ctrl-C closes the monitor only. praxist examples install rocket_booster_recoveryif you need a writable reference task.
First-party resource: installation and praxist doctor.
Frequently Asked Questions
Is Praxist MIT?
No. README FAQ: Fair Source License Agreement 1.0. Source is public. Commercial use below US$1M revenue is free; above that, negotiate.
Will it invent my dataset?
No. If the baseline or data is missing, it stops and tells you.
Does it replace Codex?
No. README: Codex stays the interactive agent. Praxist adds the persistent research loop.
Alternatives
- DeerFlow: open multi-agent research product, not a generation scheduler on your evaluator.
- LangGraph: you define the graph.
- CrewAI: role-based crews without Praxist's evidence lanes.
- DeepSeek Harness: coding-agent harness, not multi-generation R&D.
Tips
- Quote Fair Source, 6,280 stars, CPython 3.11+, and the US$1M threshold from pages checked 2026-09-10.
- Write the takeover brief with metric direction and constraints. Vague briefs make weak harnesses.
- Run
praxist doctoron macOS. Linux 3.11/3.12 is the continuously release-tested matrix.
Conclusion
Praxist is the Fair Source loop for research that already runs: parallel peers, evidence, and Codex or Claude Code skills. Start at the docs. If you still need to invent the evaluator, open LangGraph first.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.
Stop Cramming AI Assistants into Chat Boxes: Clawdbot Picked the Wrong Battlefield
Clawdbot is convenient, but putting it inside Slack or Discord was the wrong design choice from day one. Chat tools are not for operating tasks, and AI isn't for chatting.