Guide: Creating isolated feature branch environments (Modal + Neon) for the agents server
Complete guide for deploying an isolated copy of the agents server stack for feature testing without touching dev/prod.
| Component | Naming Convention | Example |
|---|
Guide: Creating isolated feature branch environments (Modal + Neon) for the agents server
Complete guide for deploying an isolated copy of the agents server stack for feature testing without touching dev/prod.
| Component | Naming Convention | Example |
|---|
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.
please dont read this! read https://theshapeofexperience.org/ instead for the latest content. but i just want to dump this here in case i die or something
Created: 3/4/2026 8:45:34
Updated: 3/4/2026 11:51:58
Exported: 3/4/2026 11:53:09
Link: https://claude.ai/chat/6c815f1e-d520-4f9a-a1f0-132ce38fc503
AGI SDK Binary Architecture - Claude Code Pattern
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.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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.
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.
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.
| 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. |
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!