← Back to Portfolio

Journal

Blog & Articles

Thoughts on AI, Machine Learning, and building intelligent systems.

What we skipped, and why: an audit trail for the grad-agent

The most informative output of an autonomous pipeline is often what it refused to do. How the grad-agent makes identity errors structurally impossible, refuses when it cannot, and keeps a contestable record of every skipped lead.

July 21, 2026 · 5 min read1 likes · 0 comments · 57 views

Bayesian trust: how a production fraud detector learns who to believe

Inside the Phrontlyne claims agent: how four fraud-detection layers carry Beta posteriors instead of fixed weights, how adjuster verdicts renegotiate the system's trust in its own components, and why 'is the learning loop actually closed?' is a first-class trustworthiness property.

July 16, 2026 · 7 min read2 likes · 0 comments · 115 views

From 10.5 to 27 BLEU on Twi English: Notes on Fine Tuning NLLB for a Ghanaian Language Pair

A small honest writeup of two Twi English translation models published to Hugging Face, what worked, what did not, and what the numbers actually mean.

July 5, 2026 · 6 min read0 likes · 0 comments · 60 views

Building an Autonomous Insurance Claims Agent: Composite Vision, Fraud Detection, and MCP Tool Orchestration

Design notes on Phrontlyne Claims Agent v2: a production insurance claims system with 45 MCP tools, two YOLO detectors joined by IoU geometry, a four-signal composite fraud pipeline, per-policy RAG, and a token efficiency layer.

July 5, 2026 · 15 min read0 likes · 0 comments · 53 views

GeoForest: Satellite Monitoring of Deforestation and Galamsey in Ghana

A geospatial ML pipeline that combines Sentinel-2 imagery, NDVI, and a transformer object detector (RF-DETR) to track forest loss and illegal mining in Ghana.

July 5, 2026 · 7 min read0 likes · 0 comments · 70 views

Building a Grounded RAG Pipeline for a Deriv.com Technical Interview

A retrieval-augmented pipeline with citation validation and numeric grounding checks. Built as the second-round technical assessment for an Independent AI Engineer role at Deriv.com.

July 5, 2026 · 7 min read0 likes · 0 comments · 115 views
Building a Twi-English Neural Machine Translation Model

Building a Twi-English Neural Machine Translation Model

Introducing a bidirectional neural machine translation model for Twi and English, fine-tuned from MarianMT and trained on 10,000+ professionally translated sentence pairs.

March 23, 2026 · 2 min read6 likes · 0 comments · 133 views