TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is ChatGPT or Co-pilot making you more productive as a developer?

5 点作者 edf13大约 2 年前
For me - not yet - maybe a little though, but I am trying both out.<p>ChatGPT I’m finding useful for more mundane programming sections (file access, content transforms etc)… interesting to see how much more productive it’s making others.

10 条评论

VirusNewbie大约 2 年前
No, not yet. It&#x27;s frustrating, I was hoping code completion would be much improved and it doesn&#x27;t seem to be the case.<p>I have high hopes that ChatGPT could help us DESIGN better libraries or programming languages though.
apineda大约 2 年前
Not enough to be game changing yet but for documentation on processes it has helped. Where I do enjoy using it is for learning though and digging into things that have always itched me but I could never bother to find the answers to ( due to slog of search&#x2F;review cycle ). For example when reviewing history of math I would ask about where the word equation came from, and so on. I always liked to dig a bit beneath and teachers hated that! Not GPT :)
majestic5762大约 2 年前
Same. Copilot can get a bit useful after it understands your intent and starts hinting code from your codebase. Or sometimes i completely forget basic stuff like core functions, algos, patterns, and copilot jumps to help. ChatGPT excels at NLP, parsing or data transformations, but usually i use it for exploring general ideas and not necessarily for coding
speedgoose大约 2 年前
<a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;3520312.3534864" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;3520312.3534864</a><p><a href="https:&#x2F;&#x2F;github.blog&#x2F;2022-09-07-research-quantifying-github-copilots-impact-on-developer-productivity-and-happiness&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;2022-09-07-research-quantifying-github-c...</a>
评论 #35239267 未加载
oz5d大约 2 年前
ChatGPT is useful in less complex things, say I want to send a JSON Get request to my server using JQuery. I can easily ask and it returns right away. But as the difficulty rises the code it makes becomes more error-prone.
评论 #35244244 未加载
swah大约 2 年前
Copilot helps me with a function every other day, but I feel like its mostly me trying to have fun and test this thing. Curated snippets would be faster but this is so easy and adapts to the code around.
f0e4c2f7大约 2 年前
If you haven&#x27;t tried it, use the GPT4 model. It&#x27;s available now with the ChatGPT+ subscription. Significant improvement.
thebigspacefuck大约 2 年前
It’s definitely at least $10 of productivity (a matter of minutes for most of us I’m guessing), so I will continue to subscribe.
sharemywin大约 2 年前
It really excels when trying to learn new language.
jppope大约 2 年前
yes, but just for the mundane stuff...