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.

tokenomics how budget.webp

Tokenomics, or how to budget a single conversation · Hanh D. Brown

Tokenomics, or how to budget a single conversation. AI bills come in confusing units. The fix is to budget for the product the business sells: tokens. Cost per token is the only metric that compares two quotes. ai-economics ai-strategy ai-and-work If you have ever looked at an Artificial Intelligence (AI) bill and wondered whether the …

Tokenomics, or how to budget a single conversation · Hanh D. Brown Read More »

kdn 5 tools for building and deploying ai agents in production feature

5 Tools for Building and Deploying AI Agents in Production

  Building an agent that works in a notebook takes an afternoon. Getting that same agent to survive real traffic, recover from a crash at 3 am, and not leak someone else’s data while it runs large language model (LLM)-generated code is a different job entirely, and it’s the job most teams underestimate. Only a …

5 Tools for Building and Deploying AI Agents in Production Read More »

transparent battlefield.webp

The transparent battlefield and the end of secrecy · Hanh D. Brown

The transparent battlefield and the end of secrecy. A frozen front line in Ukraine teaches the future of warfare. Big, slow, heat-emitting platforms lose. The fix is procurement, not budget. ai-policy ai-hardware ai-markets The military hardware America spent seventy years buying may not survive its first real engagement. A frozen front line in Ukraine teaches …

The transparent battlefield and the end of secrecy · Hanh D. Brown Read More »

Graph Engineering

Graph Engineering Isn’t About More Connections — It’s About Which Ones Get Used

TL;DR a full working implementation in pure Python, with real benchmark numbers. What I did: built a controlled experiment that isolates one variable, relationship density, from everything usually confounded with it, using a fully deterministic agent policy instead of live model calls. What I found: more communication pathways between agents did not automatically mean better …

Graph Engineering Isn’t About More Connections — It’s About Which Ones Get Used Read More »

what revision is for.webp

What revision is actually there to do for your thinking · Hanh D. Brown

What revision is actually there to do for your thinking. Revision is the architect’s move. Five things it is for. One thing it is not. revision writing-craft working-method A draft that is not landing has two possible faults. The sentences are wrong, or the plan the sentences are serving is wrong. Almost nobody checks the …

What revision is actually there to do for your thinking · Hanh D. Brown Read More »

kdn python libraries data cleaning enjoyable

5 Python Libraries That Make Data Cleaning More Enjoyable

# Introduction  Data cleaning is rarely interesting, but it does consume the majority of a data professional’s time. Before any model trains or dashboard renders, someone has to wrestle mismatched column names, nulls scattered across a billion rows, type inconsistencies, duplicate records, and strings that almost match but don’t. Standard pandas handles a lot of this, …

5 Python Libraries That Make Data Cleaning More Enjoyable Read More »

a short defense of changing your mind.webp

A short defense of changing your mind out loud in public · Hanh D. Brown

A short defense of changing your mind out loud in public. Most writers write to appease readers. That is not expression. Changing your mind in public is what expression looks like when it has stopped appeasing. voice thinking-in-public identity creative-process Most writers write to appease readers. That is not expression. That is performance for someone …

A short defense of changing your mind out loud in public · Hanh D. Brown Read More »

exec b645139d 72cc 456b 9ad9 a810bca8e5e0

Running SQL Concurrently Across Three Remote DuckDB Servers with Quack

, the good folks at DuckDB released a database communication protocol called Quack. Its main aim was to allow DuckDB databases held on different servers to communicate with each other over HTTP in a client/server arrangement and allow them to read and write each others data. In other words, using the Quack protocol, DuckDB sitting …

Running SQL Concurrently Across Three Remote DuckDB Servers with Quack Read More »

on reading what i cannot finish.webp

On reading the fifteen books I keep failing to finish · Hanh D. Brown

On reading the fifteen books I keep failing to finish. Fifteen books I have started multiple times. None of them is the book’s fault. The architect in me is still reading them. creative-process writing-craft working-method There are seven books on a shelf in the room where I write. Each one has a marker in it. …

On reading the fifteen books I keep failing to finish · Hanh D. Brown Read More »

awan build simple ai web scraper python 5

How to Build a Simple AI Web Scraper with Python

  Web scraping is the process of collecting information from websites automatically. A normal scraper usually extracts raw text, HTML elements, or the full page content. But when you are building AI agents or large language model (LLM) applications, sending the entire webpage to the model is not always the best approach. A better way …

How to Build a Simple AI Web Scraper with Python Read More »

Scroll to Top