H
Gallery/How Winners Win/Winners That Put Memory at the Center

Winners That Put Memory at the Center

Eight winners across two Qdrant hackathons all treat the question of what to remember, and how, as the actual subject.

MemoryAtlas stores each memory as six named vectors — semantic, emotional, prosodic and more — then reads fourteen-day emotional sequences. Crowd Whisperer holds every listener as a 532-dimension vector and rescores drifting taste every fifteen seconds. Synthara accumulates player decisions as a 'soul history' that NPCs quote back. RoboBank banks robot action sequences with safety labels and picks the next move by nearest-neighbor retrieval.

What unites them is that none use the vector database merely to make search faster. All eight design the structure of memory itself: what constitutes one vector, which axes to separate, how long a window counts as one sequence. That design decision is the substance of the project. As Spatio-Temporal NPCs showed by running on roughly 3GB of local VRAM, these compete on structure rather than scale.

AD — Advertisement

Takeaway: at a vector-database event, 'we do RAG' is not a differentiator, because most entrants will do exactly that. Ask instead whether your subject can be decomposed into several axes stored as separate vectors, or read as a sequence over time. Memory design is easy to explain and its structure lands quickly with judges.

Projects cited in this analysis

2025V
1st Place ($5,000)

Vector Vintage

Qdrant Vector Space Hackathon
Turns e-commerce discovery into an explorable 3D world — categories become mountains, result counts become terrain height, and an LLM guide narrates the tour.
2025R
2nd Place ($3,000)

RoboBank

Qdrant Vector Space Hackathon
A trajectory memory for robots: banks sensor-action sequences as vectors labeled by safety, then retrieves the safest neighbor to suggest the next move.
2025S
3rd Place ($2,000)

Spatio-Temporal NPCs

Qdrant Vector Space Hackathon
Game NPCs that remember places and events via spatio-temporal memory — CLIP image memories plus text memories, running locally on ~3GB VRAM at 1-2s latency.
2026M
1st Place

MemoryAtlas

Qdrant Vector Space Hackathon 2026
Detects mental-health spirals before they deepen: each memory is stored in Qdrant as six named vectors (semantic, emotion, prosody and more), a custom transformer reads 14-day emotional sequences, and when trouble looms it retrieves the user's own past recovery as proof they have climbed out before.
2026C
2nd Place

Crowd Whisperer

Qdrant Vector Space Hackathon 2026
Simulates how hundreds of listeners react to a DJ set in real time: every persona lives in Qdrant as a 532-dimension hybrid vector, scored every 15 seconds with drifting preferences, while the crowd's convergence or polarization is projected onto a 2D map.
2026S
3rd Place

Synthara

Qdrant Vector Space Hackathon 2026
A dark-fantasy RPG where every player decision becomes a vector 'soul history' — NPCs quote your exact past deeds in dialogue, and story gates unlock based on accumulated episodic memory, all powered by Qdrant Cloud.

More analysis