Skip to content
Folarin Akinloye
Home
Articles
Projects
Topics
About
Contact
Loading…
Tag
Prompt Engineering
24 articles
01
LLM Integration
What the Research Actually Says About Prompting Reasoning
The taxonomy of reasoning elicitation, and the uncomfortable retrieval-vs-reasoning debate every agent builder should sit with
July 3, 2026
4 min
July 3, 2026
4 min
02
LLM Integration
A Field Guide to Model-Specific Prompting
How prompting actually differs across Claude, GPT, Gemini, Llama, and Mistral, and what transfers
July 3, 2026
5 min
July 3, 2026
5 min
03
LLM Integration
A Real Prompt Engineering Case Study: 65.6 to 91.7 F1 on Job Classification
What a production classification system teaches about which prompt tweaks actually move the needle
July 3, 2026
4 min
July 3, 2026
4 min
04
LLM Integration
Prompt Functions: Treating Prompts as Reusable Functions
A 2023 chat trick that quietly became how we build LLM systems
July 3, 2026
6 min
July 3, 2026
6 min
05
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
06
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
07
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
08
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
09
LLM Integration
Bias in Prompting: How Your Prompt Design Skews the Model
The distribution and order of your few-shot examples can quietly bias the model. Here is how to test for it.
July 2, 2026
6 min
July 2, 2026
6 min
10
LLM Integration
Factuality: Prompting to Reduce Hallucination
Three prompt-level moves that cut made-up answers, and where prompting stops being enough
July 2, 2026
6 min
July 2, 2026
6 min
11
LLM Integration
Adversarial Prompting: Injection, Leaking, and Jailbreaking
The three attacks that break LLM apps, and the defences that actually hold up
July 2, 2026
8 min
July 2, 2026
8 min
12
LLM Integration
Graph Prompting, Explained
What it means to prompt a model with nodes and edges, and when it actually helps
July 2, 2026
8 min
July 2, 2026
8 min
13
Prompt Engineering, Properly · Part 14
Prompting Reasoning Models Is Almost the Opposite of Prompting Chat Models
Why the step-by-step prompts you learned in this series can hurt an o3 or Claude with thinking on
July 1, 2026
7 min
July 1, 2026
7 min
14
LLM Integration
Multimodal Chain-of-Thought: Reason Over the Picture, Then Answer
A two-stage framework that generates a rationale from text and image first, then infers the answer from that rationale
July 1, 2026
5 min
July 1, 2026
5 min
15
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
16
LLM Integration
Directional Stimulus Prompting: Train a Tiny Model to Whisper Hints to a Big One
A small tuneable policy model generates hints that steer a frozen black-box LLM, no access to its weights required
July 1, 2026
5 min
July 1, 2026
5 min
17
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
18
LLM Integration
ART: Let the Model Write Its Own Tool-Using Reasoning
Automatic Reasoning and Tool-use, and why it reads like an early sketch of the agents we build today
July 1, 2026
5 min
July 1, 2026
5 min
19
Prompt Engineering, Properly · Part 7
Generated-Knowledge Prompting: Surface Facts Before You Answer
Have the model write down what it knows first, then answer using that as context
June 29, 2026
6 min
June 29, 2026
6 min
20
Prompt Engineering, Properly · Part 6
Self-Consistency: Sampling Your Way to Better Answers
Run the same reasoning prompt several times, then take the majority answer
June 29, 2026
5 min
June 29, 2026
5 min
21
Prompt Engineering, Properly · Part 5
Chain-of-Thought Prompting
Standard and zero-shot CoT, when step-by-step reasoning actually helps, and what it costs
June 29, 2026
7 min
June 29, 2026
7 min
22
Prompt Engineering, Properly · Part 4
Zero-Shot vs Few-Shot Prompting
When examples help, how many to use, how to pick them, and where few-shot quietly breaks down
June 29, 2026
7 min
June 29, 2026
7 min
23
Prompt Engineering, Properly · Part 3
The Anatomy of a Good Prompt
Instruction, context, input, and output indicator, plus the design habits that make them work
June 29, 2026
7 min
June 29, 2026
7 min
24
Prompt Engineering, Properly · Part 2
The Settings That Change Your Output
Temperature, top_p, max tokens, stop sequences, and the penalties, and when to touch each
June 29, 2026
6 min
June 29, 2026
6 min