Categories
Agentic Coding AI

Comparing opencode go models for a real world task [June 2026]

I have signed up to opencode go to try out their offering. Currently the models they offer are: I created a prompt to build an html page with an interactive chart to convey the affect of costs on investment returns over the long term. Full prompt can be found here. The process was: In build […]

Categories
AI

Understanding the AI Ecosystem: The Companies, Infrastructure and Capital Behind the AI Boom

Artificial Intelligence has become one of the largest infrastructure build-outs in modern history. Companies are investing hundreds of billions of dollars into GPUs, datacentres, networking equipment and power infrastructure to support increasingly capable AI models. It can be difficult to understand where different companies fit into the ecosystem because everything is often grouped together under […]

Categories
AI

LM Studio vs Ollama: How They Load Models

Local AI tools like Ollama and LM studio both let you run large language models on your own hardware. However, they differ significantly in how they load models into memory, which directly affects RAM usage, performance, and how many models you can run at once. Understanding this difference is essential if you’re working with multiple […]

Categories
Agentic Coding AI

From Forms to Autonomous Agents: My Journey Building a Financial Prediction Platform with LLMs

When I started building a platform to track financial predictions, I thought I had a straightforward path ahead. What unfolded instead transformed my understanding of what’s possible when you move from simple AI assistance to fully autonomous systems. The Starting Point: Manual Everything The initial concept was humble: users log in, submit financial predictions through […]

Categories
AI

The rise and fall of StackOverflow

The rise and fall of stackoverflow can be seen in the following charts. First the number of questions over time: Rising to a peak in early 2014 the trend has been downward and since the proliferation of LLMs in 2022 has seen a sharper drop. Here is the chart of anwers over time: Stackoverflow was […]