26
Here’s how I use LLMs to help me write code | Simon Willison
(simonwillison.net)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
My experience is that use of an LLM is an amplifier to your output but generally at no better quality that you can produce on your own.
The skilled developer who uses an LLM and checks its work will get a productivity boost without a loss in quality.
The unskilled developer who copy/pastes code from stackover can get even more sloppy code into production by using an LLM.
It took me a bit of time to figure out what an llm is good at. Because for most tasks it's just a plain waste of time
I've recently been asked to help some folks on the biz side automate tasks "with ai" and I've had very good results having gemini write apps script to do automations via google sheets.
For example HR wanted this for workshops they run "Write an Apps Script function to use the employee email list on sheet2 to create random teams of 4 and record the teams on sheet3. Use the template on sheet1 to write an email notification to each team and then send it."
Worked on the first try and the code is decent.
Google tools working well with google tools. That's a handy!