frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Did modern AI's coding abilities make you lose interest in programming?

11•amichail•2h ago
Maybe you don't think it is as creative as you once did?

Comments

MongooseStudios•2h ago
Other way around.
adinhitlore•2h ago
No. The exact opposite. It makes me hooked to it even more since now I can finally focus on designing the algorithm instead of thinking about releasing memory, converting datatypes, going to stackoverflow to grab the postgresql connection string or whatever. No more calloc/malloc or int to double or pointers. Plus most of the code generated will compile (ok, "will get interpreted" in the case of Python or whatever you see the point) so if you have designed the right algorithm, it's like 90% job done.
taylodl•1h ago
AI's coding abilities take care of the mundane so I can focus on the more interesting bits. Plus, it sharpens your code review skills - you have to review the results and adjust as necessary.
achrono•1h ago
Really want to know what these "more interesting bits" are that GPT-5-thinking and other models of this calibre cannot do. Unless of course you choose to do them even though these models can in fact do them, in which case, please do share regardless.
JustExAWS•3m ago
In my case, talking to customers and figuring out what problems they are trying to solve or what opportunities they are wanting to pursue
bubblebeard•1h ago
Initially, yes. For me, it took the joy out of development. I was at the point of abandoning it but decided to try some different approaches with it. I think it’s here to stay and felt there had to be some way to leverage it without it making me depressed.

The way I’m using it now I figured out through trial and error. I form a mental model of what I want from start to finish. I then break that down into pieces, and use AI (when appropriate) to generate the code for each piece in sequence. This essentially leaves me in power of the entire development process, but the AI helps me produce the syntax much quicker than I could without it.

kwancloudli•1h ago
yes, today I can't even write more than 10 line codes manually without the help of claude code as a 10 year experienced developer.
billylo•1h ago
The exact opposite: AI has made the mundane go away, so I can focus on the differentiating features.

1. I spend less time fiddling with Flutter/SwiftUI to make things look decent. 2. I don't have to worry about simple data management code much. 3. I learn new things much faster by watching AI does its thing.

incomingpain•1h ago
Complete opposite. I think Gosucoder said it best; let be badly paraphrase.

AI coding removed the bad part of coding. Lets you handle all the fun part; and you can of course always go and 'code' yourself, you dont have to prompt everything.

The new "developer" skill is ensuring that you're building a reliable app that isnt a house of cards. AI will tend to give you bare minimum. You cant have that, your prompts need to be better.

josefresco•1h ago
As an older "non-developer" it has had the opposite effect. My thirst for creation that I had back in the late 90's early 00's is back. It started slowly, but once I figured out the tooling I created almost 10 applications for myself and work in less than one month. I've done things with my Raspberry Pi I'd never thought possible (without months of tinkering), and I've created apps that bring me both personal pleasure, and workplace productivity.
thorin•1h ago
In recent years I've struggled with knowing the details and how to get started. I've had to programme/design in Java, C#, Android, Python, bits of c and c++ all kinds of stuff. In theory now I can write programmes because I know what I want to do but I don't have a good knowledge of all the details so spent too long looking at docs or Stackoverflow. Now in theory I can write useful programs with AI. In some ways this makes me more keen to create and design programs. In other ways this means I don't really need to learn all the details that I didn't learn recently anymore.

Also stuff like leetcode goes away hopefully soon as as long as you understand a data structure and it's benefits you don't have to learn to implement it in every language?

geophph•1h ago
It’s made me lose a lot of interest in reading / watching videos about programming. I enjoy AI for what it enables me to do, but it has changed the landscape of “content” to the point where I spent a lot less time taking in what’s out there since so much is AI related. Have chosen to stop following some channels on youtube / browse HN less.
neom•51m ago
I've been in growth for dev tools for 20 years now and it's the first time I've struggled to understand what type of content to have produced for y'all - it used to be pretty easy to figure out how to add value (tutorials, interviews, etc) - these days it's less easy to see what folks want - it's hard to do educational content that would land well because folks just talk to an LLM now to learn things. I have budget and I'm unsure exactly where to spend it, so I'd be curious to hear what you'd like to see more of - thank you. :)
dismalaf•1h ago
No because it's still very bad at it.

What I've observed the benefits to be: AI chat apps are great at internet searches that can filter out all the nonsense. They are good at transferring algorithms between languages. They're great at knowing common patterns.

I still write all my own code 100%, AI has simply replaced my Google research (ironically using Gemini).

rayxi271828•1h ago
It’s quite the opposite for me.

The fun / creative part for me is not googling “how to slurp the contents of a file into a string” or “the exact syntax for marking some functions as unit tests” or “the correct order of symbols to specify generic type param”

It’s not “the correct html / css syntax for this basic gui I want to make”

It’s not “how to achieve the thing I’ve done 10 thousand times in other languages/frameworks, but for this language/framework”

It’s figuring the core logic out, building the thing while skipping the boring stuff, playing with abstractions that scratch my itch.

From this pov, AI is the best thing that has happened to my weekend coding. I code recreationally way more than before. Before AI, I would try a new language or framework, and I’d give up halfway because re-figuring out basic stuff for the umpteenth time is boring, it’s not fun at all. Now AI lets me skip those boring parts.

garciasn•43m ago
The fun part was never the frustrating shit that comes with writing code and solving esoteric issues that the AI abstracts away. For me, the final product being highly usable by non-technical users is.

AI has made coding fun again for me.

runjake•53m ago
No, the opposite.

AI has increased my interest in programming, because it's made me far more productive and it's quicker to learn new things. I am more creative than ever because I have new avenues.

solumunus•50m ago
The bits I actually like, I’m still doing. Abstractions, architecture, optimisations. It’s taken away a lot of the boring parts and made troubleshooting much easier. Definitely a net positive for me personally.
macawfish•49m ago
It made me gain even more interest
dmitrygr•36m ago
Are you kidding? It’s like watching idiots juggling chainsaws. I haven’t been this entertained in years.
add-sub-mul-div•31m ago
It's made me uninterested in working in tech professionally, but I still write code on my own without delegating an easy and enjoyable part to a nondeterministic and overconfident junior.
butlike•23m ago
A little bit, yeah
Saris•11m ago
The opposite for me I think.

The parts I don't like about coding are figuring out little details, or figuring out 'how to do X thing' that I've never done before when I'm not really sure where to start.

I have fun with the logic and making things work how I want them to work, and getting an end result that I like.

So it's been nice having something I can give details on what I want the end result to be, and getting suggestions on ways to get there. Or just have it figure out silly little issues for me.

etler•8m ago
I use AI 90% for research, learning, and prototyping. It's increased my interest because before, I felt that I didn't have time to do all those things, now I can expand my knowledge so much faster that it makes greater challenges feel more attainable.
JustExAWS•6m ago
I haven’t been “interested in programming” for decades probably since I started doing it professionally. It was, is and always has been a method to get companies with money to give me some of that money to exchange for food and shelter and to support my hobbies and life outside of work.

I like the design aspect of implementations. But coding has always been drudgery. LLMs have removed a lot of that drudgery. I just test the output and read it for correctness, see if it’s well formed etc.

A convex polyhedron without Rupert's property

https://arxiv.org/abs/2508.18475
1•robinhouston•2m ago•0 comments

Microsoft 'escort' program gave China keys to Pentagon

https://www.theblaze.com/return/microsoft-escort-program-gave-china-keys-to-pentagon
2•madars•3m ago•0 comments

Benchmarking bot detection systems against modern AI agents

https://research.roundtable.ai/bot-benchmarking/
2•mdahardy•4m ago•0 comments

Show HN: SkipFees -free community directory of restaurants that deliver directly

https://skipfees.com
1•Aryagm•7m ago•0 comments

I built a production app in a week by managing a swarm of 20 AI agents

https://zachwills.net/i-managed-a-swarm-of-20-ai-agents-for-a-week-here-are-the-8-rules-i-learned/
1•zachwills•8m ago•1 comments

The medieval fruit with a vulgar name

https://www.bbc.com/future/article/20210325-the-strange-medieval-fruit-the-world-forgot
2•ohjeez•11m ago•0 comments

Open Source "Claude for Chrome"

https://github.com/AIPexStudio/open-claude-for-chrome
2•ropoz•14m ago•0 comments

Page Table Sharing in Linux

https://blogs.oracle.com/linux/post/yes-virginia-there-is-page-table-sharing-in-linux
1•tanelpoder•15m ago•0 comments

Can Cheaper Lasers Handle Short Distances?

https://semiengineering.com/can-cheaper-lasers-handle-short-distances/
1•PaulHoule•16m ago•0 comments

Typepad Is Shutting Down

https://everything.typepad.com/blog/2025/08/typepad-is-shutting-down.html
2•gmcharlt•17m ago•0 comments

Show HN: Add audio to your Anki cards

https://github.com/selmetwa/AnkiTTS
1•selmetwa•17m ago•0 comments

Spectrum – catching clojure.spec conform errors at compile time

https://github.com/arohner/spectrum
1•alhazraed•17m ago•0 comments

Testing Time (and Other Asyncronicities)

https://go.dev/blog/testing-time
1•ingve•18m ago•0 comments

Will There Ever Be a 10x Prompt Engineer?

https://embedworkflow.com/blog/will-there-ever-be-a-10x-prompt-engineer/
1•ewf•18m ago•0 comments

Rust for Everyone!

https://www.youtube.com/watch?v=R0dP-QR5wQo
2•dtartarotti•18m ago•0 comments

How the Japanese concept of "ikigai" was appropriated by the West

https://chiefwordofficer.substack.com/p/what-ikigai-really-meansand-why-it
2•itoshinoeri•18m ago•0 comments

Ask HN: What are you working on August 2025?

1•nsibr•18m ago•0 comments

Model Merging – A Biased Overview

https://crisostomi.github.io/blog/2025/model_merging/
1•jxmorris12•18m ago•0 comments

Desktop Linux Keeps Winning the Wrong Battles

https://www.howtogeek.com/desktop-linux-keeps-winning-the-wrong-battles/
2•the-mitr•19m ago•0 comments

Show HN: A simpler way to manage internationalization in component-based apps

https://github.com/aymericzip/intlayer
4•MarineCG40•19m ago•4 comments

A free curriculum to teach high school journalism

https://www.teachjournalismforall.com/
1•wubbahed•20m ago•1 comments

Taiwan indicts three over alleged theft of TSMC trade secrets

https://www.theregister.com/2025/08/27/tsmc_trade_secret_thefts/
2•rntn•21m ago•0 comments

I'm working on implementing a programming language all my own

https://eli.li/to-the-surprise-of-literally-no-one-im-working-on-implementing-a-programming-langu...
1•ingve•21m ago•0 comments

GMP damaging Zen 5 CPUs?

https://gmplib.org/gmp-zen5
1•sequin•21m ago•0 comments

AI's New Interface: Smart Glasses, Shift Beyond Screens, Why We Backed Mentra

https://www.hartmanncapital.com/news-insights/why-we-backed-mentra
1•walterbell•21m ago•0 comments

Cloudflare runs more AI models on fewer GPUs

https://blog.cloudflare.com/how-cloudflare-runs-more-ai-models-on-fewer-gpus/
2•HieronymusBosch•21m ago•0 comments

How we built the most efficient inference engine for Cloudflare's network

https://blog.cloudflare.com/cloudflares-most-efficient-ai-inference-engine/
1•jgrahamc•23m ago•0 comments

Ghostty Config Generator

https://ghostty.zerebos.com/
1•Luc•25m ago•0 comments

Nvidia (NVDA) Earnings Hub – Detailed Overview and Key Takeaways

https://dashboard-finance.com/stock/nvda/earnings
1•tchantchov•25m ago•1 comments

Read seinfeld subtitles to learn Spanish

https://guavabook.firebaseapp.com/
1•kikichiki•26m ago•0 comments