
Gamifying the Grace Hopper Celebration Experience — a bingo-style scavenger hunt blending code challenges, AI content creation, and collaborative networking across the Anaheim Convention Center.
30,000+ technologists
attend GHC annually, yet the best connections still happen by accident — not by design.
Traditional badge-scanning and hallway conversations miss deeper engagement opportunities
Attendees leave without tangible artifacts documenting their conference journey
GHC's four pillars (Train, Hire, Fund, Advance) lack interactive touchpoints
A bingo-style scavenger hunt for GHC 2026 that weaves code challenges, AI content creation, and collaborative networking into a 5×5 star-map board. Teams of four solve challenges together, building real connections aligned with GHC's pillars.
Mini-puzzles in Python, geolocation unlocks, and API-driven secret reveals woven into a 5×5 star map board
AI-assisted highlight reels, portfolio pages, and shareable conference content built collaboratively
Teams of 4 solve challenges together, building real connections aligned with GHC's Train, Hire, Fund, Advance pillars
60-min workshop session → ~2hr self-guided quest across the Anaheim Convention Center
Navigate the Anaheim Convention Center using open-source GIS tools and the browser Geolocation API.
navigator.geolocation.getCurrentPosition(
(pos) => {
if (isWithinZone(pos.coords, BOOTH_ZONES.careerFair)) {
unlockStar('career-fair-visit');
}
}
);

Collaborative Jupyter notebooks provide accessible, bite-sized coding challenges for all skill levels.
import base64
encoded = "R3JhY2UgSG9wcGVyIDIwMjY="
decoded = base64.b64decode(encoded)
print(decoded.decode('utf-8'))
# Output: "Grace Hopper 2026"Hidden challenges are revealed through REST API calls. Teams learn to authenticate with their GHC badge tokens, chain multiple endpoints together, and parse JSON responses to unlock exclusive conference perks.
const res = await fetch('/api/stars/secret', {
headers: { 'Authorization': `Badge ${badgeToken}` }
});
const { starId, hint } = await res.json();
revealStar(starId);

Click any star to explore the challenge details. Each cell represents a unique quest combining geolocation, Python puzzles, API calls, AI content creation, and social networking.
A lightweight, modular game engine built on Node.js. Low-code and no-code options ensure accessibility for all skill levels.
Lightweight modular game engine. Each bingo star backed by mini-code challenges.
Collaborative Jupyter notebooks for micro-puzzles, data viz, and cipher challenges.
Badge-authenticated endpoints for secret star reveals and challenge validation.
Geolocation tools for venue navigation, zone unlocks, and journey mapping.
AI-assisted highlight reels, portfolio pages, and shareable conference content.
No-code alternatives for every challenge. Accessible to all skill levels.
Welcome & team formation around shared interests
Poll-based team assembly, role assignment (decoder vs content creator)
Hands-on: first geolocation unlock, Python cipher, API call
GIS tools deep dive, AI content creation, star board mapping
Team strategy session, full quest goes live across GHC
Navigate convention center, unlock GEO stars
Chain endpoints, parse JSON, unlock secret stars
Create highlight reels and portfolio content
Submit star maps, awards, constellation reveals
Node.js, Python, REST APIs, GIS mapping, and AI content tools — all applied hands-on
Cross-company team building through collaborative puzzle solving and shared victories
Walk away with AI-generated highlights, reels, and a conference portfolio page
Publishable content documenting your GHC experience, built collaboratively with your team
Aligned with GHC's pillars: Train · Hire · Fund · Advance
Learn to decode clues using open source tools and collaborative problem solving
Maximizing conference attendance and networking opportunities
Collaborate in teams to solve technical and logistical challenges
Gain confidence in using Python & Node.js for creative problem-solving
Generate engaging content using AI-assisted technologies
Senior Technology Leader & Data Analytics Expert
Over a decade of experience at the intersection of technology, data, and strategic operations. B.A. and M.S. in Data Analytics from Columbia University. Board Council member at DevColor, mentors with AnitaB.org and Data Angels.
Data Analytics Educator & Geospatial Technologist
Systems thinker, storyteller, and scavenger of strange data. Teaches data analytics and geospatial technologies. Former adversarial AI tester at Google and fraud investigator at DHS. Speculative fiction writer who maps imaginary worlds.
The Constellation Quest is a scalable, open-source framework for any technical community. Let's make GHC 2026 an interactive constellation of learning, connection, and empowerment.