Interactive sites and documentation for projects I'm building.


    Kwike

    Composable Event-Driven Agent Orchestration

    An LLM-first tool for composing agentic workflows using Unix primitives - pipes, append-only logs, and event subscriptions instead of SDKs and harnesses.

    • Event-driven architecture with durable message delivery
    • Four Unix-style primitives: daemon, dispatch, watch, consume
    • Uniform contracts with JSON schema validation
    • Session resume and crash recovery built-in

    View Interactive Site → | Source


    Cando

    Task-Oriented AI Agent

    A task-oriented LLM agent built in Crystal. Spawned for a task, does the work, exits.

    • Runs Gemma 4 locally via Ollama with native tool calling
    • Bash execution and file reading with structural awareness
    • Context tracking and compaction across turns
    • Not a chatbot - process-oriented task completion

    View Interactive Site → | Source