Inspiration
What it does
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for The House That Remembers
Inspiration
Long-running AI work has a hidden cost: every new session turns the human owner into the project historian. After three months of real work, I kept having to explain what was finished, what had been tested, what was still missing, and what the AI was not allowed to do.
Memory alone was not enough. We needed accountable continuation.
What it does
The House That Remembers transfers the current job—not just the chat. A fresh AI receives:
- durable memory of the goal and decisions;
- source-backed proof of completed work;
- explicit permission boundaries;
- missing evidence and the next safe action.
The demo replays our real Build Week deadline state with private details removed. It shows how an independent review checks the original evidence instead of copying another AI's conclusion, how the owner approves an exact recovery plan, and how a new agent reconstructs the task from a hash-chained event ledger.
How we built it
We built the product with Codex and GPT-5.6. Codex reconstructed bounded continuity sources, implemented the dependency-free state machine and bilingual interface, wrote the automated tests, and verified the browser flow. GPT-5.6 helped turn three months of working practice into a clear product contract and a judge-friendly story.
The runtime is deterministic and requires no credentials or external services, so judges can reproduce every state locally.
What is new for Build Week
After July 13, 2026, we built the public-safe runnable product, machine-readable completion-risk triggers, evidence-only independent review, exact owner-approval transitions, hash-chained recovery, a bilingual responsive UI, and automated contract, localization, privacy, and browser checks.
Challenges
The hardest part was resisting false completion. A working local app is not a submitted entry. A saved draft is not Submitted. A link is not verified access. A long conversation is not a safe handoff. We made those distinctions visible in the product.
Accomplishments
The packaged candidate passes all 15 tests. A fresh agent can recover months of project state without making the owner retell everything, while verified work, missing proof, and permission limits remain separate.
What we learned
Useful AI memory is not just recall. It is a durable agreement about what is true, what is unfinished, who may act, and what happens next.
What's next
The next version will add signed portable continuity packets and an optional live GPT-5.6 adapter while preserving the same deterministic evidence and authority contract.
Log in or sign up for Devpost to join the conversation.