How I talk to coding agents
The machine, the harnesses, the gated automations, and the one decision I make thirty times a day. Everything else is scaffolding.
Software developer, financial tinkerer, and solo entrepreneur. Creator of yfinance and other popular Python libraries, founded Tradologics and offering CTO-as-a-Service at Automaze.
The machine, the harnesses, the gated automations, and the one decision I make thirty times a day. Everything else is scaffolding.
The machine, the harnesses, the gated automations, and the one decision I make thirty times a day. Everything else is scaffolding.
The server that runs intelligence. The prime time release - fourteen months from thesis to a cleared roadmap.
What I got wrong the first time — and what's different now
How to use AI to fix the infrastructure blind spot – from the inside.
Why the Architect model only works if your software can fix itself
How an Architect running an AI-augmented pod actually delivers 10x. And why coding agents alone won't get you there.
Why the future of dev agencies looks more like Kirkland & Ellis than a SaaS startup.
Hint: Ditching it for CLI isn't the answer.
Spoiler: the code reveals exactly which actions matter.
This strategic signal risks turning Anthropic’s most passionate advocates into its loudest critics.
How AI Can Accelerate Developer Growth (If You Use It Right)
There are three things that make AI systems truly "agentic". Most systems have zero.
The fundamental flaw in how we're building AI systems - and what to do about it
Why the companies building faster horses will get left behind by the ones building cars
From writing code to architecting systems. Why developers should adopt the new development discipline for the age of AI
Our project management system for Claude Code using GitHub Issues and Git worktrees for parallel agent execution
The missing funding framework for bootstrappers, indie hackers, and creators
Why Apple's "research paper" is just a smokescreen
How I test ideas, challenge assumptions, and break down complex problems
Why Building the Multi-Agent Future Requires Purpose-Built Infrastructure, Not LLM Wrappers
Yes, I'm starting a podcast.
A vision for scaling without scaling headcount
The internet isn't just for people anymore
The hardest (and most liberating) truth
The financial playbook I wish I had followed sooner
A white paper on a proposed methodology for software development that prioritizes architectural design and leverages AI-driven automation.
I'll even be your first customer.
With great power come great opportunities
Do simplicity still wins? Plus, how a small change made a big impact
Master your tasks and focus with my flexible, streamlined approach to productivity.
As AI-powered assistants become the primary users of the web, traditional websites may soon be obsolete. Here’s why businesses, developers, and UX designers need to rethink everything.
Life has been a whirlwind. Here’s what I’ve been up to, why I haven’t been blogging, and what’s coming next.
Hint: To win with luck, you need to know when the odds are in your favor
While most people agree that black lives matter (why shouldn't they?), many also feel that the "PC Police" has gone too far with demands to ban movies like "Gone with the Wind", removing statues of historical figures, or renaming words like "blacklist".
An introduction to the Trading revolution: How to deploy a trading strategy with Tradologics - using Tradelets, Tradehooks, Pipelines, and the Universal API.
What if there was a way for traders to **focus *only* on the trading logic** – without worrying about stuff like broker connectivity, data management, or infrastructure? Now there is...
In this post, I share my vision for an Open Trading standard for communicating with online brokers using modern technologies.
Can you regularly beat the market, cut volatility by 40% and max drawdown by 70% with only four trades a year, or is this too good to be true?
The recently updated yfinance added a lot more capabilities to this already popular library. You can now download fundamental data , including company financials, balance sheet and cashflow, as well as option chain data . Here's how...
I released the first version of QTPyLib , my Python library for algo traders, in 2016. If you had told me then that I would still be working on it three years later, I probably wouldn't have believed you. But guess what? That's precisely where I'm doing :)
Ever since Yahoo decommissioned their historical data API, Python developers looked for a reliable workaround. As a result, my library, yfinance , gained momentum and gets 300k+ 3M+ installs per month, acording to PyPi!
I had a great time presenting yesterday's webinar about Live Trading with Python ... This was the fourth and the final part of my webinar series on Treading With Python for futures.io 's members.
As algorithmic traders, we need a lot of data to test and optimize our strategy ideas. Over time, the amount of data adds up and the search for a reliable, efficient and easy-to-use storage solution begins.
The CBOE Volatility Index (Ticker: VIX ) is a well known measure of the stock market's expectation of volatility implied by S&P 500 index options.
Bitcoin has seen a tremendous growth in both price an trading volume this year. Noticing that, I’ve backtested a scalping strategy I normally use to trade interest rate futures on Bitcoin, and... it worked great with very minor modifications.
I had a great time presenting yesterday's webinar about Live Trading with Python ... This was the third out of a four-part webinar series on Treading With Python for futures.io 's members.
On wednsday, I gave the second out of a four-part webinar series on Treading With Python for futures.io 's members. Here's the webinar's recording, slides, and Jupyter notebook.
As you may have heard, Yahoo! finance has decommissioned its historical data API, causing many programs that relied on it to stop working. However...
While working on a new dashboard for QTPyLib I needed to get a Matplotlib plot to refresh and update based on data coming from a ZeroMQ stream.