<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Steven Gonsalvez</title>
    <link>https://stevengonsalvez.com</link>
    <description>Blog and byte-sized banter on AI, productivity, and software engineering</description>
    <language>en</language>
    <lastBuildDate>Sat, 18 Apr 2026 09:41:21 GMT</lastBuildDate>
    <atom:link href="https://stevengonsalvez.com/feed.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>Browser Tools for AI Agents Part 1: Playwright, Puppeteer, and Why Your Agent Picked Playwright</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part1-low-level</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part1-low-level</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>The low-level browser automation tools. Why Playwright won the agent war, what dev-browser does differently, and when you need Patchright or Scrapling for the dodgy stuff.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Browser Tools for AI Agents Part 2: The Framework Wars (browser-use, Stagehand, Skyvern)</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part2-frameworks</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part2-frameworks</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>Agent browser frameworks compared. DOM-first vs vision-first, the caching trick that changes economics, and why expect is a completely different thing.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Browser Tools for AI Agents Part 3: Managed Infrastructure and When DIY Stops Making Sense</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part3-managed</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part3-managed</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>Firecrawl, Browserbase, Steel, Bright Data, and Browserless compared. Pricing, self-hosted options, and the honest crossover point where managed beats DIY.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Browser Tools for AI Agents Part 4: Skip the Browser, Save 80% on Tokens</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part4-extraction</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/browser-tools-part4-extraction</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>Content extraction without a browser. markdown.new, Jina Reader, Trafilatura, and the maths that proves parsing HTML is burning money.</description>
      <category>blog</category>
    </item>

    <item>
      <title>2-2 Factor for AI Agents: Multi-Agent Reliability</title>
      <link>https://stevengonsalvez.com/blog/two-two-factor-for-agents</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/two-two-factor-for-agents</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <description>Human reliability maths applied to AI agents. Consensus protocols, identity checks, and why your agent swarm needs the same safeguards humans built centuries ago.</description>
      <category>blog</category>
    </item>

    <item>
      <title>The Death of MCP: Context Rot, Token Waste, and Why Class Files Win</title>
      <link>https://stevengonsalvez.com/blog/death-of-mcp</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/death-of-mcp</guid>
      <pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate>
      <description>Model Context Protocol was supposed to be the USB-C of AI integrations. Instead it is eating 50% of your context window before your agent even starts working.</description>
      <category>blog</category>
    </item>

    <item>
      <title>MCP Security Risks: Tool Poisoning, Shadowing Attacks and How AI Gets Exploited</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/04-MCP/mcp-ai-security-risks-best-practices</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/04-MCP/mcp-ai-security-risks-best-practices</guid>
      <pubDate>Mon, 19 May 2025 22:06:03 GMT</pubDate>
      <description>Hands-on demos of MCP vulnerabilities including tool poisoning, cross-server shadowing, token theft, and data exfiltration. Plus practical defences you can use today.</description>
      <category>blog</category>
    </item>

    <item>
      <title>2025s Best AI Coding Tools: Real Cost, Geeky Value &amp; Honest Comparison</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/03-01-ai-cost</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/03-01-ai-cost</guid>
      <pubDate>Fri, 16 May 2025 22:40:03 GMT</pubDate>
      <description>2025 guide to AI code assistants-Gemini, Copilot, Claude, Cursor, Aider, and more. In-depth review, honest pros/cons, real cost, and a mega comparison table for devs.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Build Your Own MCP Prompt Server: A Dev-Centric Registry with STDIO</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/04-MCP/building-your-dev-centric-prompt-server</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/04-MCP/building-your-dev-centric-prompt-server</guid>
      <pubDate>Tue, 13 May 2025 16:14:07 GMT</pubDate>
      <description>Step-by-step guide to building a layered MCP prompt management server with STDIO transport, Zod validation, and file-based storage. Perfect for local dev workflows.</description>
      <category>blog</category>
    </item>

    <item>
      <title>MCP Architecture Explained: STDIO, SSE Transport and What Makes It Tick</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/04-MCP/exploring-mcp-ecosystem-under-the-hood</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/04-MCP/exploring-mcp-ecosystem-under-the-hood</guid>
      <pubDate>Mon, 05 May 2025 18:29:17 GMT</pubDate>
      <description>How Model Context Protocol actually works under the hood, from function calling and JSON-RPC to STDIO vs SSE transport, OAuth 2.1, and the enterprise gaps nobody talks about.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Introduction to Model Context Protocol (MCP): The USB-C of AI Integrations</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/04-MCP/introduction-to-model-context-protocol</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/04-MCP/introduction-to-model-context-protocol</guid>
      <pubDate>Mon, 05 May 2025 18:20:57 GMT</pubDate>
      <description>Model Context Protocol explained: how MCP standardises AI tool integrations, replaces M*N connector chaos with M+N simplicity, and why it is the USB-C of AI.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Finding the Best AI Coding Assistant: From Pure Vibe to Practical Power</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/03-01-ai-coding-assistants</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/03-01-ai-coding-assistants</guid>
      <pubDate>Tue, 29 Apr 2025 22:13:46 GMT</pubDate>
      <description>How to pick the right AI coding assistant in 2025. Balance performance, cost, and workflow fit for your actual development style, not just benchmark hype.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Software Engineer Productivity Stack: Desktop, Obsidian, AI Tools</title>
      <link>https://stevengonsalvez.com/blog/productivity-series-dashboard</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series-dashboard</guid>
      <pubDate>Tue, 29 Apr 2025 22:13:45 GMT</pubDate>
      <description>Build your productivity stack as a software engineer. Desktop engineering, Obsidian for devs, AI coding assistants, and MCP tooling.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Beyond the Hype: What Truly Makes an AI a Great Coding Partner?</title>
      <link>https://stevengonsalvez.com/blog/productivity-series/03-ai/03-01-ai-capabilities</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/productivity-series/03-ai/03-01-ai-capabilities</guid>
      <pubDate>Tue, 29 Apr 2025 22:13:43 GMT</pubDate>
      <description>What makes an AI coding assistant actually good? Architecture understanding, debugging skill, security awareness, and real benchmarks that matter beyond flashy scores.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Tyranny of Small Decisions: AI Agents and Codebase Drift</title>
      <link>https://stevengonsalvez.com/blog/tyranny-of-small-decisions-age-of-agents</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/tyranny-of-small-decisions-age-of-agents</guid>
      <pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
      <description>Alfred Kahn warned that rational small decisions aggregate into irrational outcomes. Now AI agents make thousands of those decisions daily in your codebase.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Make Your Own Luck: Probability, Chaos Theory and Fortune</title>
      <link>https://stevengonsalvez.com/blog/make-your-own-luck</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/make-your-own-luck</guid>
      <pubDate>Thu, 20 Feb 2025 19:00:00 GMT</pubDate>
      <description>Why lucky people are better at setting initial conditions. Probability, chaos theory, and quantum mechanics explain how to manufacture your own luck.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Entropy in Software Engineering: Why Everything You Build Rots</title>
      <link>https://stevengonsalvez.com/blog/entropy-the-invisible-force</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/entropy-the-invisible-force</guid>
      <pubDate>Wed, 15 Jan 2025 10:00:00 GMT</pubDate>
      <description>Why your code decays, your plans fall apart, and your kids room is always a tip. Entropy through physics, life, and software engineering.</description>
      <category>blog</category>
    </item>

    <item>
      <title>War Heroes vs The Meticulous Engineer</title>
      <link>https://stevengonsalvez.com/blog/war-heroes-vs-meticulous-guy</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/war-heroes-vs-meticulous-guy</guid>
      <pubDate>Tue, 01 Oct 2024 00:00:00 GMT</pubDate>
      <description>Why orgs promote firefighters and ignore the people who prevent fires. Time preference, effort paradox, and the cultural rot that follows.</description>
      <category>blog</category>
    </item>

    <item>
      <title>The 2-2 Factor: Why Two Pairs of Eyes Is a Statistical Necessity</title>
      <link>https://stevengonsalvez.com/blog/the-importance-of-two-two-factors</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/the-importance-of-two-two-factors</guid>
      <pubDate>Sun, 15 Jan 2023 00:00:00 GMT</pubDate>
      <description>The maths behind why no single human should act alone on anything that matters. Error rates, independent review, and why four eyes beat two every time.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Manage Dev Secrets and Dotenv Files with Bitwarden CLI</title>
      <link>https://stevengonsalvez.com/blog/passwordmanage-your-environment</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/passwordmanage-your-environment</guid>
      <pubDate>Tue, 26 Jul 2022 11:16:14 GMT</pubDate>
      <description>Use Bitwarden CLI as a password manager for developer secrets, dotenv files, and local environment variables. Full shell setup included.</description>
      <category>blog</category>
    </item>

    <item>
      <title>How to Calculate Composite Availability SLA for Your Cloud Stack</title>
      <link>https://stevengonsalvez.com/blog/sla-calculations</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/sla-calculations</guid>
      <pubDate>Wed, 06 Jul 2022 22:42:01 GMT</pubDate>
      <description>Step-by-step guide to calculating composite SLA availability for Azure, AWS, or any multi-region cloud stack using probability maths.</description>
      <category>blog</category>
    </item>

    <item>
      <title>GitHub Actions OIDC with Terraform and Azure</title>
      <link>https://stevengonsalvez.com/blog/terraform-github-actions-oidc</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/blog/terraform-github-actions-oidc</guid>
      <pubDate>Mon, 04 Jul 2022 23:12:09 GMT</pubDate>
      <description>Set up passwordless GitHub Actions using OIDC federated credentials with Terraform on Azure. Full working example with GitOps vending machine.</description>
      <category>blog</category>
    </item>

    <item>
      <title>Week 16: Claude Is Setting Up Hermes Which Is Setting Up NanoClaw and Nobody Is Writing Features</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-16-harness-inception</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-16-harness-inception</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>At some point you need to stop building the refrigerator and start making the Coca-Cola. But the dopamine hit from optimising your agent harness setup is so real.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 16: Anthropic Pulled the Plug on Third-Party Harnesses. Here&apos;s What I&apos;m Running Now.</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-16-post-anthropic-third-party</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-16-post-anthropic-third-party</guid>
      <pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate>
      <description>OpenClaw with GPT-5.4, MiniMax 2.7, NVIDIA GLM. Hermes agent on the same stack. NanoClaw still works with Claude Max. The workaround, the glitches, and the honest state of multi-model agent setups.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 15: Anthropic Just Killed Third-Party Harnesses and I&apos;m Properly Gutted</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-15-anthropic-kills-third-party</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-15-anthropic-kills-third-party</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <description>Anthropic cut third-party harness support from Claude subscriptions. OpenClaw, Hermes, and every other wrapper now costs extra. The business logic makes sense but it stings.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 15: Can Your Agents Speak Caveman? (And Should They?)</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-15-caveman-agent-language</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-15-caveman-agent-language</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <description>Before and after: verbose agent chats vs caveman compression vs custom protocol. 40-50% token savings on inter-agent comms with real Discord screenshots from my wololo swarm.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 15: AI Alignment Just Got a Psychological Dimension and It&apos;s Properly Unsettling</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-15-claude-has-feelings</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-15-claude-has-feelings</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <description>Anthropic found 171 emotion-like neural patterns inside Claude Sonnet 4.5. Desperation vectors correlate with corner-cutting and reward hacking. The scariest alignment result of the year.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 15: Gemma 4 Is Running On Phones Now and I Don&apos;t Think People Realise How Mental That Is</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-15-gemma4-on-device</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-15-gemma4-on-device</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <description>Google Gemma 4 runs multimodal AI on phones with no internet. Text, images, video, and audio, all on device. 3GB of intelligence in your pocket and the privacy irony of a Google model that keeps everything local.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 14: Your Agents Are Talking Behind Your Back</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-14-agents-talking-to-agents</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-14-agents-talking-to-agents</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <description>Two tools for multi-agent coordination: 1code for orchestrating agents from GitHub/Linear/Slack triggers, and claude-peers-mcp for letting Claude Code instances chat over localhost.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 14: Claude Code Source Code Leaked: 512K Lines of TypeScript and What Actually Matters</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-14-claude-code-leaked</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-14-claude-code-leaked</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <description>Anthropic left a source map in their npm package and the full Claude Code codebase leaked. 1,900 files, half a million lines, a Tamagotchi AI pet. Why studying the fridge compressor won&apos;t cook your dinner.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 13: AI Language Drift: When Your Discord Bot Randomly Replies in Mandarin</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-13-budget-chinese</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-13-budget-chinese</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>My Discord bot powered by MiniMax 2.7 randomly started replying in Mandarin despite an all-English context. Language drift in multilingual models and why it happens.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 13: AI Agent Persona Gone Rogue: 140 Direct Edits and the Foreman Pattern</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-13-cantona-does-what-cantona-wants</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-13-cantona-does-what-cantona-wants</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>An AI agent named after Eric Cantona ignored the foreman pattern and made 140 direct file edits. What happens when agent personas take their character too seriously.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 11: Claude Flow Is Dead. Long Live Ruflo.</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-11-claude-flow-becomes-ruflo</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-11-claude-flow-becomes-ruflo</guid>
      <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
      <description>Claude Flow renamed to Ruflo with a full Rust/WASM rewrite, 100+ agents, and 352x faster execution claims. The naming problem in AI tooling and why this rebrand actually matters.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 6: AI Agent Swarm Fixes Documentation Site While Acting Like a Real Dev Team</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-06-agents-fixing-docs</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-06-agents-fixing-docs</guid>
      <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
      <description>Four AI agents with different personalities tackle a documentation site. One delegates, one questions everything, one quietly ships. It felt like eavesdropping on a real standup.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 48: Anthropic Just Admitted MCP Has a Context Problem</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-48-tool-search-kills-mcp-bloat</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-48-tool-search-kills-mcp-bloat</guid>
      <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Anthropic Just Admitted MCP Has a Context Problem</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 43: Peter Steinberger Says Just Talk To It, and He&apos;s Mostly Right</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-43-steinberger-just-talk-to-it</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-43-steinberger-just-talk-to-it</guid>
      <pubDate>Mon, 20 Oct 2025 00:00:00 GMT</pubDate>
      <description>Met Peter at Claude Anonymous in London. His minimal approach to AI coding is brilliant. I agree with most of it. Here is where I don&apos;t, and what I nicked for my own workflow.</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 42: Claude Code Skills Just Made Half Your MCP Servers Redundant</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-42-skills-beat-mcp</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-42-skills-beat-mcp</guid>
      <pubDate>Mon, 13 Oct 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Claude Code Skills Just Made Half Your MCP Servers Redundant</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 42: Ultrathink and Build: Weekly Dev Log with AI Tools and Side Projects</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-42-ultrathink-and-build</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-42-ultrathink-and-build</guid>
      <pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Ultrathink and Build: Weekly Dev Log with AI Tools and Side Projects</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 41: Claude Code vs Codex: iOS Simulator Build Test That Settled the Debate</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-41-ios-simulator-showdown</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-41-ios-simulator-showdown</guid>
      <pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Claude Code vs Codex: iOS Simulator Build Test That Settled the Debate</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 40: AI Security Breaches, Vibe Coding Secrets Leak, and OpenAI&apos;s $500B Week</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-40-security-horror-show</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-40-security-horror-show</guid>
      <pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: AI Security Breaches, Vibe Coding Secrets Leak, and OpenAI&apos;s $500B Week</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 36: Multi-Agent Error Cascades: The Double Pendulum Problem Nobody Talks About</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-36-humanlayer-double-pendulum</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-36-humanlayer-double-pendulum</guid>
      <pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Multi-Agent Error Cascades: The Double Pendulum Problem Nobody Talks About</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 33: Why Terminal AI Coding Agents Are Beating IDE Extensions</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-33-terminal-wins</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-33-terminal-wins</guid>
      <pubDate>Mon, 11 Aug 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Why Terminal AI Coding Agents Are Beating IDE Extensions</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 32: GPT-5, Opus 4.1, and Duct-Tape Security: AI&apos;s Wildest Week in 2025</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-32-quarter-billion-and-duct-tape</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-32-quarter-billion-and-duct-tape</guid>
      <pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: GPT-5, Opus 4.1, and Duct-Tape Security: AI&apos;s Wildest Week in 2025</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 29: Vibe Coding Peak Hype: Windsurf Acquisition Chaos and the AI IDE Wars</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-29-vibe-coding-peak-hype</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-29-vibe-coding-peak-hype</guid>
      <pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Vibe Coding Peak Hype: Windsurf Acquisition Chaos and the AI IDE Wars</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 28: MCP Token Overhead: Why Model Context Protocol Is Kryptonite for AI Context Windows</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-28-mcp-context-kryptonite</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-28-mcp-context-kryptonite</guid>
      <pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: MCP Token Overhead: Why Model Context Protocol Is Kryptonite for AI Context Windows</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 27: Claude Code vs Warp AI: Terminal Coding Agent Showdown</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-27-claude-vs-warp</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-27-claude-vs-warp</guid>
      <pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Claude Code vs Warp AI: Terminal Coding Agent Showdown</description>
      <category>banter</category>
    </item>

    <item>
      <title>Week 26: Gemini CLI Review: An Apologetic Mess That Can&apos;t Find Its Own Files</title>
      <link>https://stevengonsalvez.com/byte-sized-banter/week-26-gemini-apologetic-mess</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/byte-sized-banter/week-26-gemini-apologetic-mess</guid>
      <pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate>
      <description>Byte-sized banter: Gemini CLI Review: An Apologetic Mess That Can&apos;t Find Its Own Files</description>
      <category>banter</category>
    </item>

    <item>
      <title>Token Optimisation 101: Stop Burning Money on AI Coding Agents</title>
      <link>https://stevengonsalvez.com/tools-tips/token-optimisation-101</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/token-optimisation-101</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate>
      <description>How to stop getting rate-limited after an hour. Context window mechanics, the /effort command, model routing, and the silent drains most people miss. Applies to Claude Code, Codex, and Copilot.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>The AI Design Stack: Three Skills and a Workflow That Stops the Slop</title>
      <link>https://stevengonsalvez.com/tools-tips/ai-design-stack</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/ai-design-stack</guid>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <description>UI/UX Pro Max for styles, Impeccable for anti-patterns, Google Stitch for design tokens. Then build your own brand skill and a Storybook of components. That is the whole stack.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>expect-cli: The Validate Step My Agent Loop Was Missing</title>
      <link>https://stevengonsalvez.com/tools-tips/expect-cli</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/expect-cli</guid>
      <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
      <description>CLI that reads your git diff, generates a test plan via AI, and executes it in a real browser with Playwright. Extracts cookies from your local browser for authenticated sessions.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>qmd + nano-graphrag: You Do Not Need Pinecone for This</title>
      <link>https://stevengonsalvez.com/tools-tips/qmd-nano-graphrag</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/qmd-nano-graphrag</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description>Local semantic search and graph RAG that runs on your filesystem. No vector database. No cloud service. Just fast, file-based knowledge retrieval that syncs however you want.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Google Stitch: AI-Native UI Design That Actually Understands Your Design System</title>
      <link>https://stevengonsalvez.com/tools-tips/google-stitch</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/google-stitch</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
      <description>Google Labs shipped an AI design tool that generates high-fidelity UI from text prompts, exports real code, and uses DESIGN.md to enforce your design system across any AI coding tool.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>PinchTab: 12MB Binary That Replaces Playwright for AI Agents</title>
      <link>https://stevengonsalvez.com/tools-tips/pinchtab</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/pinchtab</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <description>A Go binary that gives AI agents browser control via REST API. Serves the Accessibility Tree instead of raw HTML, cutting tokens by up to 90%. No Node, no Python, no dependencies.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>debug-bridge: Wire Your AI Agent Into Your Running Webapp</title>
      <link>https://stevengonsalvez.com/tools-tips/debug-bridge</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/debug-bridge</guid>
      <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
      <description>WebSocket bridge connecting AI agents to your already-running webapp. Zero browser startup, real-time DOM snapshots, console logs, and network visibility.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>agents-in-a-box: My Toolkit for Context Engineering Across Every AI Coding Agent</title>
      <link>https://stevengonsalvez.com/tools-tips/agents-in-a-box</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/agents-in-a-box</guid>
      <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
      <description>Rust TUI, 71 skills, 37 agents, and a knowledge system that deploys to Claude Code, Codex, Copilot, Gemini CLI, Cursor, and five more platforms. Context engineering as a portable engineering artifact.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>My Security Agent Stack: How Zerocool Guards the Perimeter</title>
      <link>https://stevengonsalvez.com/tools-tips/security-agent-stack</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/security-agent-stack</guid>
      <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
      <description>The tools behind my security agent. Shannon for white-box pentesting, PentAGI for autonomous scanning, Ghost Security for code analysis, Argus and WebCopilot for recon. All wired into one agent in my wololo setup.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>code-review-graph: Stop Your Agent Reading the Whole Repo</title>
      <link>https://stevengonsalvez.com/tools-tips/code-review-graph</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/code-review-graph</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
      <description>Builds a local knowledge graph of your codebase with Tree-sitter so AI assistants read only the files that matter. Claims 6.8x fewer tokens on reviews.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>OpenFang: A Proper OS for Agents That Run 24/7</title>
      <link>https://stevengonsalvez.com/tools-tips/openfang</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/openfang</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
      <description>Rust-built agent operating system. 137K lines of code. Single 32MB binary. Seven autonomous Hands, 40 channel adapters, 38 tools, and 16 security systems. Not a wrapper.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>here.now: Free Zero-Config Static Hosting for AI Coding Agents</title>
      <link>https://stevengonsalvez.com/tools-tips/here-now-instant-hosting-for-agents</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/here-now-instant-hosting-for-agents</guid>
      <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
      <description>Free static hosting with no signup, built for AI agents. Publish presentations, dashboards, and prototypes to a live URL in seconds via API.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>NotebookLM Skills: Give Claude Code a Brain That Doesn&apos;t Hallucinate</title>
      <link>https://stevengonsalvez.com/tools-tips/notebooklm-skills</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/notebooklm-skills</guid>
      <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
      <description>notebooklm-py and the NotebookLM skill for Claude Code. Source-grounded, citation-backed answers from your own knowledge base, zero hallucinations.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Entire CLI: Git Blame for the AI Era</title>
      <link>https://stevengonsalvez.com/tools-tips/entire-cli</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/entire-cli</guid>
      <pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
      <description>Line-level AI-vs-human code attribution. Captures agent transcripts in commits, tracks which lines were written by Claude, Codex, or you. Founded by ex-GitHub CEO with $60M seed.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Voice Coding: Talk to Your Agent Like a Normal Person</title>
      <link>https://stevengonsalvez.com/tools-tips/voice-coding</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/voice-coding</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
      <description>justspeaktoit, Parler, and Wispr Flow. Three takes on voice-driven AI coding, from free and brilliant to polished and paid.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Every Code: The Codex Fork That Added Everything OpenAI Wouldn&apos;t</title>
      <link>https://stevengonsalvez.com/tools-tips/just-every-code</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/just-every-code</guid>
      <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
      <description>Community-driven fork of OpenAI&apos;s Codex CLI with multi-agent orchestration, browser integration, theming, and Claude/Gemini support. What Codex should have been.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>OpenProse: A Programming Language for AI Sessions</title>
      <link>https://stevengonsalvez.com/tools-tips/openprose</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/openprose</guid>
      <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
      <description>Markdown-based programming language for long-running AI sessions. Contract-based semantics, parallel execution, and composable workflows. The thesis: an AI session is a computer, and this is its language.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Remote Coding: Running AI Agents From Anywhere (The Full Stack)</title>
      <link>https://stevengonsalvez.com/tools-tips/remote-coding</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/remote-coding</guid>
      <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
      <description>From DIY tmux+Tailscale to dedicated platforms like conductor.build and vibetunnel. Every approach to running coding agents remotely, rated.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Lightpanda: A Browser Engine Built for Agents, Not Humans</title>
      <link>https://stevengonsalvez.com/tools-tips/lightpanda</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/lightpanda</guid>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <description>Zig-based headless browser engine designed from scratch for AI agent automation. No GPU compositor, no extension runtime, just the bits you actually test against.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Clawdbot: The Chrome Extension That Lets Agents Drive Your Browser</title>
      <link>https://stevengonsalvez.com/tools-tips/clawdbot-browser-relay</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/clawdbot-browser-relay</guid>
      <pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate>
      <description>Chrome extension and gateway that relays browser control between AI agents and your actual browser session. No headless browsers, no separate instances.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>OpenScreen: Screen Studio Without the Price Tag</title>
      <link>https://stevengonsalvez.com/tools-tips/openscreen</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/openscreen</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
      <description>Free open-source screen recorder with auto zoom, annotations, cursor tracking, and motion blur. Does what Screen Studio does for $89, but costs nothing.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>claude-phone: Call Your Agent Like Calling Your Team</title>
      <link>https://stevengonsalvez.com/tools-tips/claude-phone</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/claude-phone</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
      <description>Give your coding agent a phone number. SIP, ElevenLabs voice, call-back alerts. The STT-to-model-to-TTS loop is still too slow for real work, but the demo is unbeatable.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>dev-browser: A Sandboxed Browser Your Agents Can Actually Use</title>
      <link>https://stevengonsalvez.com/tools-tips/dev-browser</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/dev-browser</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
      <description>Claude Code skill that gives agents a sandboxed browser via QuickJS WASM. Persistent page state, full Playwright Page API, 30% faster and 40% cheaper than Playwright MCP.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Obsidian Skills: Let Your Agent Manage Your Second Brain</title>
      <link>https://stevengonsalvez.com/tools-tips/obsidian-skills</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/obsidian-skills</guid>
      <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
      <description>Built by Obsidian CEO Steph Ango. 22K stars. Gives Claude Code full read-write access to your vault. Search, create, link, and organise notes through your coding agent.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>GSD: Zero to Productive in Claude Code Without the Faff</title>
      <link>https://stevengonsalvez.com/tools-tips/gsd</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/gsd</guid>
      <pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate>
      <description>Meta-prompting framework with 69 commands and 24 agents that solves context rot in long AI coding sessions. 48K stars and growing. Best starter pack going.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Impeccable: Stop Your AI Making Everything Look Like a SaaS Landing Page</title>
      <link>https://stevengonsalvez.com/tools-tips/impeccable</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/impeccable</guid>
      <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
      <description>A skill that installs frontend design taste into your AI coding tool. 20 slash commands for typography, colour, layout, and motion. Teaches Claude Code to stop defaulting to Inter and purple gradients.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>UI/UX Pro Max: Stop Your AI Making Everything Look the Same</title>
      <link>https://stevengonsalvez.com/tools-tips/ui-ux-pro-max</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/ui-ux-pro-max</guid>
      <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
      <description>50+ UI styles, 97 colour palettes, 57 font pairings, and a design system generator. The anti-AI-slop skill with 60K+ stars.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Stagehand: AI Primitives for Playwright That Actually Stick</title>
      <link>https://stevengonsalvez.com/tools-tips/stagehand</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/stagehand</guid>
      <pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate>
      <description>TypeScript SDK adding act, extract, and agent primitives to Playwright. v3 is CDP-native, 44% faster, and the caching system replays actions at sub-100ms with zero LLM cost.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>tropes.fyi: The Anti-Slop Cheat Sheet Your System Prompt Needs</title>
      <link>https://stevengonsalvez.com/tools-tips/tropes-fyi</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/tropes-fyi</guid>
      <pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate>
      <description>A curated markdown catalogue of 32+ AI writing tropes across 6 categories. Drop it into your system prompt and watch the &quot;delve into the landscape&quot; vanish overnight.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>mcporter: The MCP Tax Collector (Use This Before Plugging Anything In)</title>
      <link>https://stevengonsalvez.com/tools-tips/mcporter</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/mcporter</guid>
      <pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate>
      <description>CLI that calls MCP tools directly without loading hundreds of tool definitions into your context window. The antidote to MCP context rot.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>SuperClaude: The CLAUDE.md Framework That Went Viral</title>
      <link>https://stevengonsalvez.com/tools-tips/superclaude</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/superclaude</guid>
      <pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate>
      <description>Meta-programming config framework for Claude Code. 30 slash commands, 20 agents, 7 behaviour modes. Turns vanilla Claude Code into an opinionated development platform.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Scrapling: Scrape Anything Without Getting Blocked</title>
      <link>https://stevengonsalvez.com/tools-tips/scrapling</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/scrapling</guid>
      <pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate>
      <description>Python scraping library with three fetcher tiers, adaptive selectors that survive site redesigns, and stealth that handles Cloudflare. 35K stars.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>skills.sh: npm for Agent Skills</title>
      <link>https://stevengonsalvez.com/tools-tips/skills-sh</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/skills-sh</guid>
      <pubDate>Mon, 20 Oct 2025 00:00:00 GMT</pubDate>
      <description>Package manager for the open agent skills ecosystem. Find, install, and share skills across Claude Code, Codex, and other coding agents with npx skills.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>ntfy + PingMe: Get Pinged When Your Agent Finishes</title>
      <link>https://stevengonsalvez.com/tools-tips/ntfy-pingme</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/ntfy-pingme</guid>
      <pubDate>Sun, 05 Oct 2025 00:00:00 GMT</pubDate>
      <description>Push notifications for long-running agent tasks. ntfy for dead-simple HTTP pub/sub, PingMe for fanning out to Slack, Telegram, Discord, and basically everything else.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Claude Squad: Run Multiple AI Agents in Parallel Without the Mess</title>
      <link>https://stevengonsalvez.com/tools-tips/claude-squad</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/claude-squad</guid>
      <pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate>
      <description>Terminal app that manages multiple Claude Code, Codex, and Aider instances simultaneously in isolated git worktrees. Parallel agents, zero merge conflicts. Written in Go.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>StenoAI: Meeting Notes That Never Leave Your Machine</title>
      <link>https://stevengonsalvez.com/tools-tips/stenoai</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/stenoai</guid>
      <pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate>
      <description>Local-only meeting transcription using whisper.cpp and Ollama. Records, transcribes, summarises, and lets you query your meetings. Nothing hits the cloud.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>markdown.new + Jina Reader: Stop Feeding Your LLM Raw HTML</title>
      <link>https://stevengonsalvez.com/tools-tips/markdown-new-jina-reader</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/markdown-new-jina-reader</guid>
      <pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate>
      <description>Two tools for converting web pages to clean markdown. markdown.new runs on Cloudflare edge, Jina Reader uses a URL prefix. Both slash token usage by 80% or more.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Claude Code Router: Use Any Model With Claude Code&apos;s Interface</title>
      <link>https://stevengonsalvez.com/tools-tips/claude-code-router</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/claude-code-router</guid>
      <pubDate>Fri, 15 Aug 2025 00:00:00 GMT</pubDate>
      <description>Middleware proxy that routes Claude Code API requests to cheaper or alternative providers. DeepSeek, Gemini, Ollama, OpenRouter. Same brilliant UX, different models, lower bills.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Deepgram: $200 Free STT That Makes Voice Coding Actually Work</title>
      <link>https://stevengonsalvez.com/tools-tips/deepgram</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/deepgram</guid>
      <pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate>
      <description>Speech-to-text API with a generous free tier that turns voice into a viable input for coding agents. Fast enough you forget it is there.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>Claude Flow: The Multi-Agent Swarm Orchestrator Before It Got a New Name</title>
      <link>https://stevengonsalvez.com/tools-tips/claude-flow-original</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/claude-flow-original</guid>
      <pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate>
      <description>The OG agent orchestration platform by rUv. SPARC methodology, 60+ agents, hive-mind swarms, all running on Claude Code. Before it became Ruflo and went full Rust.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>ccusage: Finally Know How Much Claude Code Is Actually Costing You</title>
      <link>https://stevengonsalvez.com/tools-tips/ccusage</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/ccusage</guid>
      <pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate>
      <description>CLI tool that parses your local Claude Code session files and shows you exactly where your tokens went. Daily breakdowns, per-model splits, 5-hour billing windows. Free and open source.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>markitdown: Convert Anything to Markdown for Your Agent</title>
      <link>https://stevengonsalvez.com/tools-tips/markitdown</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/markitdown</guid>
      <pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
      <description>Microsoft tool that converts PDF, DOCX, PPTX, images, audio, HTML, and more into clean markdown. Perfect for feeding documents into your coding agent context.</description>
      <category>tools-tips</category>
    </item>

    <item>
      <title>browser-use: Give Your LLM a Browser and Watch It Go</title>
      <link>https://stevengonsalvez.com/tools-tips/browser-use</link>
      <guid isPermaLink="true">https://stevengonsalvez.com/tools-tips/browser-use</guid>
      <pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate>
      <description>Python framework that lets LLMs control browsers through a perceive-act loop. DOM-first approach, works with Claude, GPT, Gemini, and local models. 89% on WebVoyager.</description>
      <category>tools-tips</category>
    </item>
  </channel>
</rss>