With the advent of LLMs, the temptation to churn out a flood of unit tests for a false
veneer of productivity and protection is stronger than ever.
My colleague Matthias Doepmann recently fired a shot at AI-generated tests that don’t
validate the behavior of the subject under t...
    
    
    
    
    
    
        With the advent of LLMs, the temptation to churn out a flood of unit tests for a false
veneer of productivity and protection is stronger than ever.
My colleague Matthias Doepmann recently fired a shot at AI-generated tests that don’t
validate the behavior of the subject und...
    
    
    
    
    
    
        With the advent of LLMs, the temptation to churn out a flood of unit tests for a false
veneer of productivity and protection is stronger than ever.
My colleague Matthias Doepmann recently fired a shot at AI-generated tests that don’t
validate the behavior of the System Unde...
    
    
    
    
    
    
        
    
    
    
    
    
    
        
    
    
    
    
    
    
        How a teenage printer’s writing exercise reverse-engineered the timeless principles of learning.
The core algorithm that powers today’s most advanced artificial intelligence wasn’t born in Silicon Valley or has anything to do with computers. It was engineered in...
    
    
    
    
    
    
        Projects
Here are some of the projects I work on in my free time:
practice-go
A collection of Go programming challenges with tests and benchmarks.
    
    
    
    
    
    
        With oapi-codegen, as many other folks in the ecosystem, we've been asked a few times in the past "can you please update this dependency as it has a CVE".
I'll generally reach for govulncheck as a way to confirm the impact, given it validates - via static analysis - whe...
    
    
    
    
    
    
        Early in 2024, I hit an issue with Go not allowing me to use go:embed.
(Aside: this is one of those posts that has been on the backburner and I'm finally getting around to it given I had a few minutes spare, and I want to test some new functionality in my blog-to-LinkedIn syndica...
    
    
    
    
    
    
        #569 — September 10, 2025
Read the Web Version
    
    Go Weekly
  
  
  Let's Look at Go's New Experimental API for JSON — Working with the Internet’s most popular data exchange format is a fundamental, day-to-day task for most developers but Go...