Posts

The Pivoting Moment

Image
Something fundamental has shifted, and the smart money is beginning to move. Last week, Microsoft , long the perceived "Safe Haven" of the AI revolution, saw nearly $400 billion in market capitalization evaporate in a single trading session. This 12% dive was not a mere correction; it was a loud signal. While surface-level earnings beat expectations, the underlying mechanics revealed an infrastructure starting to creak under its own weight. At that same moment, a GitHub project called OpenClaw went from zero to 113,000 stars in a single week. It wasn't a polished enterprise tool; it was a raw, open-source agent that runs locally and takes control of the terminal. This is the moment of Self-Substitution : the realization that the application layer is being bypassed by the very intelligence meant to power it. A Wooden House on Steel Frames Microsoft’s $37.5 billion quarterly CaPEx bill is the physical manifestation of a system consuming more energy than it produces in val...

Approaching Null Hypothesis

Image
I started this blog with a specific, perhaps narrow, intention: to document my learning journey in adapting to AI tools . I thought the narrative was about the technology. I’ve realized since then that the technology is just the backdrop. The true story is the transition from being an institutional individual to an independent one. Moving from the structured safety of an organization to the "wild jungle" of independent development changes the physics of how you work. It forces a confrontation with what I now call Problem 0 . The Three Capstones To date, three projects have defined this transitional period. They have been my education. The Infrastructure: My first website, integrated with a chatbot, Q&A, and forms. This was a lesson in spec-driven development and the regulatory hurdles of ICO. The Game: A project that was genuinely fun to create, however, it currently sits dormant in my dev box. Here, I encountered the invisible barriers of saturated platforms/markets: ...

Digital Archaeology: When the Mess is the Moat

Image
I have a personal rule for technical strategy: never build on top of a legacy system for fun. It is usually a recipe for friction without the reward of elegant design. Yet, this week, I found myself breaking my own rule while finalizing the workflow for a " Tax Bridge " UK project. The goal was simple: solve my own problem. As a frugal solopreneur, I wanted a minimalist user journey. No account registration, no login, no harassment. Just a simple CSV or spreadsheet drop, some basic checks on revenue and profit/loss, and a direct handshake with HMRC and Companies House . I call it data minimization . In practice, it felt more like navigating a three-body problem. The Friction of Legacy Integrating Stripe was a breeze. With code agents, we handled the integration in seconds. But the moment we touched the " Gov-Tech " stack, the pace shifted from light speed to a crawl. HMRC and Companies House operate on their own timelines. They rely on XML Gateways and GovTalk s...

MATS: The Researcher — Predator Equations and Macro Cycles

Image
I spent part of this weekend revisiting the predator equation . I came across a video explaining the mathematical game of survival, specifically the Lotka-Volterra equations that model how two species interact in a cycle.  It is a beautiful, oscillating balance: as the prey population grows, the predator population follows with a lag, eventually over-consuming the resource and triggering a mutual decline until the cycle resets. While the video focused on biology, I found myself thinking about global macroeconomics . In my view, the macro environment follows a similar cyclic nature driven by two forces with a strong negative correlation. I began mapping them in my head. Capitalism , led by growth and inflation , acts as the stronger force. The labor market and employment rates act as the base. The central bank sits in the middle, attempting to act as a smoothing influence or a regulator of the oscillation. When two instruments have a correlation near –1, the peak of the stron...

The Hidden Architecture of Trust: Navigating the Legal Tech Gap

Image
In the early stages of building WorkRightsNow.org , I’ve been constantly reminded of the gap between " code-complete " and " system-ready ." I finally have the module " Find a Solicitor " feature ready. The form is live, the logic is sound. But the reality is that I haven’t onboarded any solicitors yet. This gap: between the technology being built and the ecosystem being populated—has turned into a deep exploration of the invisible architecture required for high-stakes legal tech . Engineering via Subtraction During a period over Christmas, I did some architecture refactory through its first major iteration. Initially, the stack was "standard" for this era: a Next.js frontend, a FastAPI backend, and a RAG (Retrieval Augmented Generation) pipeline fueled by embeddings from 3 legal documents , Vercel cloud . But as I worked, I started questioning the complexity. The models used are already trained on vast amounts of publicly accessible legal da...