Fetching from the wire…
Public story · 2026-08-26 · high
The repo ships a fake company's scattered emails and contracts as a benchmark, then scores agents on whether they actually find the right ones.
Why now: The repo went up August 23 and passed 400 stars within a day.
RobertGolds1/Gradient went up on GitHub August 23 under an Apache-2.0 license and passed 423 stars in about a day. It's built on OpenPipe ART, and it does something most agent-RL repos skip: it publishes the environment along with the trainer.
That environment is a reproducible company workspace, emails, contracts, policies, meeting notes, customer records, with the evidence an agent needs deliberately scattered across them. An agent has to use tools to hunt through that mess and pull out a correct answer with the right citations.
The Learning Loop records every tool-use trajectory the agent takes, then scores each episode on three things: whether the answer was right, whether the citations back it up, and how efficiently the agent used its tools to get there. Training runs on GRPO, and the resulting adapter gets evaluated against the base model on tasks it hasn't seen.
Most public agent-RL work stops at the trainer and leaves the benchmark and the reward function as a black box, so nobody outside the team can check whether the gains are real or just tuned to a hidden eval. Gradient's Research Environment is inspectable start to finish. Anyone can run the same messy company workspace, see what the agent actually does with its citation checks and tool budget, and compare their own fine-tune against the same held-out tasks.
What's not in the repo yet: any numbers on how much the trained adapter beats the base model by. A day-old repo with no benchmark table is normal, but it's the first thing worth checking before treating this as more than a well-built harness.
Each link below shares sources, entities, or timing with this story.
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
New batching algorithms enable ~7x, up to 12x+, longer-context GRPO training with no accuracy or speed penalty versus optimized FA3 and chunked-loss setups (Unsloth Docs). Qwen3-8B GRPO reaches 110K context on one 80GB H100 via vLLM plus QLoRA. For solo builders doing reasonin...
Google DeepMind released Gemma 4 on April 2 with four model sizes (E2B, E4B, 26B MoE, 31B Dense) under Apache 2.0. Multimodal (text, vision, audio). 256K context. Native thinking and tool-calling optimized for agentic workflows. Day-zero ecosystem support across vLLM, llama.cp...
August 6: Sapiom raised $35M for a router that sends each model call to the cheapest capable model. August 7: Databricks published its internal cost playbook. August 8: Toolport hit Product Hunt with a free MCP gateway cutting tool-definition overhead 96%. Three parties, zero...
Gemma 4 12B dropped June 3, and the spec sheet is the kind of thing I read twice to make sure I wasn't misreading it. 11.95 billion params, Apache 2.0, reads text, image, audio, and video. No separate vision encoder. No separate audio encoder. The model handles all of it nativ...
v0.1.803-beta, released August 25 with 170+ PRs, lets long local chats continue past a model's context limit by rolling older turns into fresh context epochs rather than permanently trimming, with evicted conversations still searchable (GitHub). It also fixes MLX and Mac runti...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.