<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hustle on Start AI Tools - Presented by Intent Solutions</title><link>https://startaitools.com/tags/hustle/</link><description>Recent content in Hustle on Start AI Tools - Presented by Intent Solutions</description><generator>Hugo</generator><language>en-US</language><copyright>Intent Solutions. All rights reserved.</copyright><lastBuildDate>Thu, 09 Apr 2026 23:29:08 -0500</lastBuildDate><atom:link href="https://startaitools.com/tags/hustle/index.xml" rel="self" type="application/rss+xml"/><item><title>IRSB Multi-Release Prep and Hustle E2E Strict Mode Fixes</title><link>https://startaitools.com/posts/irsb-multi-release-prep-hustle-e2e-strict-mode/</link><pubDate>Wed, 11 Feb 2026 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/irsb-multi-release-prep-hustle-e2e-strict-mode/</guid><description>&lt;p&gt;Eight commits across two repos. IRSB stacked up release prep for four versions. Hustle&amp;rsquo;s E2E suite got three targeted fixes for failures that had been intermittent long enough to become background noise.&lt;/p&gt;
&lt;h2 id="irsb-release-prep-four-versions"&gt;IRSB Release Prep: Four Versions&lt;/h2&gt;
&lt;p&gt;Release prep is the unglamorous work between &amp;ldquo;code works&amp;rdquo; and &amp;ldquo;version ships.&amp;rdquo; Four IRSB packages needed version bumps: v0.3.0 for the solver, v0.5.0 for the watchtower, v1.0.1 for the SDK, and v1.3.1 for the protocol contracts.&lt;/p&gt;</description></item><item><title>IRSB Four Releases in One Day, Perception Topic Watchlist, and Hustle Session Cookies</title><link>https://startaitools.com/posts/irsb-four-releases-one-day-perception-watchlist-hustle-cookies/</link><pubDate>Sun, 08 Feb 2026 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/irsb-four-releases-one-day-perception-watchlist-hustle-cookies/</guid><description>&lt;p&gt;Three repos, seventeen commits. The IRSB monorepo pushed through four releases in a single day — clearing a backlog of fixes that had been accumulating across the solver, dashboard, SDK, and protocol packages. Perception moved from static topic display to interactive CRUD with real Firestore persistence. Hustle fixed the auth flow that had been silently expiring users after one hour and stabilized two more flaky E2E tests.&lt;/p&gt;
&lt;h2 id="irsb-v020-through-v120"&gt;IRSB: v0.2.0 Through v1.2.0&lt;/h2&gt;
&lt;p&gt;Ten commits, four releases. The IRSB monorepo had accumulated fixes across multiple packages — TypeScript strict mode violations, ERC-8004 adapter badge rendering, and a Lit network key derivation bug that only surfaced on Sepolia. Instead of batching these into a single large release, I cut four separate versions to keep the changelog readable and bisectable.&lt;/p&gt;</description></item><item><title>IRSB On-Chain Solver Registration: Agent ID 967</title><link>https://startaitools.com/posts/irsb-on-chain-solver-registration-agent-id-967/</link><pubDate>Sat, 07 Feb 2026 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/irsb-on-chain-solver-registration-agent-id-967/</guid><description>&lt;p&gt;A thin commit day by February standards — four commits across two repos. But one of those commits put an agent identity on-chain, which is worth writing up.&lt;/p&gt;
&lt;h2 id="irsb-solver-registration-on-erc-8004"&gt;IRSB: Solver Registration on ERC-8004&lt;/h2&gt;
&lt;p&gt;Three commits. The first registered a solver identity on the ERC-8004 IdentityRegistry contract. The second added AI-CONTEXT cross-reference documentation. The third cleaned up the deployment scripts.&lt;/p&gt;
&lt;h3 id="erc-8004-identityregistry"&gt;ERC-8004 IdentityRegistry&lt;/h3&gt;
&lt;p&gt;ERC-8004 is the identity standard for autonomous agents operating on-chain. The registry maps agent addresses to verifiable identity records: what the agent does, who operates it, what capabilities it claims, and what reputation it&amp;rsquo;s accumulated. Think of it as DNS for AI agents — a public, verifiable lookup from address to identity.&lt;/p&gt;</description></item><item><title>GWI RBAC Governance and Hustle CI Stabilization</title><link>https://startaitools.com/posts/gwi-rbac-governance-hustle-ci-stabilization/</link><pubDate>Fri, 26 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/gwi-rbac-governance-hustle-ci-stabilization/</guid><description>&lt;p&gt;December 26th. Three commits on git-with-intent, three on hustle. The GWI work was about governance. The hustle work was about not breaking things.&lt;/p&gt;
&lt;h2 id="git-with-intent-rbac-and-governance"&gt;git-with-intent: RBAC and Governance&lt;/h2&gt;
&lt;p&gt;The RBAC system adds the multi-tenant access layer that git-with-intent needed before any real organization could use it. Three commits covering the full governance surface.&lt;/p&gt;
&lt;h3 id="tenant-management"&gt;Tenant Management&lt;/h3&gt;
&lt;p&gt;Each tenant gets an isolated namespace with its own configuration, agent definitions, and run history.&lt;/p&gt;
&lt;p&gt;Tenant creation provisions the namespace, sets default quotas, and generates an API key scoped to that tenant. Tenant deletion is soft — the namespace gets marked inactive, data is retained for the audit retention period, and the API key is revoked immediately.&lt;/p&gt;</description></item><item><title>Christmas Day: Dream Gym MVP and Intent Mail IMAP Connector</title><link>https://startaitools.com/posts/christmas-day-dream-gym-mvp-intent-mail-imap/</link><pubDate>Thu, 25 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/christmas-day-dream-gym-mvp-intent-mail-imap/</guid><description>&lt;p&gt;Yes, I committed code on Christmas. Eight commits on hustle, one on intent-mail.&lt;/p&gt;
&lt;h2 id="dream-gym-mvp"&gt;Dream Gym MVP&lt;/h2&gt;
&lt;p&gt;The hustle repo got a new product: Dream Gym. A fitness tracking app aimed at the same youth sports market that HustleStats serves.&lt;/p&gt;
&lt;p&gt;The MVP needed three things: user registration, authentication, and a landing page that explained what the product does.&lt;/p&gt;
&lt;h3 id="registration-and-session-cookies"&gt;Registration and Session Cookies&lt;/h3&gt;
&lt;p&gt;Registration was straightforward Firebase Auth with email/password. The interesting part was the session cookie implementation.&lt;/p&gt;</description></item></channel></rss>