#llm

SSH Reverse Prompt Forwarding

March 23 2026

Making custom commands available on any SSH server without installing binaries. This post explores several Unix/SSH tricks: shell function serialization over SSH, named pipes for IPC, SSH connection multiplexing, creating TCP connections with pure bash, all working together to make custom commands follow you wherever you SSH.

GenAI Prompts as "Native" Programs

Jan. 21 2026

Templated prompts are quite practical. They enable re-usability and helps prevent duplicating prompts for only minor differences. In this post I explore how to turn a prompt template into a seemingly "native" command-line program.