MiroFish — Swarm Intelligence Prediction Engine

Source: raw/666ghjMiroFish A Simple and Universal Swarm Intelligence Engine, Predicting Anything..md Origin: GitHub README — github.com/666ghj/MiroFish Ingested: 2026-04-16 Backed by: Shanda Group (incubation), OASIS/CAMEL-AI (simulation engine)


Summary

MiroFish เป็น prediction engine ที่สร้าง “parallel digital world” จาก seed information แล้วปล่อยให้ agent หลายพันตัว (แต่ละตัวมี personality + memory + behavioral logic) วิ่ง simulation อิสระ ผลที่ได้คือ prediction report พร้อม digital world ที่ interact ได้ลึก ใช้ได้ทั้งงานจริงจัง (นโยบาย, การเงิน) และงาน creative (ต่อจบนิยาย, what-if)

Key Takeaways

  1. Simulation-as-prediction — ไม่ใช่ statistical model แต่เป็น emergent behavior จาก agent interaction ขนาดใหญ่
  2. God’s eye injection — inject variables ระหว่าง simulation ได้ เพื่อทดสอบ counterfactuals
  3. 5-step workflow — Graph Building (GraphRAG) → Environment Setup → Simulation → Report Generation → Deep Interaction
  4. GraphRAG ในขั้นตอนแรก — ใช้ GraphRAG สำหรับ seed extraction และ memory injection ต่างจาก flat RAG ของ MemPalace
  5. Zep Cloud สำหรับ memory — agent แต่ละตัวมี long-term memory ผ่าน Zep — memory approach ที่ 3 ใน wiki นี้

Concepts Introduced

Connection to Existing Wiki

  • RAG vs Wiki — MiroFish เพิ่ม dimension ใหม่: GraphRAG (structured graph + retrieval) ซึ่งอยู่กึ่งกลางระหว่าง flat RAG และ compiled wiki
  • MemPalace — ทั้งคู่ใช้ external memory system สำหรับ agents แต่ต่างกันที่ scope: MemPalace สำหรับ conversation recall, Zep/MiroFish สำหรับ simulated agent identity

Open Questions

  • ผล simulation น่าเชื่อถือแค่ไหน? validation methodology คืออะไร?
  • GraphRAG vs. flat RAG vs. compiled wiki — tradeoff จริงๆ คืออะไร?
  • ใช้ MiroFish + LLM Wiki ร่วมกันได้ไหม? (run simulation → file results เป็น wiki pages)