tokens&
For enterprises
Sign in
tokens&

Find tools, check provider offers, save a build plan, and share your work when you’re ready.

For buildersFor enterprises

For builders

  • Startup credits and perks
  • Agent Skills
  • Publish a project

For enterprises

  • Start free company workspace
  • Submit a tool, product, or perk

Community

  • Community
  • Newsletter
  • Events
Xin

© 2026 tokensand, LLC. All rights reserved.

  • Terms
  • Privacy
  • Security
  • Data Processing
  • Status
  1. Hackathon
  2. Project gallery
  3. Dead Reckoning
Anonymous builderabout 2 hours agoJudging locked: Event build

Dead Reckoning

Kill a long-running agent mid-booking on a website, change the website while it's down, and watch it come back with no memory, notice what changed, and adjust accordingly.

Review the project

Start with the source code, then open the demo or video if available.

View GitHub repository
Project gallery
Project description
Long-running agents keep memory in a growing transcript, which breaks when the process dies: it can't tell what the agent actually did or what is still true. An agent killed after paying but before saving the receipt pays twice on restart, and trusts stale facts. Dead Reckoning replaces the transcript with typed state in an append-only log and a write-ahead protocol for every action. We SIGKILL it right after the ferry is charged, and close the accessible campsite while it's down. It restarts with no local state, recovers the receipt from the booking desk instead of paying twice, re-checks stale facts, and rebooks only the campsite, honoring the wheelchair constraint. An ordinary agent beside it pays twice and tries to book the closed site. RawTree by Tinybird is its only memory: intents, receipts, facts and metrics, restored with one query. Nimble reads the status page and the real Angel Island ferry schedule and park notices, re-checked after the crash.
Tools used
  • Codex
  • OpenAI
  • Liquid AI
  • Nimble
  • Tinybird
Liquid
's LFM2.5-1.2B runs locally to decide which facts are outdated and what leaves working memory.
OpenAI
GPT-5.5 plans; CopilotKit OpenBot is the chat UI.
Project links
  • GitHub repository
Tools used
  • Codex
  • OpenAI
  • Liquid AI
  • Nimble
  • Tinybird