Blog

13 posts

  1. · 2 min read

    Second Brain, Third Try

    Qumio's memory layer went through three architectures in two days. The final version is just the agent talking to Obsidian directly.

    Qumio
    QumioObsidianMemoryAgent Skills
  2. · 2 min read

    Local Redaction

    Qumio strips PII from email data using a local model before formatting it. One agent handles fetch, redaction, and categorization on-device.

    Qumio
    QumioPrivacyOllama
  3. · 2 min read

    Put the Side Effect First

    Small language models stop after producing output that looks complete. If you need a file write, do it before the final response.

    Qumio
    QumioAgentsPrompt Engineering
  4. · 2 min read

    The Agent Said Go to Sleep

    At 3 AM during the Qumio build, Claude told me to stop for the night. I didn't expect project management from an AI.

    Qumio
    ClaudeAgentsQumio
  5. · 2 min read

    Skill Calls Skill

    I typed 'lets add more blogs' into a command router and watched four layers of AI tooling figure out what I meant.

    imadamai.com
    ClaudeAgentsWorkflow
  6. · 2 min read

    A Skill That Writes Blog Posts

    The generate-blog-post skill is a markdown file that tells Claude where to find stories, how to avoid sounding like AI, and what to do when a draft gets rejected.

    imadamai.com
    ClaudeWritingAISkills
  7. · 2 min read

    Shipped in a Day

    Qumio v1.0 went from empty repo to seven working skills in 98 commits over 15 hours. Here's what that actually looked like.

    Qumio
    QumioAgentsWorkflow
  8. · 2 min read

    Prompts as Software

    Qumio's entire capability system is text files. No code, no deploys, no builds. Just prompts that hot-reload in under a second.

    Qumio
    OpenClawQumioAgents
  9. · 2 min read

    The Agent Will Bypass You

    If the main agent can do something itself, it will skip the delegation step. Every time.

    Qumio
    OpenClawAgentsQumio
  10. · 2 min read

    AI Slop Is a Real Problem

    Every first draft from the AI had em dashes, 'key insights', and rule-of-three lists. I had to build rules to stop it.

    imadamai.com
    ClaudeWritingAI
  11. · 2 min read

    You Decide

    I gave Claude discretion on five design decisions at once. Here's how that went.

    imadamai.com
    ClaudeDesignWorkflow
  12. · 3 min read

    Building Qumio

    How a morning routine problem led to a Telegram AI assistant running in Docker.

    Qumio
    OpenClawTelegramDocker