TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where to get started with AI assisted coding?

5 pointsby par2 months ago
I've been programming for 2 decades now, so I'm a bit over the hill. And admittedly been in management roles so the only coding I do is in my spare time now. I mostly program Swift and Python. I'd like to get started by making some updates to a long standing python/django app I have, and then I'd like to look into making something from scratch for iphone. I'd like to use the best tools, and I'm fine with paying. Where to get started?

4 comments

mbcrosier2 months ago
This article will be extraordinarily helpful to you: <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2025&#x2F;Mar&#x2F;11&#x2F;using-llms-for-code&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2025&#x2F;Mar&#x2F;11&#x2F;using-llms-for-code&#x2F;</a><p>As someone with programming experience, I would personally recommend starting with Cursor. It has three modes: chat, composer, and agent, for varying degrees of “ask questions about my code” to “do the coding for me” so that you can experiment with different workflows. Since it’s an IDE and can import your settings from VSCode or similar it will also feel integrated&#x2F;familiar.
tocs32 months ago
Just read the Brian Hayes essay &quot;AI and the end of programming&quot; from 2023. It is a nice story about his experience with getting chatgpt to do some programing tasks and related discussion. As a spoiler he does not see the current state of thing as &quot;the end of programing&quot;.<p>[1] : <a href="http:&#x2F;&#x2F;bit-player.org&#x2F;2023&#x2F;ai-and-the-end-of-programming" rel="nofollow">http:&#x2F;&#x2F;bit-player.org&#x2F;2023&#x2F;ai-and-the-end-of-programming</a>
评论 #43346717 未加载
dtagames2 months ago
My new article, License to Kill: Coding with Cursor AI Agents[0] is something you might enjoy. It&#x27;s had a good response on Medium. If you do, let me know!<p>[0] <a href="https:&#x2F;&#x2F;levelup.gitconnected.com&#x2F;license-to-kill-coding-with-cursor-ai-agents-1df3d6a0bfe8" rel="nofollow">https:&#x2F;&#x2F;levelup.gitconnected.com&#x2F;license-to-kill-coding-with...</a>
bigyabai2 months ago
The Zed editor has integrates with pretty much every model provider, and comes with Claude 3.5 for free: <a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;releases</a>