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 / foa-mcp-tool-discovery.md
Created December 29, 2025 00:27
FoA-Style Tool Discovery for MCP Servers - Analysis of semantic agent routing applied to MCP tool management

FoA-Style Tool Discovery for MCP Servers

Analysis of "Federation of Agents: A Semantics-Aware Communication Fabric for Large-Scale Agentic AI" (arXiv:2509.20175) and its application to MCP tool discovery.

FoA Key Concepts

Versioned Capability Vector (VCV) Structure

From the paper, each agent advertises a VCV:

@jmanhype
jmanhype / proxmox-infrastructure.md
Created December 26, 2025 03:25
Proxmox Infrastructure - batmanosama ZimaBoard
@jmanhype
jmanhype / 3090-stack-setup.md
Created December 26, 2025 02:51
3090 Local AI Stack - Deterministic + LLM-augmented software generation

3090 Local AI Stack Setup

Deterministic + LLM-augmented software generation for RTX 3090 (24GB)

Overview

This stack combines Sean Chatman's deterministic tools with local LLM inference on your RTX 3090.

┌─────────────────────────────────────────────────────┐
@jmanhype
jmanhype / inferal-workspace-architecture.md
Created December 25, 2025 15:45 — forked from yrashk/inferal-workspace-architecture.md
Inferal Workspace Architecture

Inferal Workspace Architecture: How We Work at Inferal

Your org's brain that AI can use

This is not our product. This document describes our internal operating environment - how we run the company. We share it to show the environment you'd join and demonstrate our philosophy in action. For what we're building, see What We're Building below.

This document describes the conceptual architecture of our company workspace - a text-based, version-controlled knowledge and operations hub designed to replace tools like Notion and Webflow while being natively accessible to AI assistants.

Why We Built This

@jmanhype
jmanhype / coding-assistants-guide.md
Last active December 23, 2025 19:55
AI Coding Assistants & Frameworks: A Complete Guide - Claude Code, Codex, Beads, Speckit, Quint Code, and more

AI Coding Assistants: What I Actually Use

TL;DR for Pranav: Claude Code is my primary driver. Codex is good but works best as a second opinion, not the main tool. Here's my complete setup.


The Short Answer

What do I prefer? Claude Code, hands down.

@jmanhype
jmanhype / gist:69dad42be8e5e9727128800c515d95a3
Created December 19, 2025 20:52
OpenCode / Claude Code Capabilities Demo - Comprehensive demonstration of AI-powered development workflows
# OpenCode / Claude Code Capabilities Demo
A comprehensive demonstration of AI-powered development workflows using Claude Code (Anthropic's CLI) and OpenCode with the oh-my-opencode plugin.
## Project Built: Markdown Editor
**Repository**: https://github.com/jmanhype/markdown-editor
A full-featured Electron markdown editor with:
- Live preview with CodeMirror 6
@jmanhype
jmanhype / gist:bdc1a7e4279f35337d0535ec5c919086
Created December 19, 2025 08:36
The Frozen Backbone: Dantean Architectures in Neural Representation
# The Frozen Backbone: Dantean Architectures in Neural Representation
A philosophical framework connecting modern deep learning architecture to Dante's Inferno, specifically mapping the **frozen backbone paradigm** and **neural collapse** to the nine circles of Hell.
## Core Concept
The frozen backbone paradigm transforms neural networks into an "inverted funnel" terminating in a structurally immutable, frozen center—mirroring the frozen lake of Cocytus at the bottom of Dante's abyss.
## The Nine Circles → Neural Network Layers
@jmanhype
jmanhype / escape-digital-surveillance-intranet-guide.md
Created December 8, 2025 15:41
Building Your Own Private Intranet: A Guide to Digital Independence

Building Your Own Private Intranet: A Guide to Digital Independence

Why You Need This

Digital IDs, surveillance capitalism, deplatforming, internet shutdowns, social credit systems. The centralized internet is becoming a liability. This guide shows you how to build a completely self-contained, portable, internet-independent network for your family, community, or organization.

Goals:

  • ✅ No internet dependency
  • ✅ Portable and self-contained
  • ✅ Open source everything
@jmanhype
jmanhype / lvm-thin-pool-lessons-learned.md
Created December 8, 2025 15:40
LVM Thin Pool Disaster: Lessons Learned from a Proxmox Media Server

LVM Thin Pool Disaster: Lessons Learned from a Proxmox Media Server

TL;DR: Don't Set Up Thin Pools Like This

I spent hours fighting filesystem corruption on my Proxmox media server. The root cause? LVM thin pool with only 20MB of physical free space. Here's what went wrong and how to avoid it.

The Setup

  • Hardware: Proxmox VE 8.4.1 with Seagate SlimBUP 931GB external drive
  • Storage: LVM thin pool (SlimBUP) with containers for Plex and media services
@jmanhype
jmanhype / evaluation-stack-system.md
Created November 9, 2025 16:06
3-Layer Evaluation Stack for Claude Skills - Complete system for building, deploying, and measuring skills using real captured traffic

3-Layer Evaluation Stack for Skills

A complete system for building, deploying, and measuring Claude skills using real captured traffic.

Overview

This stack enables evaluation-driven development for Claude skills:

  1. Build skills from documentation (Skill Seeker)
  2. Expose skills via MCP middleware (Director)
  3. Capture real Claude Code API traffic (CC Trace)