The Hangover Part AI: Where's My Context?

Your AI woke up in Vegas with no memory of last night. Build AI that doesn't forget with Cognee's self-hosted, hybrid graph-vector memory layer.

$10,000in prizes + job interviews at Cognee
Dates
Jun 29 – Jul 5, 2026
The Mission
Give your AI a memory
The Wolfpack

The Jackpot

$10,000 in prizes. The house always remembers, and so will you.

🎰Every member of a winning team receives the full prize!

Grand Prizes for All Team Members

Maximum team size of 4

Best Use of Open Source
Apple MacBook

Apple MacBook Neo

One per team member, or the equivalent cash amount, for the best build on the open-source Cognee

Best Use of Cognee Cloud
Apple iPhone 17

Apple iPhone 17

One per team member, or the equivalent cash amount, for the best build on Cognee Cloud

Top winners get job interviews at Cognee

Showcase your skills directly to the team building the memory layer for AI. (Interviews do not guarantee a job, see the rules.)

Open Source Track: $100 per PR · Top 20 submissions

Find issues on the Cognee GitHub repository and contribute to the open-source project. The top 20 PR submissions earn $100 each.

Browse issues

Side Track · Best Blogs

Keychron mechanical keyboard

Write about your build, your journey, or how Cognee gives AI a memory. The best blogs win a Keychron mechanical keyboard worth $120.

Keychron Mechanical Keyboard ($120)

Side Track · Social Buzz

Share your progress on socials and tag @wemakedevs and Cognee. The top 10 social media posts get exclusive swag shipped to them.

Top 10 Posts → Exclusive Swag
Why we're doing this

Your AI Has a Hangover

It wakes up every morning with no memory of last night. We're here to fix that.

The Problem

When you call an LLM, every request is stateless. It doesn't remember what happened in the last session, and it quickly spills out of its context window. So your agent forgets the groom, loses the plot, and wakes up on the roof asking “where's my context?”

The Solution

Use Cognee to build AI that does not forget. Give your agents a permanent, self-hosted, hybrid graph-vector memory layer so they can learn, adapt, and carry context across infinite sessions. No more amnesia. No more “what happened last night?”

🧠 The Core Memory Lifecycle

Four Operations. Total Recall.

Cognee's memory API is dead simple. If The Wolfpack had this, they'd have found Doug in one line of code.

remember()

Ingest text, files, and URLs and permanently structure them into the knowledge graph.

recall()

Query memory, Cognee automatically routes the search between semantic similarity and deep graph traversals.

improve()/ memify

Run post-ingestion enrichment, prune stale nodes, and adapt weights based on user feedback.

forget()

Surgically prune or delete datasets when they're no longer needed.

wheres_my_context.py
import cognee

# 1. Give your agent a memory
await cognee.remember("Doug is the groom. The wedding is Sunday.")
await cognee.remember(file="vegas_receipts.pdf")

# 2. Ask it anything, across infinite sessions
answer = await cognee.recall("Where is Doug?")

# 3. Let the memory get smarter over time
await cognee.improve()   # a.k.a. memify

# 4. Surgically forget what no longer matters
await cognee.forget(dataset="last_nights_mistakes")
What Can You Build?

The Theme Is Open. Anything Goes.

Build anything you want: agents, apps, tools, games, automations, as long as you use Cognee for memory. The examples below are just inspiration to get the ideas flowing. They are examples only, not requirements.

EXAMPLE #01

Personal Memory Agents

Assistants that remember every conversation, preference, and decision across infinite sessions. Your AI finally stops asking the same question twice.

EXAMPLE #02

Research & Knowledge Copilots

Ingest papers, docs, and the web into a living knowledge graph, then recall answers with deep graph traversals. Think Andrej Karpathy Wiki, but yours.

EXAMPLE #03

Never-Forget Workflows

Automations and pipelines that carry context between runs. Build agents that learn from yesterday and act smarter today.

EXAMPLE #04

Self-Improving Agents

Use improve()/memify to enrich memory and adapt weights from feedback so your agent gets sharper the more it's used.

EXAMPLE #05

Support & Customer Memory

Support bots that remember a customer's full history, past tickets, and context, no more 'can you repeat your account number?'

EXAMPLE #06

Learning & Tutoring Tools

Tutors that track what a learner already knows, adapt to their pace, and build a personalized knowledge map over time.

Got a wilder idea? Even better. Surprise us, the only rule is that Cognee powers the memory.

🔌 Plug-and-Play

Don't Build It Alone

You don't have to build custom agent frameworks from scratch. Wire up your stack, plug into your favorite tools, and ship faster.

Setup & Configuration

Configure your LLM providers, vector stores, graph stores, and everything else you need to run Cognee your way.

Configuration overview

Claude Code

Give Claude Code local project memory so your IDE agent never forgets your codebase.

Codex

Add a persistent memory layer to Codex so it carries context across every session.

n8n

Build never-forget AI workflows in n8n without writing any backend code.

OpenClaw

Drop Cognee memory into OpenClaw with the official npm package or ready-made skills.

⚖️ How You're Judged

Judging Criteria

01

Potential Impact

How effectively does the project address a meaningful problem or unlock a valuable use case with persistent AI memory?

02

Creativity & Innovation

How unique is the idea? Does it push the boundaries of what's possible when an agent never forgets?

03

Technical Excellence

How well is the project implemented? Does it demonstrate strong engineering practices and clean, maintainable code?

04

Best Use of Cognee

How deeply and effectively does the project lean on Cognee's memory lifecycle APIs and its hybrid graph-vector memory layer?

05

User Experience

Is the project intuitive to use? Does it provide a polished experience that users would actually want to adopt?

06

Presentation Quality

How clearly is the project presented? Do the demo, README, and submission communicate the problem, solution, and impact?

Frequently Asked Questions

Discord

Still have questions? Join the community and get help in real time.

Discord Join the Discord

Disclaimer: “The Hangover Part AI” is an independent developer hackathon run by WeMakeDevs. It is not affiliated with, endorsed by, or associated with the “The Hangover” films, Warner Bros. Entertainment, or any of their rights holders. The theme is used purely for fun.