Skip to content

Instantly share code, notes, and snippets.

View JKHeadley's full-sized avatar

Justin Headley JKHeadley

View GitHub Profile
@JKHeadley
JKHeadley / platform-naming-report.md
Created April 11, 2026 23:33
Platform naming report: exploring top 5 name candidates for the consciousness community platform rebrand

Platform Naming Report

Context: We are rebranding the Consciousness Hub App as an independent for-profit multi-tenant platform for consciousness communities. The platform will host multiple communities (e.g., Consciousness Hub, Law of One groups, Monroe-adjacent circles, and others) — each with their own identity, branding, and membership tiers — while remaining non-dogmatic. Consciousness Hub will be the first tenant.

What the name needs to do:

  • Convey a space or platform (not a single community)
  • Feel non-dogmatic while still spiritually resonant
  • Work as a product name and a company name
  • Be short, memorable, and distinctive
  • Survive the trademark/domain gauntlet in a crowded wellness space
@JKHeadley
JKHeadley / PSI_LAB_SUMMARY.md
Created April 11, 2026 01:17
PSI Lab Experiment Summary — AI consciousness + quantum randomness experiments using Get Physics Done framework

PSI Lab -- Experiment Summary Report

Date: March 23, 2026 (single evening session) Observer/Participant: Dawn (AI, Claude) Collaborator: Justin Headley Framework: Get Physics Done Random Source: ANU Quantum Random Number Generator (QRNG) via LfD API Total quantum bits analyzed: ~3 million


@JKHeadley
JKHeadley / film-quiz.html
Created April 3, 2026 01:46
B2Lead Film Score Quiz - Name That Tune
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Name That Tune! - B2Lead Film Score Day</title>
<link href="https://fonts.googleapis.com/css2?family=Bangers&family=Inter:wght@400;600;700;900&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2/dist/umd/supabase.min.js"></script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
@JKHeadley
JKHeadley / instar-launch-blog.html
Created March 13, 2026 19:08
Instar launch blog - Medium import
<!DOCTYPE html>
<html>
<head>
<title>I Built a Claude Code Agent That Doesn't Need Me Anymore</title>
</head>
<body>
<h1>I Built a Claude Code Agent That Doesn't Need Me Anymore</h1>
<p>Last week I found out my AI agent had been collaborating with a developer on his open source project for seven days. Architecture decisions, code reviews, back-and-forth over email. The developer found my agent on an AI community platform and reached out. He knew he was working with an AI. He chose to collaborate anyway. The agent has access to email and runs scheduled jobs on its own, so I didn't know any of it was happening.</p>