§ 001 · Archive · demo account

Every word, every session.

This is a real archive: 25 memories captured across 5 sessions on Claude, ChatGPT, and Gemini. Search by meaning. Filter by source. This is what your AI would know about you.

25 total · sorted by recency

3 days ago

5 memories

claude.aiinfradatabase
3 days ago · 01:35

pgvector over Pinecone — cost matters more than managed infrastructure at this stage. HNSW with cosine ops, threshold 0.78 for cluster assignment.

0.94 cosine
claude.aiarchitecturerecall
3 days ago · 01:07

Hybrid recall pipeline: pgvector cosine top 30 + BM25 tsvector union → Haiku 4.5 reranker on Pro tier. Free tier returns pure cosine top 5 with no rerank.

0.91 cosine
claude.aistackfrontend
3 days ago · 00:40

Next.js 15 App Router, TypeScript strict mode, Tailwind 3.4. No Shadcn, no Radix — custom components only. Inline JSX styles in generated fragments.

0.88 cosine
claude.aideploymentinfra
3 days ago · 00:15

Supabase on ap-southeast-2 (Sydney). Same region as Vultr VPS matters for latency. Coolify handles auto-deploy on git push to main. Never `npx vercel --prod`.

0.85 cosine
claude.aiopsdeployment
3 days ago · 23:45

Deploy = git push origin main → Coolify Dockerfile build → auto-deploys to VPS. Vercel is backup only. The Coolify webhook fires on every push to main.

0.79 cosine

5 days ago

5 memories

chatgpt.comtoolingpreference
5 days ago · 01:35

Prefer Claude Code over Cursor. Claude Sonnet 4.6 for most tasks, Groq llama-3.3-70b free tier for LLM calls in the synthesis engine. Anthropic API is last resort.

0.83 cosine
chatgpt.comstylingpreference
5 days ago · 01:13

Tailwind over CSS modules for all client sites. Mobile-first always — test at 375px as the floor. Inline styles in JSX fragments only (no class leakage between generated pages).

0.81 cosine
chatgpt.comtoolingpaymentsemail
5 days ago · 00:47

Resend for transactional email, Stripe for payments. Never SendGrid — reliability issues Q3 2025. Stripe webhook secret goes in Coolify as STRIPE_WEBHOOK_SECRET.

0.77 cosine
chatgpt.comclientproject
5 days ago · 00:25

Client: Aerna (sustainable fashion brand). Contact: Sarah Chen, founder. Budget $5K AUD fixed. Shopify integration read-only — pull product and order data only.

0.74 cosine
chatgpt.comtestingpreference
5 days ago · 00:00

Testing stack: Playwright for e2e, Vitest for unit. Playwright specs gate on SPINE_EXT_HARNESS=1 so CI never accidentally triggers live browser sessions.

0.72 cosine

1 week ago

5 memories

claude.aistrategygoals
1 week ago · 01:35

Building automated income. First SaaS MRR before June 2026. Revenue target $1M in 2026. Agency = cash flow, SaaS = wealth. Never confuse the two.

0.82 cosine
claude.aiproductsaas
1 week ago · 01:10

Content Autopilot is the $1 MRR wedge. Spine is the long play — developer wedge via MCP, then normie market via Chrome extension for ChatGPT and Gemini.

0.79 cosine
claude.aibusinessmodel
1 week ago · 00:43

Three-tier offer: Premium ($5K+ custom builds), Intermediate ($1-2K sites), Basic (template + setup). Premium pays for SaaS runway. Never sell Basic at a loss.

0.76 cosine
claude.ailegalbusiness
1 week ago · 00:17

ABN: 46 248 687 420. Sole trader. No employee costs, no payroll. Keep legal surface minimal until $100K ARR. Stripe needs age 18 — bank transfer primary until then.

0.73 cosine
claude.aidesignstandard
1 week ago · 23:50

Design floor: Awwwards SOTD. Every site must feel hand-crafted. No symmetrical 50/50 layouts. Fibonacci spans: 13fr/8fr/5fr. Never ease-in or ease-out — spring physics only.

0.68 cosine

2 weeks ago

5 memories

gemini.google.commcparchitecture
2 weeks ago · 01:35

MCP is the Anthropic-blessed protocol for AI tool extensions. The wedge: `npx @spine/mcp init` registers Spine with Claude Code and Claude Desktop in 30 seconds.

0.92 cosine
gemini.google.commcpconfig
2 weeks ago · 01:05

Claude Code MCP config: .claude/mcp.json. Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json. Both accept the same mcpServers JSON schema.

0.89 cosine
gemini.google.comspinetools
2 weeks ago · 00:37

Spine MCP tools: spine_remember(fact) stores any string, spine_recall(query) returns top-k relevant via vector search, spine_forget(id) soft-deletes. All user-scoped via RLS.

0.87 cosine
gemini.google.comembeddingscost
2 weeks ago · 00:10

Embeddings: OpenAI text-embedding-3-small (1536-dim). Cost: $0.02/1M tokens. Zero-day retention on the Embeddings API — OpenAI does not store the content we send.

0.86 cosine
gemini.google.comarchitectureproactive
2 weeks ago · 23:43

Proactive injection: before each session, pull top 5 relevant memories via cosine search and prepend as system context. Haiku 4.5 filters relevance cheaply before injection.

0.88 cosine

3 weeks ago

5 memories

claude.aiengineanimation
3 weeks ago · 01:35

Spring physics only: stiffness + damping. Never ease-in, ease-out, or linear. Framer Motion for UI springs, GSAP for scroll-driven sequences. Always 400-600ms breath pace.

0.78 cosine
claude.aienginefragments
3 weeks ago · 01:03

Fragment rule: minimum 400 lines per hero fragment, 7 visual depth layers each. The engine's power = stored code complexity, not prompt engineering. LLM job is selection only.

0.75 cosine
claude.aiwebglshaders
3 weeks ago · 00:35

WebGL shaders require: simplex3D noise (not Perlin), domain warping (2+ FBM octaves), uTime animated + uMouse cursor reactive. Canvas compositing at 0.35-0.45 opacity always.

0.77 cosine
claude.aienginevalidation
3 weeks ago · 00:07

Self-healer validates generated code before mounting: AST tag balance check, 11 regex fixers, then LLM fallback if both fail. validateFragmentTags() is the entry point.

0.73 cosine
claude.aiengineml
3 weeks ago · 23:40

Genetic breeding: score output on 8 dimensions → store lessons → evolve winning patterns. Training loop runs daily at 3am UTC, 1 cycle max, $0.05 cap via Groq free tier.

0.71 cosine

Your archive, not a demo

Start your own archive in 30 seconds.

Every AI session you have adds to your corpus. By next week, your AI knows your stack, your clients, your preferences. By next month, it knows you.