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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you use ChatGPT in your workflow?

2 点作者 euph0ria将近 2 年前
In a few threads recently a lot of devs state they use GPT to improve their efficiency and become 1.5x engineers etc.<p>Could you please elaborate and give practical examples on how you do that?<p>What type of tasks? Alt-tab between Windows and copy paste etc? Prompt engineering? How do you work with it in large projects etc?<p>Reference thread: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36338187

1 comment

surprisetalk将近 2 年前
I find that GPT is great at generating test code :)<p>Paste in a function or file and ask GPT to create test code for particular edge-cases. It&#x27;s usually close enough.<p>You can also ask it to create sample data for tables and API requests.