Research

StoneSeed

An autonomous Minecraft agent designed to reason, survive, learn, and eventually complete the game.

StoneSeed is an experimental game-playing AI that observes Minecraft, selects goals, maintains multi-step intentions, uses executable skills, verifies real world-state changes, remembers outcomes, and responds to emergencies without relying on constant player commands.

Artificial IntelligenceDivision: Arctic CodexLast updated 2026-07-11
StoneSeed research prototype artwork

Project overview

StoneSeed explores whether an agent can keep its own intentions alive across a long session instead of only reacting to one command at a time. That makes it a research project about judgment, persistence, and recovery rather than a simple automation script.

The target audience is anyone interested in game-playing AI, agent planning, and systems that can prove they actually changed the world state. It is especially useful as a testbed for the gap between scripted actions and real survival behaviour.

The long-term goal is an agent that can join a fresh server, choose a sensible objective, maintain and resume plans, verify actions, remember outcomes, and steadily complete advancement goals.

The problem it addresses

Most game bots execute narrow commands or fixed scripts. StoneSeed explores whether an agent can maintain intentions, understand prerequisites, verify its actions, respond to danger, and improve from experience across long gameplay sessions.

Core systems

  • Observation normalization
  • Decision engine
  • Persistent intentions
  • Skills and adapters
  • Verification system
  • Reward ledger
  • Memory
  • Emergency interruption

Current development state

Working Now

  • Goal selection and action planning
  • Verification of important world-state changes
  • Memory of outcomes

Being Improved

  • Fresh-spawn progression
  • First-night survival
  • Shelter construction
  • Food acquisition
  • Recovery after failed actions

Planned Later

  • Nether progression
  • End progression
  • Full advancement completion
  • Cross-game transfer experiments

Not Currently Included

  • Constant manual player commands
  • A claim of solved general game intelligence

Development milestones

Initial concept

The project began as a test of whether an agent could behave more like a planner than a macro.

First playable or runnable build

A runnable agent loop exists as the basis for survival and planning experiments.

Major architecture revision

The current design emphasizes skills, adapters, verification, and persistence instead of single-command execution.

Current milestone

Opening progression and failed-action recovery are being made reliable enough to benchmark honestly.

Technical information

Languages

Public language/runtime details are not enumerated on the site page yet.

Frameworks

Agent orchestration and adapter-driven tooling

Architecture

Observation, decision, and verification loop Persistent intention management Skill adapter layer and reward tracking

Runtime

Minecraft session runtime with external agent control

Storage

Memory and outcome records Project notes and verified state changes

Testing

Survival progression checks Manual scenario validation

Integrations

Minecraft world state Agent skills Project update notes

Platforms

Minecraft Research environments

Screenshots and demonstrations

StoneSeed research prototype artwork
Research-oriented artwork representing the agent memory, verification, and progression focus.
StoneSeed planning and reasoning artwork
Secondary artwork used for the agent reasoning and tool-use architecture.

Challenges and lessons

  • The hardest part is not issuing commands but proving that the agent really completed the action it intended.
  • Early-game Minecraft progress is fragile enough that recovery logic matters as much as the main plan.
  • The project has to stay honest about uncertainty instead of pretending research guarantees success.

Roadmap

Now

  • Stabilize fresh-spawn progression
  • Improve memory and verification timing

Next

  • Make shelter and food acquisition more reliable
  • Expand tool progression without losing recovery logic

Later

  • Nether and End milestones
  • Broader adapter experiments across other games

Updates

2026-07-11Fresh-spawn progression benchmark

Fresh-spawn progression benchmark

The benchmark remains early survival and recovery, not flashy endgame claims.

StoneSeed progression benchmark artwork

StoneSeed is still being judged on the opening hours of a session: wood, planks, crafting, shelter, food, and the ability to recover after a mistake. That keeps the research honest and prevents the project from skipping the hardest part of the problem.

View Full Update