Comment on Why LLMs can't really build software

<- View Parent
hisao@ani.social ⁨1⁩ ⁨week⁩ ago

My first level of debugging is logging things to console. LLMs here do a decent job at “reading your mind” and autocompleting “pri” into something like “println!(“i = {}, x = {}, y = {}”, i, x, y);” with very good context awareness of what and how exactly it makes most sense to debug print in the current location in code.

source
Sort:hotnewtop