Skip to main content
Shadowsong27

Shadowsong27

I just want to sit in my garden and tend my pipelines.

Recent

AI Log 1: Claude vs GPT — A Head-to-Head Agent Delegation Experiment

·2713 words·13 mins
I pitted Claude Opus 4.7 via Bedrock API against GPT 5.5 — not as chatbots, but as agentic supervisors. Each was given the same task: write a delegation prompt for a coding agent, dispatch it, review the result, and iterate to correctness. Same codebase. Same delegate model. Same constraints. Only the parent agent changed.

RT Log 8: 5 Vibe Coding techniques

·1194 words·6 mins
This article talks about several techniques I used when I code. It is not meant for direct adoption by readers because we might be writing different types of code. I was focusing mostly on Data Engineering and Software engineering (backend) code. If you were a data scientist, take this with a pinch of salt.