...now, I pride myself on being good at my job, I'm fast at catching mistakes, I'm efficient at reviewing code and I'm quick to spot patterns across systems. But ever since I knew how to use AI ( maybe around mid 2024, I was still doing the old trad way when i started in 2018 ), I've been letting AI write ALOT of my code.
And I thought I was still learning.
Then one day I sat down to write an HTTP handler in Go from scratch, and I froze... and I can't describe how scary this was.
Not because I don't understand HTTP or because I don't know Go because I recognize these patterns instantly:
func (s *Server) handleJobNext(w http.ResponseWriter, r *http.Request) {






