frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

AI coding made me faster, but I can't code to music anymore

https://www.praf.me/ai-coding
33•_praf•1h ago

Comments

fearface•53m ago
I let the AI first generate a outline of how it would do it as markdown. I adapt this and then let it add details into additional markdown files about technical stuff, eg how to use a certain sdk and so on. I correct these all. And then I let the AI generate the classes of the outline one by one.
johnfn•52m ago
I'm curious which models the OP is using that produce code so quickly and accurately? I mostly use Claude Code, which is accurate, but it isn't very fast. I certainly don't feel like I'm producing piles of code with it.
nxpnsv•50m ago
If the price is music, then it’s too expensive.
bravetraveler•16m ago
This is why I reject every Teams call
nxpnsv•11m ago
they can't hear if it is them or music on my phones...
triyambakam•50m ago
I dunno, it is a bit different leveraging a model, but I still listen to music coding. It does depend on the music. I need to listen to really brutal stuff (Arsis, Thyrfing, Dissection, etc.) to focus, though
p0w3n3d•47m ago

  Absolutely—I feel like I can ship at a crazy velocity now, like I have a team of interns at my disposal to code up my every silly demand.
It reminds me this scene:

  `Cut my eggs`
  `Your eggs are cut sir!'
  `Cut my milk'
  `I can't sir, it's liquid'
  `Imbecile! Freeze it, then cut it!'
zwnow•45m ago
> Absolutely—I feel like I can ship at a crazy velocity now, like I have a team of interns at my disposal to code up my every silly demand.

I also wonder what type of simple CRUD apps people build that have such a performance gain? They must be building well understood projects or be incredible slow developers for LLMs to have such an impact, as I cant relate to this at all.

october8140•46m ago
What kind of projects are people doing that are feeling the increased velocity?
elros•39m ago
Whenever I need some sort of quick data pipeline to modify some sort of file into another format, or do some batch transformation, or transform some sort of interface description into another syntax, or things like that, that would normally require me to craft a grep, awk, tr, etc pipeline, I can normally simply paste a sample of the data and with a human language description get what I need. If it’s not working well I can break up the steps in smaller steps.

In my experience, it seems the people who have bad results have been trying to get the AI to do the reasoning. I feel like if I do the reasoning, I can offload menial tasks to the AI, and little annoying things that would take one or two hours start to take a few minutes.

That very quickly adds up to some real savings.

staticautomatic•32m ago
I’m building a moderately complex system with FastAPI + PG + Prefect executing stuff on Cloud Run, and so long as I invest in getting the architecture and specs right, it’s really a dream how much of the heavy lifting and grunt work I can leave to Claude Code. And thank god I don’t have to manage Alembic by myself.
energy123•23m ago
I'm slowed down (but perhaps sped up overall due to lower rewrites/maintenance costs) on important bits because the space of possibilities/capabilities is expanded, and I'm choosing to make use of that for some load bearing pieces that need to be durable and high quality (along the metrics that I care about). It takes extra time to search that space properly rather than accept the first thing that compiles and passes tests. So arguably equal or even lower velocity, but definitely improved results compared to what I used to be capable of, and I'm making that trade-off consciously for certain bits. However that's the current state of affairs, who knows what it'll look like in 1-2 years.
cluckindan•14m ago
How do you know they’re durable and high quality?
gonzo41•18m ago
CRUD work, Boilerplate config for network stuff, converting lots of oracle stored procedures. It's saving me days.
martin_a•8m ago
Pretty much what somebody else said: AI takes over simple tasks, the "fluff" around the business logic, error handling, stuff like that, so I can focus on doing the harder stuff at the core.
shmerl•44m ago
Do things the way you like instead of saying "I miss it".
excalibur•44m ago
The answers are in the footnote, switching to frontend is the way.
globular-toast•41m ago
I don't listen to music while doing code reviews either. It also happens to be my least favourite part of the job. The LLM agents just make it feel like I'm constantly code reviewing and I don't think it makes me more productive overall.
icetank•40m ago
My theory as a none scientist is that you need a different part of the brain to think about AI prompts compared to coding yourself. Or maybe that whatever though process you need for coding intersects with the part that enjoys listening to music. And because of that intersection you can't focus on both at the same time.
DevKoala•31m ago
I’d probably drop GenAI before I dropped the music that allows me to focus. Also, at this stage of my career, I mainly code for fun, and blasting music across the house is part of it.

https://www.youtube.com/watch?v=DrA8Pi6nol8

ai_assisted_dev•30m ago
It definitely changed how I get into flow state for me. But music still works, if not even better when coding with AI (listening to: techno, electro, edm). Generally my flow is to sit down, make a small plan of what I will work on, fire off 2 agents to work on different parts of the code that are lower hanging fruits (takes 2-10 mins for them to complete). Then while this is busy, map out some bigger tasks.

Agents finish, I queue them up with new low hanging fruits, while I architect the much bigger tasks, then fire that off -> Review smaller tasks. It really is a dance, but flow is much easier achieved when I do get into it; hours really just melt together. The important thing to do is to put my phone away, and block all and any social media or sites I frequent, because its easy to get distracted when agents aren just producing code and you're sitting on the sidelines.

drmpeg•30m ago
I've never bothered listening to music while coding. If I'm in the zone, it's entirely extraneous and I don't even hear it.

At my first job in Silicon Valley, I used to code right on the production floor totally oblivious to what was going on.

sublinear•23m ago
> For frontend code and my side projects, AI coding seems to be even more effective and actually reduces the cognitive load, winning in all dimensions.

Can we see this frontend code? For research purposes, of course.

mac-mc•14m ago
I found I couldn't listen to music with words in them while coding. Maybe try wordless music, or music that is in a language you don't understand.
iamflimflam1•13m ago
He’s talking about being in a state of flow - it’s a lovely feeling when you can get into it.
conductr•12m ago
It’s the opposite for me. I’ve never been able to listen to music while coding as my thoughts would drown it out or it would keep me from thinking so I’d shut it off. However if I am vibe coding my brain is basically idle and can handle some music
energy123•9m ago
> writing a blurb that contains the same mental model

Good nugget. Effective prompting, aside from context curation, is about providing the LLM with an approximation of your world model and theory, not just a local task description. This includes all your unstated assumptions, interaction between system and world, open questions, edge cases, intents, best practices, and so on. Basically distill the shape of the problem from all possible perspectives, so there's an all-domain robustness to the understanding of what you want. A simple stream of thoughts in xml tags that you type out in a quasi-delirium over 2 minutes can be sufficient. I find this especially important with gpt-5, which is good at following instructions to the point of pedantry. Without it, the model can tunnel vision on a particular part of the task request.

foo42•6m ago
The tradeoff of higher velocity for less enjoyment may feel less welcome when it becomes the new baseline and the expectation of employers / customers. The excitement of getting a day's work done in an hour* (for example) is likely to fade once the expectation is to produce 8 of such old-days output per day.

I suspect it doesn't matter how we feel about it mind you. If it's going to happen it will, whether we enjoy the gains first or not.

* setting aside whether this is currently possible, or whether we're actually trading away more quality that we realise.

Launched atlas: an interactive web free geography learning game

https://atlas.killmytime.fun/
1•vusaldev•4m ago•1 comments

AI-Skilled 20-Somethings Are Making Thousands a Year

https://www.wsj.com/tech/ai/ai-jobs-entry-level-salary-ab2a11c0
1•hodgesrm•5m ago•0 comments

Show HN: Sudecku – A Deck-Building Sudoku (For iOS)

2•beshrkayali•8m ago•0 comments

Thoughts on Programmable Chat? (SAMA)

https://medium.com/sama-communications/introducing-programmable-chat-8bfbc7728280
2•khomenkoigor•9m ago•2 comments

Repeated heatwaves can age you as much as smoking or drinking

https://www.nature.com/articles/d41586-025-02729-x
1•sxv•10m ago•0 comments

The Therac-25 Incident

https://thedailywtf.com/articles/the-therac-25-incident
2•lemper•10m ago•0 comments

Claude Code ditches RAG for simple file search and it just works

1•dmundhra92•12m ago•0 comments

NASA's Webb Space Telescope Observes 3I/ATLAS1

https://science.nasa.gov/blogs/3iatlas/2025/08/25/nasas-webb-space-telescope-observes-interstella...
1•carlsborg•13m ago•1 comments

The Right to Read

https://www.gnu.org/philosophy/right-to-read.en.html
1•kleiba•14m ago•0 comments

Scientist exposes anti-wind groups as oil-funded. Now they want to silence him

https://electrek.co/2025/08/25/scientist-exposes-anti-wind-groups-as-oil-funded-now-they-want-to-...
2•xbmcuser•19m ago•0 comments

Israeli government claims credit for pushing Albanese to expel Iranian diplomats

https://www.abc.net.au/news/2025-08-27/israel-claims-credit-albanese-expel-iranian-diplomats/1057...
1•socialcreditlow•23m ago•0 comments

Draft CA AI Law Forces Provenance Tagging, Breaks Signal Messenger

https://alecmuffett.com/article/114666
3•alecmuffett•27m ago•0 comments

Stone Age settlement lost to rising seas 8,500 years ago found off Denmark coast

https://www.cbsnews.com/news/stone-age-village-lost-sea-8500-years-ago-found-denmark/
1•Brajeshwar•27m ago•0 comments

Why Press Release Distribution Matters in Mobile Technology

https://www.prweb.in/topic/mobile-technology
1•PRWeb2025•33m ago•1 comments

The Multimillionaire Feud over Horse Clones [video]

https://www.youtube.com/watch?v=VARJnzhVryc
1•zeristor•34m ago•0 comments

Why and how we built Vectroid, the fastest Serverless vector database

https://www.vectroid.com/blog/why-and-how-we-built-Vectroid
1•hungarianhc•37m ago•1 comments

Dependent types I › Universes, or types of types

https://www.jonmsterling.com/01ET/index.xml
1•matt_d•38m ago•0 comments

Show HN: Snap Shot – Make Screenshots Look Polished in Seconds

https://snap-shot.getindielaunch.com
1•tejartr_123•38m ago•0 comments

How Interest Rates Were Set, 2500 BC – 1000 AD (2000)

https://michael-hudson.com/2000/03/how-interest-rates-were-set-2500-bc-1000-ad/
1•leonry•40m ago•0 comments

Hopping on an Earlier Flight: Optimal Waiting with Multiple Flights – NBER

https://www.nber.org/papers/w34169
1•helsinkiandrew•43m ago•0 comments

How do I get into the Game Industry – by Garry's Mod creator

https://garry.net/posts/how-do-i-get-into-the-game-industry
2•Michelangelo11•45m ago•0 comments

I analyzed 30 authentication providers so you don't have to

https://guptadeepak.com/comprehensive-ciam-providers-directory-top-identity-authentication-soluti...
1•guptadeepak•50m ago•1 comments

Translation Validation for LLVM's AArch64 Back End [pdf]

https://users.cs.utah.edu/~regehr/papers/arm-tv.pdf
1•matt_d•57m ago•0 comments

Exxon Held Secret Talks with Rosneft About Going Back to Russia

https://www.wsj.com/business/energy-oil/exxon-rosneft-russia-oil-talks-f524e81f
4•_tk_•1h ago•1 comments

Units of Economics of LLMs. Reply to Ed Zitron's "AI Is a Money Trap"

2•tudorizer•1h ago•0 comments

Trump administration pulls additional $175M from California high-speed rail

https://www.cnbc.com/2025/08/26/trump-duffy-california-rail.html
3•voxadam•1h ago•1 comments

Europe's 'century of humiliation' could be just beginning

https://www.politico.eu/article/europes-century-of-humiliation-could-be-just-beginning/
2•arto•1h ago•1 comments

Moving away from AWS lambda/SQS/SNS/Aurora, worth it?

2•edweis•1h ago•0 comments

Show HN: Nano-banana – Professional AI image enhancement tool

https://imageenhance.pro/nano-banana
1•dahuangf•1h ago•0 comments

Zero-back end form handling for Jamstack sites with Google Sheets integration

https://devapt.com/formeasy
1•wahvinci•1h ago•0 comments