Merge time
66%
Reduction in time to merge.
Desktop agents
One native editor for code, agents, terminals, and review. Describe what you want built — the agent reads your repo, does the work, and hands you a diff you can actually trust.
# autoresearch
Autonomous experiment loop for architecture and training search.
## How it works
1. **program.md** defines the experiment scope and success criteria.
2. The agent reads in-scope files, branches off `master`, and initializes **results.tsv**.
3. Each iteration edits `train.py` (or related config), runs training under a fixed time budget, and logs `val_bpb` + memory to **results.tsv**.
4. Good runs get committed; bad runs are reverted or marked `crash` in the log.
## Quick start
```bash
uv run prepare.py
uv run train.py
```
See **program.md** for the full agent playbook and **results.tsv** for the experiment history.Read, trace, and debug every change your agents ship.
4RGE IDE includes a full editor with syntax highlighting, autocomplete, and debugging tools built in for you to stay in flow.

01 / 04
Agent orchestration
Coordinate specialized agents to connect features across services while preserving context, quality, and delivery speed.
Research, architecture, and implementation agents run in parallel — with repo context and review gates intact from start to merge.
Customer outcomes
4RGE IDE keeps agents, review, and merge in one workspace — so teams ship with fewer handoffs and clearer guardrails.
Click through the stack to see how merge time, token cost, and ship cycle improve when orchestration stays inside the editor.
Merge time
66%
Reduction in time to merge.