Vibe Coding: The Truth is Out There (And It Has a Paywall)

Last night, I was sprawled on the sofa watching some low-quality UFO’s-are-real show on Prime when an idea hit me: what if I built a simple app to experiment with paywalls and tiered subscriptions? Not because I had a grand business plan, but because I was curious how long it would take to spin up something functional from absolute zero. Three hours later, Paint Vault was live on Replit—a minimalist hobbyist tool with Stripe-powered subscriptions and Clerk authentication. ...

January 18, 2026 · 6 min · Tim Jones

re:Invent 2025: Cutting Through the AI Agent Hype

Touchdown back in the UK after a week of navigating the neon-soaked chaos of Las Vegas. If re:Invent 2025 proved anything, it is that the industry has finally stopped talking about what AI might do and started grappling with what it actually does when we let it off the leash. A quick heads-up: These are just my personal thoughts based on the sessions I managed to squeeze into and the big announcements that everyone was buzzing about. It’s not a list of every single update, but rather a look at the “agentic” shift I felt everywhere from the Venetian to Caesar’s Forum. ...

December 18, 2025 · 6 min · Tim Jones

From Poolside Prototypes to Agentic Execution: My Algo-Trading Framework Evolves

Back in Rhodes, piña colada in hand and my feet dipped in the pool, I wrote about building yet another algo-trading framework. That post chronicled the shift from overengineered C++ and Go experiments to a more pragmatic, productive Python setup, powered by GitHub Copilot and AI pair-programming. It was lightweight, testable, and already backtesting a simple RSI trailing stop strategy via Alpaca’s market data API. Since then, that experimental repo has evolved into something far more structured: a FastMCP 2.0-compatible server hosting two composable tools: get_historical_data and run_backtest. These tools, abstracted from my core logic, form the backbone of a modular and agent-friendly trading system. They allow for decoupled execution paths, better observability, and—most importantly—plug-and-play access from LLMs. ...

July 27, 2025 · 4 min · Tim Jones

Rhodes to Riches: Poolside Python and Trading Bots

As I write this, the Aegean sun glints off the water and my daughter cannonballs into the pool for the third time this morning. We’re on a family holiday on the beautiful Greek island of Rhodes—an ideal mix of history, relaxation, and, somewhat unexpectedly, a productive coding sprint. Because yes, once again, I’ve found myself writing yet another algo-trading framework. I think this must be the third or fourth time I’ve gone down this rabbit hole. ...

June 7, 2025 · 4 min · Tim Jones

Microsoft Certified: AI Certs Critically Reviewed

Earlier this year I passed both the AI-900: Microsoft Azure AI Fundamentals and the more advanced AI-102: Microsoft Azure AI Engineer Associate exams. This track was compelling due to both the topical nature of the subject matter and as stepping stones toward my longer term plan of attaining AZ-305: Azure Solutions Architect Expert. I found them to be quite different in scope, depth, and the type of preparation required. This short blog goes through some of these aspects and is intended as a primer to anyone else considering the certifications themselves. ...

April 1, 2025 · 3 min · Tim Jones