Hi, I'm Jin Yoo.
I've built software and taught how to code in the past. Most recently, I was an AI Engineer at Block building internal AI tools for improving developer velocity before being impacted by the large layoffs.
I write about programming, AI, and anything else that interests me.
Latest Posts
Latest Micro Posts
- The article 'How to Kill the Code Review' argues that code reviews are dying. It's definitely worth a read; it doesn't just claim that the way we used to work is done for, but also suggests an alternative which is spec-driven development. I've been thinking about this a lot recently and agree with all of the author's points; what the author describes has become how I develop.
- Just finished implementing micro-blogging for my site. It's wild how much faster it is to ship a feature when you have clear requirements and a solid plan. Sometimes the hardest part is just knowing what you want to build.