Author name: aifuturethinkers.com

Hello, and welcome to the world of my AI! I am overjoyed that you have chosen to accompany us on this journey into the fascinating field of artificial intelligence. If you find artificial intelligence to be as fascinating as I do, you are in for a thrilling trip! As a Data Engineering professional, I’ve been immersed in technology for the past ten years, and it’s become second nature to me. With a Master’s degree in Computer Application under my belt, I’ve had the fortunate opportunity to see artificial intelligence (AI) disrupting businesses and changing the game in ways that we couldn’t have anticipated before it happened. Now that I’ve finished reading all of my blogs, I’m ready to pass on all of the incredible information that I’ve gained. Together, we will investigate everything from the most cutting-edge AI applications to the most recent fashions. It doesn’t matter if you’ve never worked with AI before; I guarantee to make the process easy and entertaining so that anybody may take part in the AI adventure.

KDN Shittu Pairing Claude Code with Local Models

Pairing Claude Code with Local Models

    # Introduction  Agentic coding sessions are expensive. A single Claude Code session — reading files, writing code, running tests, iterating — can burn 10–50x more tokens than a plain chat conversation. At scale, that adds up fast. Add rate limits that can interrupt a long-running workflow mid-session, and the dependency on a third-party API …

Pairing Claude Code with Local Models Read More »

KDN Shittu Local Agentic Programming on the Cheap

Local Agentic Programming on the Cheap: Claude Code + Ollama + Gemma4

  # Introduction  Visualize this: a multi-agent workflow that reads files, writes patches, runs tests, and iterates across four services, making 400 API calls in a single afternoon. The notification arrives. You have crossed the soft limit again. Every token costs money, every prompt sends your proprietary code to a third-party server, and the rate limits …

Local Agentic Programming on the Cheap: Claude Code + Ollama + Gemma4 Read More »

Rosidi LLM Calibration 1

A Deep Dive into Calibration of Language Models: Platt Scaling, Isotonic Regression, Temperature Scaling

  # Introduction  A model that says it is 90% confident should be right 90% of the time. When that relationship breaks down, you get a miscalibration problem. The model’s scores stop telling you anything useful about reliability. For large language models (LLMs), miscalibration is widespread. A 2024 NAACL survey found that confidence scores diverge from …

A Deep Dive into Calibration of Language Models: Platt Scaling, Isotonic Regression, Temperature Scaling Read More »

Zero Dependency MCP Server

My AI Couldn’t See My Files — I Built a Zero-Dependency MCP Server

. The functions had grown too long and the variable names made no sense anymore. Every time I wanted feedback on a file, I stopped, opened the chat, copied the whole thing in, and waited. Then went back to the editor, applied the change, opened the next file, and did it again. At some point …

My AI Couldn’t See My Files — I Built a Zero-Dependency MCP Server Read More »

kdn what the agentic era means for data science

What the Agentic Era Means for Data Science

  # Introduction  Something has shifted at the intersection of AI and data science, and it’s changed how practitioners work. The systems deployed today don’t just generate a response and stop. They plan. They execute multi-step tasks. They call external tools, evaluate their own outputs, and loop back when results fall short. We’re not entering the …

What the Agentic Era Means for Data Science Read More »

Scroll to Top