Lucas Silbernagel
banner
lucassilbernagel.com
Lucas Silbernagel
@lucassilbernagel.com
🇨🇦 Software Developer @ lucassilbernagel.com | #Toronto | #Canada
#A11Y | #React | #JavaScript | #TypeScript | #HTML | #CSS | #WebDev
#ProgressivePolitics
In short, LLMs don’t pose a serious threat to developer jobs at this stage, but they are undeniably useful in the hands of an experienced developer.
October 15, 2025 at 2:43 AM
LLMs are fantastic at generating docs and tests, but they often go overboard. Ensure necessary coverage is met, and no more than that.
October 15, 2025 at 2:43 AM
Adding an LLM instruction sheet or ruleset to your codebase is definitely recommended, so you don’t have to constantly remind it about your preferences or to check for certain things.
October 15, 2025 at 2:43 AM
Sometimes LLM trains of thought are overly complex, and it takes a human brain to come up with a more elegant solution.
October 15, 2025 at 2:43 AM
LLMs don't know what they don't know, and often need to be reminded of fundamental requirements like semantic HTML, accessibility, responsiveness, reducing complexity, etc.
October 15, 2025 at 2:43 AM
Starting a project is blazingly fast, but going production-ready requires tons of time cleaning up and reviewing generated code.
October 15, 2025 at 2:43 AM
LLMs are trained on old code, so they don’t always have the most up to date information. For example, when creating components in React 19, an LLM might pass a ref with forwardRef, even though this is no longer necessary.
October 15, 2025 at 2:43 AM
LLMs love writing code, and err on the side of writing too much. You have to keep a close eye on things to maintain an efficient codebase.
October 15, 2025 at 2:43 AM