Eragon
33 posts

Eragon
@EragonAI
The AI Operating System For Work
San Francisco Katılım Eylül 2025
12 Takip Edilen671 Takipçiler
Eragon retweetledi

@EragonAI agents just got their own inbox, powered by AgentMail!
They read email, pull what matters, and run the workflow. When something sensitive comes up, they email you to approve.
Link in comments to learn more

English

Eragon agents now have their own email inbox through @agentmail
Email lands → agent reads it → kicks off the workflow → emails you for approval before anything sensitive happens.

English
Eragon retweetledi

Most enterprise AI fails not because models are bad — but because deployment is.
Our 3 bets on what actually drives ROI:
→ Memory > raw intelligence
→ Right model for the task > one frontier model for everything
→ Forward-deployed engineers > plug-and-play platforms
Read our full take in our blog post -- link in comment
English
Eragon retweetledi

Kinda crazy that @EragonAI just navigated through the entire DoorDash page via browser use and ordered us our favorite Oren's Hummus 😎🤑
English

2/ A core issue with parameter-only RL is that it forces task-specific learning into the model weights. Traditional RL can improve model performance on the current task, but it also tends to shift behavior away from the base model, increase forgetting and reduce plasticity. On the other hand, prompt optimization alone has the opposite limitation, as it is fast and cheap, but usually not enough to match the gains from weight updates.
The paper introduces Fast-Slow Training (FST). FST splits adaptation into two co-evolving channels:
Slow weights (θ): the model parameters, updated by RL Fast weights (Φ): a population of prompts, evolved by GEPA
In FST, context is updated from rich textual feedback, while RL updates the model more gradually. Each round interleaves a GEPA reflection cycle — a reflection model rewrites prompts from failure traces — with a few RL steps sampled across that prompt population. Both channels optimize the same reward, concurrently. No parameter freeze, no sequential hand-off.
This lets task-specific lessons move quickly through the fast channel, while preserving more of the base model’s general behavior in the slow channel.

English

4/ This reframes post-training. The default view treats adaptation as one channel — push every improvement into the weights — and pays for it with forgetting, eroded generality, and lost plasticity. FST splits that into two channels that co-evolve: task-specific nuance lives in fast weights (prompts), durable capability in slow weights (parameters). And it's a blueprint, not a single algorithm.
At Eragon, we are interested in AI systems that keep getting better at new things without getting worse at everything else.
If you are an engineer working in Applied AI and/or Machine Learning, join Eragon to build the future underlying layer of the next form of human organization.
eragon.ai/careers
English

3/ FST beats RL-only across four axes:
- Data efficiency: FST reaches RL's running peak in substantially fewer optimizer steps — 3.0× fewer on CodeIO, 1.4× on Math (Polaris), and 3.0× on HoVer-hard — and continuing past the crossover, FST's running peak also exceeds RL's on all three tasks.
- Higher performance asymptote: FST scores higher than RL across all three performance asymptote: +4.4pp on CodeIO, +2.9pp on math, +7.7pp on HoVer-hard
- Preserved plasticity: at matched reward, FST models have up to 70% lower KL to the base policy than RL-only baselines. Starting from a Math or Physics checkpoint trained with either method, a fresh RL pass on HoVer-hard over 400 steps, while FST-init preserves more capacity for the new task than RL-init on both arms, and on the Math arm prior RL collapses HoVer-hard learnability to near-zero.
- Continual learning: in a 3-task stream, FST gained ~20pp in a stage where RL gained ~2.5pp (~8× the acquisition rate)

English
Eragon retweetledi
Eragon retweetledi

Announcing Fast-Slow Training (FST) pairing "slow" weights with "fast" context.
We try to answer the question, can LLMs adapt continually without losing base skills?
FST vs RL:
- 3x more sample-efficient
-Higher performance ceiling
- Less KL drift
- Continual learning: succeeds where RL stalls

English
Eragon retweetledi

Excited to share our first research paper Learning, Fast and Slow: Towards LLMs That Adapt Continually.
Fast-Slow Training (FST) combines optimized context with model weight updates.
Read more here: arxiv.org/pdf/2605.12484
Eragon@EragonAI
1/ At Eragon, we’re building an AI operating system that connects a company’s entire tech stack into a single interface for work, powered by a model post-trained on the customer’s own data so it understands the company’s unique context. We believe that AI system post-training shouldn’t have to choose between adapting quickly and learning durably: the future of adaptive AI is fast learning + slow learning: - fast enough to absorb task-specific lessons - slow enough to improve without forgetting Our recent research paper: Learning, Fast and Slow, makes that case. arxiv.org/abs/2605.12484
English

Shoutout to researchers from @UCBerkeley @Mila_Quebec @UTAustin @periodiclabs and Mirendil on this collaboration!
English

1/ At Eragon, we’re building an AI operating system that connects a company’s entire tech stack into a single interface for work, powered by a model post-trained on the customer’s own data so it understands the company’s unique context.
We believe that AI system post-training shouldn’t have to choose between adapting quickly and learning durably: the future of adaptive AI is fast learning + slow learning:
- fast enough to absorb task-specific lessons
- slow enough to improve without forgetting
Our recent research paper: Learning, Fast and Slow, makes that case.
arxiv.org/abs/2605.12484
English

4/ This reframes post-training. The default view treats adaptation as one channel — push every improvement into the weights — and pays for it with forgetting, eroded generality, and lost plasticity. FST splits that into two channels that co-evolve: task-specific nuance lives in fast weights (prompts), durable capability in slow weights (parameters). And it's a blueprint, not a single algorithm.
At Eragon, we are interested in AI systems that keep getting better at new things without getting worse at everything else.
If you are an engineer working in Applied AI and Machine Learning, join Eragon to build the future underlying layer of the next form of human organization.
eragon.ai/careers
English

3/ FST beats RL-only across four axes:
- Data efficiency: FST reaches RL's running peak in substantially fewer optimizer steps — 3.0× fewer on CodeIO, 1.4× on Math (Polaris), and 3.0× on HoVer-hard — and continuing past the crossover, FST's running peak also exceeds RL's on all three tasks.
- Higher performance asymptote: FST scores higher than RL across all three performance asymptote: +4.4pp on CodeIO, +2.9pp on math, +7.7pp on HoVer-hard
- Preserved plasticity: at matched reward, FST models have up to 70% lower KL to the base policy than RL-only baselines. Starting from a Math or Physics checkpoint trained with either method, a fresh RL pass on HoVer-hard over 400 steps, while FST-init preserves more capacity for the new task than RL-init on both arms, and on the Math arm prior RL collapses HoVer-hard learnability to near-zero.
- Continual learning: in a 3-task stream, FST gained ~20pp in a stage where RL gained ~2.5pp (~8× the acquisition rate)

English

