Structured workflow beats plan mode and superpowers on AI DES benchmark

✍️ OpenClawRadar📅 Published: May 1, 2026🔗 Source
Structured workflow beats plan mode and superpowers on AI DES benchmark
Ad

A Reddit post shares results from the new AI-assisted Discrete-Event Simulation (DES) benchmark. The submission using the Ouroboros workflow (ooo) inside Claude Code ranked #1, beating both Claude's built-in plan mode and the 'superpowers' fat-skill stacks.

Benchmark details

The benchmark tests full understanding of a real-world system — a mining haulage system with trucks, loading points, dumping points, routes, and queues. Submissions are judged on:

  • Comprehension of system structure
  • Abstracting into a discrete-event simulation model
  • Designing events, state changes, and KPIs
  • Producing executable simulation code
  • Interpreting results (bottlenecks, throughput, waiting times)
  • Generating human-readable artifacts (topology diagrams, animations)

Ouroboros performance

The Ouroboros submission included working DES code, a topology diagram of the mining system, and an animation of trucks hauling ore. Notably, when the MCP server failed mid-run, Ouroboros fell back to a skills-based path and finished the task — demonstrating recovery and rerouting in real deployments.

Ad

Comparison

  • Plan mode (lightweight planning) — decent baseline
  • Superpowers / fat-skill stacks — worse than plan mode on this task
  • Ouroboros (structured: clarify → plan → execute → evaluate → recover → iterate) — best

The result suggests that structuring the workflow around problem definition, planning, execution, evaluation, and recovery is more effective than piling on more instructions and bigger skills.

Ouroboros: https://github.com/Q00/ouroboros
Benchmark: https://simulation-bench.fly.dev/

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Silicon Valley developers report intensive Claude AI usage patterns and infrastructure strain
News

Silicon Valley developers report intensive Claude AI usage patterns and infrastructure strain

A senior AI engineer at Meta spends $2K/month on Claude Code tokens, runs 2+ agents simultaneously, and has built a VS Code extension that auto-generates an Obsidian knowledge graph from Claude conversations. Infrastructure is reportedly 'completely wrecked' from shipping Claude-generated code without review.

OpenClawRadar
Claude Code System Prompts Updated: New File Modification Reminder & REPL Clarifications, Malware Analysis Reminder Removed
News

Claude Code System Prompts Updated: New File Modification Reminder & REPL Clarifications, Malware Analysis Reminder Removed

Claude Code (CC) versions 2.1.124 (+166 tokens) and 2.1.126 (-87 tokens) update the system prompt: adds file modification detection with budget exceeded warning, replaces core-identity function with explicit harness instructions, clarifies REPL thenable auto-await behavior, and removes the malware analysis reminder.

OpenClawRadar
Claude Code v2.1.128: OTEL isolation, MCP fixes, plugin .zip support, and 20+ bug fixes
News

Claude Code v2.1.128: OTEL isolation, MCP fixes, plugin .zip support, and 20+ bug fixes

Claude Code v2.1.128 stops subprocesses from inheriting OTEL_* env vars, adds .zip plugin support, fixes MCP reconnection flooding, and fixes parallel shell tool cancellation.

OpenClawRadar
🦀
News

Opus 4.7 Can Follow ~500 Instructions, Up from ~150 a Year Ago

Research updated in May 2026 shows Opus 4.7 can reliably follow ~500 instructions, compared to ~150 in July 2025. GPT-5.5 handles ~5000. Implications for CLAUDE.md file size.

OpenClawRadar