Skip to content

Command Palette

Search for a command to run...

Articles

April 2026

The Uncomfortable Truth About AI-Assisted Development
Ç

The Uncomfortable Truth About AI-Assisted Development

AI-generated code contains 1.7 times more issues than human-written code, particularly in logic errors, security vulnerabilities, and performance problems. While AI coding assistants increase development velocity, they also lead to a significant increase in production incidents due to the code’s tendency to pass shallow tests but fail on edge cases. Effective mitigation requires grounding AI models in context, automating quality checks, and treating AI output as untrusted.

Çalgan
Fixing Apple Mail When It’s Stuck on Downloading Messages
A

Fixing Apple Mail When It’s Stuck on Downloading Messages

Apple Mail shows 'Downloading messages' but nothing arrives? Here’s how I debugged and fixed a broken sync state after a fresh macOS setup.

Arda Kılıçdağı
Serena MCP: Giving Your AI Coding Tools an IDE Brain
A

Serena MCP: Giving Your AI Coding Tools an IDE Brain

I've been recommending Serena to everyone at work for a while, yet somehow never got around to trying it myself. I finally sat down with it on a hobby project - a TypeScript monorepo - and the...

Arda Kılıçdağı
On The Simplicity of Humanness
A

On The Simplicity of Humanness

Just yesterday, Bryan Cantrill published a short piece that touches something that I think most of us fundamentally understand, but don't have the words. The article is very short, titled "The peril...

Alperen Keles
What is a property?
A

What is a property?

When talking about Property-Based Testing, we typically talk in very abstract terms. There are properties, which define the correctness; there are generators, which define the domain; the PBT...

Alperen Keles