AI research automation is crossing a threshold. But the real question is not: Can AI produce papers? It can. The harder question is: Can it preserve the substance of science? A new paper from the Awesome AI Auto-Research Team offers one of the most useful maps I’ve seen of
@montreal_ai
-
Recursive Flow Matching: Consistency Across Trajectory Families
By
–
The key distinction: Vanilla flow matching learns a trajectory. Recursive Flow Matching learns consistency across a family of trajectories. That turns step size from a source of error into a training signal.
-

Recursive Flow Matching: New AI Approach for Scientific Simulation
By
–
Scientific simulation has a brutal tradeoff: fast is usually coarse,
accurate is usually expensive. A new paper by Jiahe Huang, Sihan Xu, Sharvaree Vadgama, and Rose Yu proposes a serious way through that bottleneck: Recursive Flow Matching. The target is one of the hardest -
Scalable Memory vs. Reasoning in AI Models
By
–
The key distinction: scalable memory ≠ scalable reasoning. A model can store evicted context in fixed-size fast weights and still fail if it has not spent enough computation transforming that context into a useful state. That is why the “sleep” phase is interesting: it moves
-

SkillOS: Open-Source AI-Agent Work Compounding Framework
By
–
http://
MONTREAL.AI just shipped SkillOS. An open-source proof that AI-agent work can compound. Jobs become traces.
Traces become tested skills.
Tested skills improve unit economics. 62% cost ↓
62% time ↓
+46 pts quality Proof: https://
montrealai.github.io/skillos/ GitHub: -
SkillOS Automates AI Agent Skill Development Across Networks
By
–
SkillOS gives organizations what human teams cannot do manually: turn every completed job into a tested, reusable skill that can upgrade every authorized agent across the network.
-
AI Agents Scaling: From Useful to Network Intelligence Layer
By
–
10 agents: useful
100 agents: powerful
1,000 agents: compounding
10,000 agents: network intelligence layer -

SkillOS: Agents Learn Once, All Level Up
By
–
AI agents shouldn’t start from zero every time. SkillOS captures what works from each job, turns it into a tested Skill, and shares it with every approved Agent. One Agent learns.
All Agents level up. That’s how AI work becomes compounding intelligence. -
SkillOpt: Reusable External Skills for AI Agents
By
–
The key idea: SkillOpt does not make the deployed agent larger. It trains a reusable external skill artifact offline, then ships only the improved procedure. That is a very different adaptation layer than fine-tuning, prompting, or adding more inference-time calls.
-

SkillOpt: Self-Evolving Agent Skills in Agentic AI
By
–
One of the most important objects in agentic AI may turn out to be a Markdown file. Not the model weights.
Not the prompt. The skill document. A new Microsoft paper introduces SkillOpt: Executive Strategy for Self-Evolving Agent Skills. The thesis is sharp: If an agent’s
