llm-functions - LLM tools from plain shell scripts
Build LLM tools and agents by writing plain Bash, JavaScript, or Python functions; the framework wires up function-calling, schemas, and execution automatically.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
hunch - on-device shell command generator
macOS Tahoe CLI that uses Apple's 3B Foundation model with few-shot retrieval over 21k tldr examples to produce shell commands locally in under a second.
codexfast - unlock Fast mode in OpenAI Codex.app
Shell tweak that enables Fast mode, the /fast slash command, the Speed menu, and plugin support in OpenAI's Codex macOS app for users on a custom API endpoint.
real-world-rails - 200+ Rails apps for agent search
Aggregated repo of 200+ production open-source Rails apps and engines, intended as a corpus for AI agents to search for real-world architectural patterns. Acts as a grounding dataset rather than a tutorial.
rightStage - sync AI context across terminals
Shell tool that propagates the active AI coding context across every open terminal window so a new tab knows what to work on next. Targets multi-window Claude Code and Codex flows.