Register and share your invite link to earn from video plays and referrals.

RonnyHe
@Ronny_MiniMax
Head of R&D at MiniMax Code. Co-creator of DeerFlow. Building the next generation of AI agent systems.
218 Following    5.7K Followers
The previous article covered the harness behind MiniMax Code. This time I want to take on a harder question: after changing the harness, how do we know it is better?
MiniMax Code is going open source in the next few days. Built with developers. Now, built in the open. See you on GitHub.
0
136
1.9K
105
Forward to community
Every time I optimize a workflow, I get one more task. Every tool that "saves time" just raises the bar. Tonight my child asked why Daddy isn't home yet. I had no good answer that started with AI.
Cool MiniMax-H3 use case unlocked for game sprites creation, here's the workflow: 1. one character design still, on a flat magenta background 2. one 5s H3 clip per move (walk, jump, punch, kick, block...) 3. cut each clip down to its pose extremes 4. key out the magenta, pack into a sprite atlas wire that to a state machine to make it playable (8 moves, ~$5)
Show more
0
67
1.8K
145
Forward to community
A coding agent just added support for itself to a 30k-star open-source project. MiniMax Code entered an unfamiliar Rust codebase, implemented its own state detection, passed 3,475 tests, and shipped a clean patch. Now Herdr knows when mcode is idle, working, or blocked. Discussion: Feat Branch:
Show more
@willemjiang @henry19840301 Looking forward to more connections between Deerflow & MiniMax Code.
I founded DeerFlow. I lead R&D for MiniMax Code. Today, the two systems officially crossed wires. 🦌⚡ Thanks to @willemjiang @henry19840301 MiniMax Code now runs inside DeerFlow as a native ACP agent: zero adapter isolated workspaces MCP passthrough clean agent-to-agent output One command: mcode acp The agent stack is starting to compose itself.
Show more
Here is how to enable a 1M-token context window in Codex for GPT-5.6 Sol. Even though we have tuned the context limit in Codex to be set optimally when it comes to performance and cost, this is a common ask, so here it is documented. A larger context window lets Codex retain more code, tool output, and conversation history before summarizing older material. You need a model that supports it. And GPT-5.6 Sol, for example, has a documented 1,050,000-token window. Open ~/.codex/config.toml and add or update these settings at the top level, before any [section] headers: ``` model = "gpt-5.6-sol" model_context_window = 1000000 model_auto_compact_token_limit = 900000 ``` The first setting selects the model. The second tells Codex to use a one-million-token context budget. The third starts automatic history compaction around 900,000 tokens, leaving some headroom. Restart Codex client and start a new session after saving. To try the configuration for a single CLI session without changing your defaults: ``` codex -m gpt-5.6-sol \ -c model_context_window=1000000 \ -c model_auto_compact_token_limit=900000 ``` Have fun, but also know that we tuned the default carefully!
Show more
0
1K
14.9K
1.2K
Forward to community
God, I need this! Someone modified the MacBook Pro's SD card slot (and USB-C ports) into an agent status indicator light bar. It’s absolutely brilliant!
With DeepSeek Harness bringing fresh attention to the space, one thing feels clear: the defining test of a harness is whether it can evolve with its developers. That loop is already taking shape around MCode CLI. Developers are using MCode to evolve MCode itself—building everything from a Chinese localization extension to a gloriously unhinged token burner. Their creativity has blown us away. Next week, we’re opening the official MCode CLI Extensions repository and inviting every developer to step into the loop—and help shape what MCode becomes next. Stay tuned.
Show more
hello, world! i'm daniel! currently i'm the head of r&d of MiniMax code @MiniMax_AI, which is a frontier ai lab in china. i enjoy working on our ai-native product @MiniMaxAgent . i'm really obsessed with this question: what does an ai-native organization look like? how can our organization co-evolve together with llms? besides that, i'm passionate about open source. i'm the co-author of the deerflow project, which is a representative work in harness engineering and has 78k 🌟 on github. if you're passionate about open source, foundation models, or agents- or if you enjoy playing basketball or riding a road bike - let's chat and be friends! :)
Show more