whatisgithub

What is tampire?

yifank/tampire — explained in plain English

Analysis updated 2026-05-18

0HTMLAudience · researcherComplexity · 5/5

In one sentence

A hackathon robotics prototype where AI agents plan tabletop robot tasks from a photo and instruction, then debate and fix failed plans in real time.

Mindmap

mindmap
  root((TAMPire))
    What it does
      Plans robot tasks from image and goal
      Verifies plan feasibility
      Repairs failed plans via debate
    Tech stack
      Python
      Gemma on Cerebras
      MuJoCo
      robosuite
    Use cases
      Robot task planning research
      Real time plan repair
      Vision based 3D grounding
    Audience
      Robotics researchers
      AI hackathon builders
      Simulation engineers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Explore how a multi-agent AI system can plan and repair robot task sequences from an image and a text goal.

USE CASE 2

Test whether fast language model inference makes real-time plan repair for robots practical.

USE CASE 3

Benchmark a vision-based robot planner against established robotics simulators like robosuite.

USE CASE 4

Study a working example of combining perception, symbolic planning, and physics verification.

What is it built with?

PythonGemmaCerebrasMuJoCorobosuite

How does it compare?

yifank/tampireamureki/sweatbucksanikchand461/ragbucket
Stars00
LanguageHTMLHTMLHTML
Last pushed2025-08-15
MaintenanceQuiet
Setup difficultyeasyeasy
Complexity5/51/52/5
Audienceresearchergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

So what is it?

TAMPire is a hackathon project that teaches robots how to plan and carry out tasks on a tabletop, like moving a block into a bowl, starting from just a photo and a plain-language instruction such as put the red block in the bowl. It was built for a hackathon around the Gemma 4 language model running on Cerebras hardware, and its core idea is that this hardware is fast enough to make a normally slow technique practical in real time. The system works in stages. First it looks at the image and figures out what objects are in the scene and how they relate to each other. Then it turns that understanding into a formal plan made of simple actions, like picking up an object and placing it somewhere. Before the robot acts, a lightweight checker tests whether each step in the plan is physically possible, such as whether an object is blocked by something on top of it. If a step fails that check, a group of AI agents debate the failure and propose a fix, and the plan is repaired and rechecked. The project calls this group a debate council, and it is designed so a human watching a demo can see the plan fail and then watch the agents fix it live. The README describes several levels of testing, ranging from a simple simulated evaluation with no physics, up to a version using a real physics engine called MuJoCo, and further tiers that connect to established robotics benchmarks including robosuite with a real robotic arm design and an NVIDIA benchmark called RoboLab, though the most advanced levels require specific hardware such as an NVIDIA GPU running Linux that is not available on the developer's machine. The project also includes its own multi-agent vision system that estimates the 3D position of objects by combining views from several camera angles, which the README reports as more accurate than judging position from a single image. Overall this is an experimental, code-heavy research prototype rather than a polished tool, aimed at people working in robotics or AI research who want to explore whether fast language model reasoning can make automated task planning and error correction practical for physical robots.

Copy-paste prompts

Prompt 1
Explain how the debate council in TAMPire repairs an infeasible robot plan step by step.
Prompt 2
Walk me through running the TAMPire demo with the baseline planner so I can see a plan fail and get fixed.
Prompt 3
Help me set up TAMPire's Tier 1 MuJoCo evaluation and interpret the symbolic versus physics verifier results.
Prompt 4
Describe how TAMPire's multi-view perception estimates 3D object positions from camera images.

Frequently asked questions

What is tampire?

A hackathon robotics prototype where AI agents plan tabletop robot tasks from a photo and instruction, then debate and fix failed plans in real time.

What language is tampire written in?

Mainly HTML. The stack also includes Python, Gemma, Cerebras.

Who is tampire for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.