TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AI tools for software engineers, but without the hype – with Simon Willison [video]

3 pointsby nomilk7 months ago

1 comment

nomilk7 months ago
I&#x27;m a heavy and competent user of LLMs for everyday tasks including SWE, yet still learned a <i>tonne</i> from this. Several interesting points:<p>- Simon&#x27;s obviously a gun programmer yet uses LLM&#x27;s heavily<p>- LLMs take a lot of practice to learn how to use. They don&#x27;t come with manuals<p>- How much do they improve developer productivity? ANS (paraphrased): It makes me about 3x more efficient at typing code, but typing code is ~10% of my job (the rest is research etc). So I&#x27;m 3 times as efficient at 10% of my job.<p>- It&#x27;s completely sane to be a bit scared and a bit ethically concerned<p>- Regarding tooling, Simon uses claude sonnet (as it&#x27;s the best model right now), he uses a CLI he made called &#x27;LLM&#x27; [1], he uses GitHub CoPilot [2].<p>- (a few more golden nuggets but I can&#x27;t recall them all)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;simonw&#x2F;llm">https:&#x2F;&#x2F;github.com&#x2F;simonw&#x2F;llm</a><p>[2] A tip he gives is because CoPilot &#x27;sees&#x27; what&#x27;s in the current file, you can copy&#x2F;paste relevant code from other parts of the app into the current file just so it knows what you&#x27;re talking about or trying to do. Especially useful for tests.