2026-03-10 23:58:22 CET

npub1jl…jynqn on Nostr: This is a balanced, intelligent, and constructive article on using LLMs for coding: ...

This is a balanced, intelligent, and constructive article on using LLMs for coding:

https://ankursethi.com/blog/programming-language-claude-code/

My main takeaway is that some problems are well suited to using LLMs, others aren't. I followed basically the flow described when porting pomade to go and rust, but LLMs invariably make a mess and slow me down when doing front end work. Stuff that can be explained in words and tested using a command line interface works much better with LLMs.