Skip to content

Instantly share code, notes, and snippets.

View JacobFV's full-sized avatar
πŸ§‘β€πŸ’»
Building the thing

Jacob Valdez JacobFV

πŸ§‘β€πŸ’»
Building the thing
View GitHub Profile
@JacobFV
JacobFV / isolated-modal-env-guide.md
Last active March 10, 2026 09:45
Guide: Creating isolated feature branch environments (Modal + Neon) for the agents server

Guide: Creating isolated feature branch environments (Modal + Neon) for the agents server

Creating an Isolated Feature Branch Environment (Modal + Neon)

Complete guide for deploying an isolated copy of the agents server stack for feature testing without touching dev/prod.

What Gets Created

Component Naming Convention Example
@JacobFV
JacobFV / README - Sanju's Ideals β€” Claude Code Skill (distilled from sanju.sh - writings and sanju.sh - thoughts).md
Last active March 5, 2026 19:03
Sanju's Ideals β€” Claude Code Skill (distilled from sanju.sh/writings and sanju.sh/thoughts)

Sanju's Ideals β€” Claude Code Skill

A Claude Code skill that applies Sanju Sivalingam's design, engineering, and product ideals as a thinking lens β€” distilled from his writings and thoughts at sanju.sh/writings and sanju.sh/thoughts.

Invoke it on any piece of work to get feedback or a review through his lens: subtract before you add, show don't describe, capture the why, right-size the tool, and more.


Install

@JacobFV
JacobFV / Claude-Meaning scales with cognitive capacity.md
Created March 4, 2026 19:55
[don't read until i die] the-shape-of-experience-and-the-one-who-causes-to-become
@JacobFV
JacobFV / agi-binary-architecture.md
Last active February 5, 2026 20:16
AGI SDK Binary Architecture - Claude Code Pattern

AGI SDK Binary Architecture - Claude Code Pattern

AGI SDK Binary Architecture

This document describes the AGI driver binary and SDK architecture. The driver is a self-contained agent that captures screenshots, reasons with Claude, and executes actions autonomously. SDKs are thin event wrappers.

Overview

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
@JacobFV
JacobFV / claude-code-programmatic-access.md
Last active February 20, 2026 04:32
Using Claude Code Programmatically: Complete guide to bypassing the TUI with --print mode for clean JSON output. Build document editors, agents, and automation systems.

Using Claude Code Programmatically: A Complete Guide

TL;DR: Claude Code has a built-in --print --output-format=json mode that bypasses the TUI completely, giving you clean programmatic access to Claude as an async agent runtime.

The Discovery

While building a document editing agent system, I discovered that Claude Code's binary includes a first-class JSON output mode that completely bypasses the terminal UI rendering, making it perfect for programmatic use.

How It Works

@JacobFV
JacobFV / cura-cli-guide.md
Created December 12, 2025 16:48
Guide to 3D printing from the command line with CuraEngine CLI

3D Printing from the Command Line with CuraEngine

A guide to slicing STL files using CuraEngine CLI, based on real-world troubleshooting.

Finding CuraEngine

CuraEngine is bundled inside the Cura application:

# macOS
@JacobFV
JacobFV / README.md
Created August 29, 2025 04:05
How to Build Software When You're Too Lazy to Build Software

How to Build Software When You're Too Lazy to Build Software

Or: I Accidentally Invented a Way to Make Computers Program Themselves Because I Got Tired of Explaining Things Three Times

Look, I'm going to be honest with you. I built an entire campaign management systemβ€”email automation, AI filters, scheduled triggers, the whole nine yardsβ€”basically by myself. How? Well, I fired three contractors trying to build it before I realized I could do it myself. By "myself" I mean I got GPT to do it while I ate chips and occasionally typed "looks good, continue."

I haven't actually read the rest of this post yet but I'm pretty sure it's genius. Here you go.

The Problem With Building Things

@JacobFV
JacobFV / spaces.py
Created February 18, 2025 16:21
composite gym spaces
from abc import ABC, abstractmethod
from typing import (
Type,
Any,
List,
Dict,
Literal,
Optional,
Set,
Union,
GLWT (Good Luck With That) Public License
Copyright (c) Everyone, except Author
Everyone is permitted to copy, distribute, modify, merge, sell, publish,
sublicense or whatever they want with this software but at their OWN RISK.
Preamble
The author has absolutely no clue what the code in this project does.
It might just work or not, there is no third option.
@JacobFV
JacobFV / README.md
Last active November 8, 2024 06:01
1D Traveling Wave Fourier Simulation

1D Traveling Wave Fourier Simulation

This visualization was completed for my thesis on measuring the dissapation of transverse sound waves in aqueous media under adiabatic conditions. Jk, its just a cool UV playground

Try it out here!