# Agents at Scale: Inside MiniMax's Model and the Infrastructure Behind It — Olive Song

Source: [AI Engineer](https://www.youtube.com/watch?v=AVMr9PMINyo)  
Feed7 permalink: https://feed7.dev/p/agents-at-scale-inside-minimax-s-model-and-the-infrastructure-behind-it-0vk313q  
Published: 2026-07-31T03:00:14.000Z  
Trust: Source Linked (source_linked)

## Why Included

MiniMax and Together describe why agent workloads change inference priorities: large codebase context, repeated tool turns, multimodality, and long-horizon RL all demand purpose-built environments and kernels.

## Source Summary

MiniMax says **M3** was trained multimodally from the start and post-trained for computer use, game development, and kernel work. Together says serving agents shifts optimization toward large codebase inputs, repeated tool calls, KV cache behavior, routing, and kernels.

## Practical Implication

When selecting or serving an open model for coding agents, benchmark the full harness workload rather than isolated chat turns. Treat inference optimization as ongoing work, and design RL environments, rewards, and intermediate submissions around the real task.

## Agent-Ready Context

MiniMax says **M3** was trained multimodally from the start and post-trained for computer use, game development, and kernel work. Together says serving agents shifts optimization toward large codebase inputs, repeated tool calls, KV cache behavior, routing, and kernels.

When selecting or serving an open model for coding agents, benchmark the full harness workload rather than isolated chat turns. Treat inference optimization as ongoing work, and design RL environments, rewards, and intermediate submissions around the real task.

The discussion offers practitioner accounts rather than reproducible measurements. Claims about a **12-hour paper-replication task** and improving performance after launch lack enough methodological detail here to judge reliability or generalization.

## Connected Context

Feed7 judgment across 297 accumulated Signals:

This narrows open-model selection from model-centric benchmarks to the combined model, harness, and serving workload. It reinforces training inside realistic environments and adds an inference-side constraint: long code inputs, repeated tools, routing, kernels, and KV-cache behavior can determine practical performance. The reported long-task claims remain directional because reproducible methods are absent.

- [OpenForgeRL: Train Harness-native Agents in Any Environment](https://feed7.dev/p/2607-21557v1-0blvz16) — OpenForgeRL supplies the concrete harness-native training pattern implied here: rollouts occur inside deployment-like environments rather than detached model tasks.
- [CompactionRL: Reinforcement Learning with Context Compaction for Long-Horizon Agents](https://feed7.dev/p/2607-05378v1-0j3vikd) — CompactionRL addresses the long-context pressure highlighted by large codebases and repeated tool use, connecting training strategy directly to serving cost and KV-cache behavior.
- [What we’ve learned building cloud agents](https://feed7.dev/p/cloud-agent-lessons-06dh9iq) — Cursor’s emphasis on complete environments and orchestration reliability reinforces the claim that full agent workloads, not isolated chat turns, determine production usefulness.
- [Harness design for long-running application development](https://feed7.dev/p/harness-design-long-running-apps-15vc0wu) — Anthropic’s generator-plus-evaluator setup gives a concrete full-harness evaluation pattern for multi-hour coding tasks, while its cost figures illustrate why workload-level benchmarking matters.

## Context Map

- Layer: agent
- Domains: coding, research
- Topics: harness-engineering, open-models, computer-use

## Uncertainty

- The discussion offers practitioner accounts rather than reproducible measurements. Claims about a **12-hour paper-replication task** and improving performance after launch lack enough methodological detail here to judge reliability or generalization.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
