Tabbit
ResourcesBlogModels
Tabbit LogoTabbit

Tabbit — The AI Browser that Works for You

Topics

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

Popular Guides

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

Events

  • Tabbit Skill Competition
  • KPOP SBTI Fandom Personality Test
  • Tabbit Campus Creator Program
  • fifi's Picks: AI Skills for Research Papers
  • User Survey

About

  • Tabbit Blog
  • Press & Media
Prompt guide
MediaMiniMax M2.7

MiniMax M2.7 Self-Feedback, Memory, and Agent Self-Optimization Workflow

Original source

MiniMax official news / MiniMax M2.7: Early Echoes of Self-Evolution

AuthorMiniMax

Source date2026-03

Tabbit curation2026-08-19

Read original

One-sentence takeaway

The self-optimization loop shown by MiniMax connects failure trajectories, planning, scaffold changes, evaluation, comparison, and keep/rollback decisions. It can be reused for long-running Agents, but automated changes must be sandboxed and kept only when they pass test gates.

Use cases

  • Suitable tasks: Long-running coding, experiment/training pipelines, log analysis, skill/tool harness iteration, and evaluation-driven Agents.

  • Unsuitable tasks: Directly allowing a production system to modify its own code or parameters; do not enable this without rollbackable versions, fixed evaluations, and human approval.

  • Applicable model version: MiniMax M2.7; the official case uses an internal harness, and the public API does not guarantee equivalent memory/skills/Agent Teams.

  • Applicable clients, Agents, or APIs: MiniMax Agent/API, custom OpenClaw/code Agents, runnable sandboxes, and version-control systems.

  • Recommended inference tier and parameters: The official blog does not disclose a complete sampling configuration; use temperature=1.0/top_p=.95/top_k=40 as a self-hosted starting point and scan against evaluations.

Ready-to-use content

You are an engineering optimization agent constrained by a sandbox.

Follow these steps strictly in every round:
1. Read the previous round's short-term memory, failure trajectories, and current evaluation results.
2. Propose only one auditable change hypothesis, and list its expected impact and rollback conditions.
3. Modify only isolated scaffold/skills/memory files; do not modify production credentials, data, or the test baseline.
4. Run the preregistered evaluation set and smoke tests.
5. Write the "change, tests, metrics, errors, and whether to keep" to this round's memory Markdown.
6. Keep the change only when the primary metric improves with no regressions; otherwise roll it back automatically.
7. Stop and output a report when the round count, budget, or consecutive-no-improvement threshold is reached.

Output fields:
- hypothesis
- changed_files
- evaluation_command
- before_after_metrics
- regressions
- keep_or_revert
- next_step

Test/workflow steps

  1. Fix the benchmark, test set, random seed, metrics, and maximum iteration count, then establish a baseline.

  2. Run the loop “analyze failure trajectories → plan changes → modify scaffold → evaluate → compare → keep/rollback.”

  3. Generate short-term memory Markdown and self-critique each round; put the files under version control but prohibit changes to the original evaluation set.

  4. Run smoke tests, unit tests, permission scans, and tool-call regression tests; roll back immediately after any regression.

  5. Report metrics and cost for every round, and do not extrapolate the internal “30% improvement” into a general improvement for the public model.

Raw evidence and data

  • MiniMax says that internally it had M2.7 update memory, build skills, and improve a learning harness; one programming scaffold's autonomous loop exceeded 100 rounds, with a 30% improvement in internal evaluation.

  • The three components made public by MiniMax are short-term memory, self-feedback, and self-optimization; each round generates short-term memory Markdown and continues optimizing based on memories/feedback from earlier rounds.

  • The official ML Bench Lite exploration used 22 competitions, 3 trials, and 24 hours per trial; the best run achieved 9 gold, 5 silver, and 1 bronze, while the three-trial average medal rate was 66.6%.

  • The official research Agent workflow covers literature review, experiment specs, data pipelines, experiment launch/monitoring, log reading, debugging, metric analysis, code fixes, MRs, and smoke tests, and says the internal workflow can handle 30%–50%.

Applicability boundaries

  • All “30%,” “66.6%,” and “30%–50%” figures come from MiniMax's internal/official cases; the complete datasets, harnesses, variance, and details of human participation were not disclosed.

  • The self-optimization targets the harness/skills/memory, not model-weight retraining; it must not be advertised as a general capability for models to learn autonomously.

  • The public API does not automatically provide internal Agent Teams, memory, dynamic tool search, or a training environment; these must be implemented and security-audited separately.

  • Any automatic keep/rollback policy must guard against evaluation leakage, metric gaming, malicious tool calls, and data contamination.

Source excerpt or observation (compliance-short quotation only)

The official source summarizes the core loop as “analyze failure trajectories → plan changes → modify scaffold code → run evaluations → compare results → decide to keep or revert changes” (compliance-short quotation, 11 short-phrase words or fewer).

Curated by Tabbit

Prompt material is summarized from public sources and Tabbit editorial notes. Check the original licensing and intended use before copying it.

MiniMax M2.7

Use in Tabbit

MiniMax M2.7

Related reviews

MediaMiniMax News / Early Echoes of Self-Evolution2026-03

MiniMax M2.7 Official Release: SWE-Pro, VIBE-Pro, and Agent Workflow Benchmarks

MediaBenchLM2026-08-17

18 Pieces of Public Evidence for MiniMax M2.7 on BenchLM

CommunityReddit / r/MiniMaxAI2026-03

Reddit Users' 1,000 Prompts and Coding/Tool-Calling Experience with MiniMax M2.7