joshhunt @joshhunt.dev · Dec 29

LLM/AI for programming is so genuinely useful, but I still chuckle how every time you tell it to fix a typescript error it just goes fuck it - `as any`

9 likes 3 replies

?

Replies

JauntyWunderKind · Dec 29

What tool? I know it it's supposed to read source but similarly I as a human really prefer my tools being able to help me figure out what stuff is what the function signatures are, and I feel like we aren't giving LLMs good actionable LSP info. bsky.app/profile/jaun...

Karsten · Dec 29

Asked it to simplify something today and it just removed the type annotations

Rodrigo Dias · Dec 30

LLMs defaulting to 'as any' proves type safety isn't their priority.