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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is ChatGPT or GitHub Copilot increasing productivity?

4 点作者 web99大约 2 年前
Would love some real examples where these tools are helping you write less boilerplate or other code, debug faster, and ship faster in general. If they are, what's your sense of time saved or productivity boost?

7 条评论

softwaredoug大约 2 年前
I largely treat ChatGPT as my personal Stackoverflow. Except I get to break all the stackoverflow rules.<p>I can ask for hyperspecific questions, ask one-line questions, ask it to generate code to do a very specific thing, and ask follow up questions. I can literally ask it to do my homework if I wanted to - though that is of limited use when you actually have to maintain the thing. At best &quot;doing the work&quot; is really just getting an example to get started.<p>Like Stackoverflow, you get more value if you ask a good question. I need enough expertise to ask a question to get started.<p>Does it always work? No. Does it completely get rid of Google? No. But it does work about 90% of the time. That&#x27;s probably better than random stuff I find online :) We should carry skepticism at all times, regardless of the search.<p>Where is Google better &#x2F; more useful?<p>* Getting to actual docs, straight from the horses mouth, with no hallucinations :)<p>* Looking for authority or social proof (What Stackoverflow or Reddit answers are highly voted, linked to, considered authoritative)<p>* Get the latest info - more up to date than the LLM&#x27;s training data. ChatGPT will sometimes give me a version that worked several years ago, but doesn&#x27;t work now.<p>Google is better at retrieving to things-about-the-knowledge; ChatGPT is better at synthesizing and presenting knowledge<p>All in all, it doesn&#x27;t replace me, but creates a very seamless experience of researching, learning, and taking the next step.
评论 #35689309 未加载
swah大约 2 年前
The other day it wrote the first one or two versions of a python script to connect to a database and do a specific change to a column. I only had to slight changes because my prompt was not super complete and the changes (duplicating some lines and renaming some words) were faster than re-prompting...
frje1400大约 2 年前
I find it amazing for turning data into markdown tables (which are tedious to write by hand), for documentation.
tkiolp4大约 2 年前
I can only use ChatGPT with generic code questions, because I don’t want to upload proprietary code to OpenAI’s servers. In that regard, ChatGPT is slightly faster than Googling&#x2F;SO. I don’t see any productivity boost as long as I cannot upload proprietary code.
satvikpendem大约 2 年前
Sure, I&#x27;m building an application where had I done it manually, it would have taken me twice, or even thrice as long. I had ChatGPT generate a lot of the boilerplate and talk me through the general approach when I was stuck, and it was a lot more effective than Stack Overflow.
verdverm大约 2 年前
Yes, it is very task dependent.<p>I used it the other day to help me with graph drawing in a Jupyter notebook the other day. It certainly felt faster than searching with google or sifting through docs just to find the right functions to call.<p>I also see it fail miserably on other programming tasks.
maxilevi大约 2 年前
Did you try it and couldn&#x27;t find any boosts in productivity?