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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Karpathy's 'Vibe Coding' Movement Considered Harmful

7 点作者 namanyayg大约 1 个月前

1 comment

PaulHoule大约 1 个月前
I find AI is very useful at developing tiny systems and solving small problems and then I incorporate the results into a bigger system. For instance<p>(1) Copilot wrote me all the stuff so I had a Provider&lt;ContainerRequestContext&gt; for our JAX-RS server it wasn&#x27;t a huge amount of code and it was roughly what I thought it would be but it worked great. My supervisor asked about it in code review and I convinced him it was right<p>(2) Having trouble with accessible modals I wanted to switch to use the &lt;dialog&gt; component in HTML. I didn&#x27;t find many people using it, so figured I&#x27;d have to write my own &lt;ModalDialog&gt; I had a lot of questions about feasibility and Copilot helped me incorporate a &lt;dialog&gt; into my app and add the event handlers and styling to convince me there was no fundamental problem. (I asked it once &quot;do I increase the alpha or decrease it to make the backdrop darker?&quot; and it gave me a contradictory answer though!) In the end I expect to write the &lt;ModalDialog&gt; myself because it has to follow all sorts of constraints but if I need help doing specific things Copilot is my wingman.<p>(3) I&#x27;m working on an adaptation layer for several arangodb applications (awful license, like any innovative database from the 2010s) to run on postgresql. I only have to implement the functionality that I use, I can modify my applications to make my adaptation layer simpler, and I&#x27;m free to change the API into the <i>API I really want.</i> I&#x27;ve had a lot of fun w&#x2F; the Jetbrains assistant and Copilot helping me write little things against SQLAlchemy, it&#x27;s been helpful side by side with reading the SQLAlchemy tutorial.