Skip to content
Folarin Akinloye
Home
Articles
Projects
Topics
About
Contact
Loading…
Tag
Python
17 articles
01
Agentic AI
How to Evaluate Agents Locally with Arize Phoenix
Trace and judge your agent on your own machine, no hosted service required
July 12, 2026
7 min
July 12, 2026
7 min
02
LLM Integration
Generating Code with Prompts: The Fundamentals Still Matter
Comments to code, SQL from schemas, and the verification habit that separates working code from plausible code
July 3, 2026
6 min
July 3, 2026
6 min
03
LLM Integration
Dataset Diversity: Fixing Repetitive Synthetic Generations
Why your generated dataset all sounds the same, and the seeding trick that fixes it
July 3, 2026
7 min
July 3, 2026
7 min
04
Agentic AI
Building Agents That Actually Work
The practical habits that separate a reliable agent from a flaky demo: simpler workflows, better information flow, and a debugging ladder
July 2, 2026
10 min
July 2, 2026
10 min
05
RAG
Generating a Synthetic Dataset for RAG
Use a big model to train a small retriever, for about $55 instead of a month of labeling
July 2, 2026
6 min
July 2, 2026
6 min
06
LLM Integration
Generating Synthetic Data with Prompts
Turn a model into a data factory for tests, evals, and cold-start training, without spending a month labeling
July 2, 2026
6 min
July 2, 2026
6 min
07
Agentic AI
CodeAgent vs ToolCallingAgent: Two Ways to Let an Agent Act
The difference between an agent that writes Python and one that emits JSON, with strengths, limits, use cases, and when to pick each
July 2, 2026
9 min
July 2, 2026
9 min
08
LLM Integration
PAL: Let the Model Reason in Words, but Let Python Do the Math
Program-Aided Language Models offload the actual computation to an interpreter, so arithmetic bugs stop wrecking your reasoning
July 1, 2026
6 min
July 1, 2026
6 min
09
LLM Integration
Active-Prompt: Stop Guessing Which Few-Shot Examples to Annotate
Use the model's own uncertainty to pick which questions are worth a human-written reasoning chain
July 1, 2026
6 min
July 1, 2026
6 min
10
Agentic AI
The Agent Loop: Building ReAct From Scratch
Reason, act, observe, repeat. The whole engine is about 20 lines, and one counting rule explains all of it.
June 28, 2026
14 min
June 28, 2026
14 min
11
AI Infrastructure
Monitoring Model Deprecation in Production
The model you pinned will be switched off one day, probably with less notice than you would like. Here is how to find out from CI instead of from your users.
June 24, 2026
16 min
June 24, 2026
16 min
12
Agentic AI
Streaming Tool Calls and Partial Outputs in LangGraph
Token streaming is the easy part. Streaming what a tool is doing, mid-call, is what makes an agent feel alive.
June 24, 2026
9 min
June 24, 2026
9 min
13
LLM Integration
Structured Outputs and Function Calling, In Depth
How to make an LLM return data that always fits your schema, and how function calling is the same idea wearing a different hat
June 20, 2026
7 min
June 20, 2026
7 min
14
Agentic AI in Practice · Part 6
Deep Agents by LangChain: A Deep Dive, with a Customer Support Agent
Why Deep Agents exists, what it gives you out of the box, and a full support agent you could actually ship
June 19, 2026
16 min
June 19, 2026
16 min
15
Agentic AI in Practice · Part 5
Evaluating Agents with LangSmith: A Complete Guide
Why "it worked when I tried it" is not evaluation, and how to measure agents properly with tracing, datasets, evaluators, and experiments
June 19, 2026
11 min
June 19, 2026
11 min
16
Agentic AI in Practice · Part 4
Building MCP Servers with FastMCP: A Practical Guide
The anatomy of a server, the rules that matter, stdio vs remote, the pitfalls I hit, and how to test and ship it
June 19, 2026
9 min
June 19, 2026
9 min
17
Agentic AI in Practice · Part 3
Giving Agents Tools: Function Calling and MCP, Explained
How agents actually do things, how to design tools they use well, and where MCP fits
June 19, 2026
8 min
June 19, 2026
8 min