Blog
Writing
Competition diaries, technical deep dives and things I have learned along the way. Mostly about GNNs, generative AI and developer tooling.
More posts · 4
18
Jul 26
Architecture
10 min read
Eleven Agents for Public-Sector Paperwork: Why We Chose Orchestration Over a Single LLM Call
A technical walkthrough of the multi-agent document-processing system we built for the TEKNOFEST 2026 AI Language Agents competition: why we skipped agent frameworks, what the orchestrator's three conditional gates do, why retrieval reports absolute similarity, and where an adversarial test set broke the system.
10
May 26
Competition
3 min read
VARIANT-GNN: TEKNOFEST 2026 AI in Health — Technical Deep Dive
I wrote about the architecture of the hybrid GNN + ensemble system we developed as team XYRA3 for TEKNOFEST 2026 AI in Health, the design decisions, and the competition process.
15
Mar 26
Technical
1 min read
What Are Graph Neural Networks (GNNs) and When Should You Use Them?
I explained GNNs from scratch: how graphs represent data, the message passing mechanism, and why they outperform classical models in genomic data.
20
Feb 26
Development
1 min read
I Built a Portfolio Site with Claude Code
I wrote about how I developed this site using Claude Code, the tool's strengths and weaknesses, and what I learned in the Next.js + Tailwind combination.