Use the right model for each task.
Bring OpenAI, Anthropic, Gemini, xAI, and Cursor into one research workspace.
import pandas as pd
import seaborn as sns
runs = pd.read_parquet("artifacts/ood_horizon_sweep.parquet")
summary = runs.groupby(["method", "horizon"])["success"] \
.agg(["mean", "sem"]).reset_index()
sns.lineplot(data=summary, x="horizon", y="mean",
hue="method", marker="o")
Mean +12.6 pp; 11 of 12 unseen environments improved.
Agents
Accelerate research by handing off work to Ascent, while you focus on making decisions. Compress weeks of research into hours.
Planning-circuit intervention study
Read notebooks/planning_probes.ipynb
Search src/model/transformer.py
Wrote plans/circuit-map.md
The plan fixes prompts, decoding, and token budget, then tests necessity and sufficiency independently.
Localize attention heads that causally affect multi-step planning.
Same prompts, decoding, token budget, and behavioral evaluation harness.
Layers × heads × intervention strength, replicated across three model sizes.
Ablation reduces accuracy >20 pp; rescue recovers >80% of the loss; FDR q<0.05.
○ Reproduce behavioral baseline
○ Run activation patching sweep
○ Replicate on held-out prompts
Autonomy
Parallel agents explore competing directions, run fixed-budget experiments, and keep only measured improvements.
add surprise-gated memory tokens7bd42f1
0.9932keeppredict two future tokens jointly80c19aa
0.9941discarddouble the recurrent state2ea40d8
—crashSlack
Launch experiments, ask follow-up questions, and generate results from your Slack workspace.
Scientists
Research agents work in parallel to test hypotheses, run investigations, and return the evidence behind every result.
Bidirectional latent rollouts let world models plan beyond their training horizon.
Mean +12.6 pp; 11 of 12 unseen environments improved.
✓ seed-07 completed78.9%
✓ seed-06 completed77.8%
↗ reports/ood_summary.mdwritten
Bring OpenAI, Anthropic, Gemini, xAI, and Cursor into one research workspace.
Launch fleets of agents that work in parallel on ambitious open-ended problems for hours or days.
Connect your codebase, notebooks, data warehouses, and the enterprise tools your team already uses.
Contact us