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 the roadmap to becoming an llm engineer in 2026 feature

The Roadmap to Becoming an LLM Engineer in 2026

  # Introduction  An LLM engineer is not the same thing as a general machine learning engineer. Where a machine learning engineer might spend months training a neural network from scratch, an LLM engineer’s work centers on adapting, orchestrating, and serving pretrained large language models (LLMs). The job is to take a capable foundation model and …

The Roadmap to Becoming an LLM Engineer in 2026 Read More »

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 »

Scroll to Top