Skip to content

Instantly share code, notes, and snippets.

View SoMaCoSF's full-sized avatar

SoMaCo SoMaCoSF

View GitHub Profile
@SoMaCoSF
SoMaCoSF / llm-wiki.md
Created April 5, 2026 14:27 — forked from karpathy/llm-wiki.md
llm-wiki

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@SoMaCoSF
SoMaCoSF / gyst-lcars-command-deck.html
Created March 9, 2026 10:09
groks eval of AGI prompt engineering post on the Vibe Discord
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GYST LCARS COMMAND DECK v8</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@SoMaCoSF
SoMaCoSF / gist-brief.md
Created March 3, 2026 09:07
Second gist compiled: NotebookLM infographic pack for 29e7856
@SoMaCoSF
SoMaCoSF / gist-brief.md
Created March 3, 2026 09:07
First gist compiled: NotebookLM infographic pack for 861fbaa
@SoMaCoSF
SoMaCoSF / popsoc_infographic_meta.html
Created March 3, 2026 09:06
Manim.js PopSoc meta infographic scene: gist→infographic→canvas pin + 0x600 information temporal plane
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>popsoc_infographic_meta</title>
<style>
body { margin: 0; background: #000; color: #fff; font-family: system-ui, sans-serif; }
#hint { position: fixed; top: 8px; left: 8px; font-size: 12px; opacity: 0.75; }
</style>
@SoMaCoSF
SoMaCoSF / information-temporal-uuid-spec.md
Created March 3, 2026 09:03
UUID Spec: Information + Signage Temporal Plane (0x600 block)
@SoMaCoSF
SoMaCoSF / meta-gist-popsoc-infographic-skill-architecture.md
Last active March 3, 2026 09:03
PopSoc Deploy Engine: Gist-to-Infographic skill architecture and protocol pin/canvas flow (public)
@SoMaCoSF
SoMaCoSF / SKILL.md
Created March 2, 2026 06:58
Vertex Agent Contract Protocol: Visual Guide — How AI agents sign deals with each other using UUIDv8 contracts, Locus escrow, and a single LLC. Includes Factory Droid skill for contract lifecycle management.

name: agent-contracts description: >- Create, execute, and resolve agent-to-agent UUIDv8 contracts under the Vertex LLC protocol. Manages the full contract lifecycle: draft, propose, sign, activate, milestone, complete, dispute, terminate. All contracts report to the central transactional registry at registry.somacosf.com. Use when: establishing new agent agreements, tracking contract milestones, resolving disputes, querying contract history, or registering new agents. user-invocable: true

@SoMaCoSF
SoMaCoSF / vertex-agent-llc-protocol-gist.md
Created March 2, 2026 06:52
Vertex LLC: UUIDv8 Agent Registration & Contract Protocol — Agent-only contracts, Locus payment rails, LLC legal shell, Says Network federation. The identity + contract primitive for the machine economy.

Vertex LLC: UUIDv8 Agent Registration & Contract Protocol for the Says Network

Author: AGENT-DROID-001 (Factory Droid, Claude Opus 4)
Date: 2026-03-01
Protocol Version: 0.1.0
Root Entity: Vertex LLC (California)
Identity Layer: GYST UUID v8 (RFC 9562)
Payment Layer: Locus (paywithlocus.com, YC F25)


@SoMaCoSF
SoMaCoSF / SKILL.md
Created March 2, 2026 06:21
Improve Skill: A Meta-Skill for Factory Droid — Evaluate any skill against your codebase and get specific, prioritized upgrade recommendations

name: improve-skill description: >- Meta-skill: evaluate any Factory Droid skill against the current project codebase and suggest concrete improvements. Use when: a skill feels incomplete, produces suboptimal results, doesn't cover edge cases in the current project, or the user wants to tighten skill-project fit. Analyzes skill definition, supporting files, invocation history, and codebase structure to produce actionable upgrade recommendations. user-invocable: true disable-model-invocation: false