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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Drive-GPT, self driving cars in <100 lines of code

3 点作者 seany627 个月前
Any feedback would be greatly appreciated.

2 条评论

infotainment7 个月前
One key thing missing here is there&#x27;s not enough nuance in the outputs to really control a vehicle. For example, &quot;go forward&quot; -- how fast should we be going forward? Does this mean floor the accelerator? Probably not, but that&#x27;s not captured in the output here.<p>A couple other key scenarios to think about:<p>- A pedestrian jumps in front of the car. What happens?<p>- It&#x27;s driving on a freeway and need to exit -- what actions are needed to make that happen?
hmcq67 个月前
What is the point of this?<p>You&#x27;re not really doing any work. You just wrote some boilerplate to ship the work off to chatGPT.<p>You didn&#x27;t even bother to include reversing the vehicle, using blinkers or coasting.<p>Even if AI was magic this process would fail because you&#x27;re only sending a single picture each time (it has no way of tracking changes between images).