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.

Ask HN: LLMs to help with coding. What are the best options ATM?

4 pointsby whitepaintalmost 2 years ago
Are there any plugins that scan the whole codebase and can answer different type of questions about that codebase for example? Any jetbrains plugins like that? Or some new IDEs?

4 comments

cloudkingalmost 2 years ago
GitHub co-pilot is good as an enhanced auto complete for code you are writing in an existing codebase.<p>For building features from scratch I haven&#x27;t found anything as capable as GPT-4, which I use through the ChatGPT+ interface. It&#x27;s not ideal, but the quality is worth the UX tradeoff.<p>My prompt will be something along the lines of:<p>Act as a senior software developer. Build {feature} that does {requirements} integrated with my existing code:<p>--<p>{existing related code}<p>--
version_fivealmost 2 years ago
&gt; Are there any plugins that scan the whole codebase and can answer different type of questions about that codebase for example?<p>The models I&#x27;m aware of don&#x27;t do that, they are either smart autocomplete or chat style &quot;write a function that does x&quot; or &quot;what does this snippet do&quot;.<p>I can think of ways to approach indexing a codebase to try and ask questions about it, but I&#x27;m not aware if anybody&#x27;s experimented with this to tried to turn it into s product. I&#x27;d be interested to hear as well.<p>Out of the box llms are not good at big picture stuff, they&#x27;d be much better suited to explaining a one liner than how a bunch of things fit together.
vimyalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.cursor.so&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.cursor.so&#x2F;</a>
pizzaalmost 2 years ago
qqbot