Skip to content

Instantly share code, notes, and snippets.

View jmanhype's full-sized avatar
🚢
Shipping

Straughter "BatmanOsama" Guthrie jmanhype

🚢
Shipping
View GitHub Profile
@jmanhype
jmanhype / llm-wiki.md
Created April 4, 2026 20:33 — 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.

@jmanhype
jmanhype / blackice_ideas_consolidated.md
Created March 25, 2026 16:36
BLACKICE Research Ideas - Consolidated from 19 tool analyses (Jan 7-8, 2026)

BLACKICE Research Ideas - Consolidated

Consolidated from 19 tool/project analyses (Jan 7-8, 2026). Each section contains ideas worth adopting for BLACKICE from a different open-source tool.



<!-- Source Gist 1 of 19: 2b8159ee806769c1358481bc20b2c70b -->

@jmanhype
jmanhype / blackice_strategy_consolidated.md
Created March 25, 2026 16:35
BLACKICE 2.0 Strategy & Architecture - Master Synthesis, Risk Analysis, ggen Comparison, Code Archaeology (Jan 7-8, 2026)

BLACKICE 2.0 Strategy & Architecture - Master Consolidated Document

Consolidated: March 25, 2026 Original dates: January 7-8, 2026 Sources: 10 strategic/architecture gists consolidated into one Contents: Master Synthesis, Risk Analysis, ggen Comparison, Code Archaeology, Naming Schemes, Use Cases, Enhancement Plan, System Context, Features Roadmap, Oracle Handoff


Table of Contents

@jmanhype
jmanhype / riley_video_consolidated.md
Created March 25, 2026 16:35
AI Video Factory: Complete Riley Project Reference - Protocol, Artifacts, Blueprint, Distribution (Feb 2026)

AI Video Factory: Complete Riley Project Reference

Consolidated: March 25, 2026 Original Session: Feb 4, 2026 System: Gemini CLI

This document consolidates all Riley AI Video Factory gists into a single reference.


@jmanhype
jmanhype / deleted_forks_record.md
Last active March 25, 2026 16:39
GitHub Cleanup Record - 2026-03-25 (974→274 repos)

Deleted Forks Record - 2026-03-25

Forks removed from jmanhype during GitHub cleanup. All had live upstreams (re-fork anytime from upstream). None contained your commits.

Deleted Forks (396)

Fork Language Upstream Size (KB)
DenarioApp Python AstroPilot-AI/DenarioApp 333
@jmanhype
jmanhype / OPENCLAW-EVOLUTION.md
Created February 18, 2026 14:44
VSM Code Archeology Research — OpenClaw, Jido, Cybernetic-aMCP (Feb 17-18, 2026)

OpenClaw Architectural Evolution: A Comprehensive Chronological Analysis

Research compiled: 2026-02-18 Source: CHANGELOG.md (2114 lines), GitHub release metadata (54 tags), GitHub API data, source tree


Key Metrics

| Metric | Value |

@jmanhype
jmanhype / vaos-voice-bridge-journey.md
Created February 17, 2026 17:36
VAOS Voice Bridge: Building a Talker-Reasoner on PersonaPlex/Moshi — research journal, debugging war stories, drip-feed token injection

VAOS Voice Bridge: Building a Talker-Reasoner Architecture on PersonaPlex/Moshi

A technical journal of building dual-process voice AI on top of Kyutai's Moshi and NVIDIA's PersonaPlex, with Letta as the reasoning backbone.

The Goal

Build a Talker-Reasoner voice system where:

  • System 1 (Talker): PersonaPlex/Moshi handles real-time conversation at 12.5Hz
  • System 2 (Reasoner): Letta agent with persistent memory does deep thinking, web search, tool use
  • A Voice Bridge (Bun + TypeScript) connects them, with Voxtral transcription + classification in parallel
@jmanhype
jmanhype / last30days_combo.py
Created February 13, 2026 02:00
Research any topic across X (Twitter) + Reddit using Bird CLI + Perplexity API
#!/usr/bin/env python3
"""
last30days_combo.py - Research any topic across X (Twitter) + Reddit
Uses:
- Bird CLI for X/Twitter (free, uses browser cookies)
- Perplexity API for Reddit (has real URLs + upvotes)
Setup:
1. Install Bird: npm install -g @steipete/bird
@jmanhype
jmanhype / extract_x_cookies_cdp.py
Created February 12, 2026 16:32
Extract X (Twitter) cookies from Chrome via CDP for use with Bird CLI
#!/usr/bin/env python3
"""
Extract X (Twitter) cookies from Chrome via CDP (Chrome DevTools Protocol).
Requirements:
- Chrome running with --remote-debugging-port=9222
- pip install websockets
- Must be logged into x.com in Chrome
Usage:
@jmanhype
jmanhype / generate_riley_assets.sh
Last active February 4, 2026 17:43
NANO BANANA PROTOCOL: Raw Bash Script for Consistent AI Character Generation
#!/bin/bash
# 🍌 NANO BANANA PRO: RAW ASSET GENERATION PROTOCOL
# Session: Feb 4, 2026
# Model: gemini-3-pro-image-preview
# Logic: Base64 Reference Injection + Prompt Engineering for Consistency
# 1. PRE-FLIGHT: ENCODE DNA
# Ensure 'riley.jpg' exists in the current directory.
if [ ! -f "riley.jpg" ]; then