frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Negatives of Coding with AI

https://kushgoyal.com/negatives-of-coding-with-ai/
3•zaphodq42•3h ago

Comments

leakycap•3h ago
> People were talking about making programming as basic as mathematics and English, but now vibing seems to be the norm.

I think there were similar upsets in mathematics when the calculator and graphing calculator became the norm. For English, I imagine everything from typewriters to automatic grammar tools have felt revolutionary compared to what was important in the past.

> vibing seems to be the norm

I know enough coding that "vibe coding" wasn't something I ever tried/spent time doing.

However, a friend recently stayed in my guest room and used the TV in my office as a monitor. He had time to kill between jobs/housing and using only free AI, he learned how to use Godot enough to get a grip on how the various elements worked and built a working game that would have passed as high-end shareware in the late 1990s.

I was shocked. The guy had nothing but an idea and no prior experience AT ALL in coding or graphics, he just had played a ton of games and had a detailed idea of what he wanted. Copilot ran him in circles now and then, but like any troubleshooting, he found a way to make it work (often copy/pasting between AIs to get one AI's bad code fixed by another).

I could never trust a codebase without reviewing it, but he didn't care. He just made it work.

And what was created in a week by a total newbie would have taken me a month or more if I'd tried to do it by hand. My decades of experience & tricks of the trade do not hold a candle to what AI can accomplish.

Time is the most valuable resource we must manage as humans. So what choice am I making if I keep on the slow/hand-made path?

zaphodq42•1h ago
Slow hand made path is required in programming because you are programming a machine to do the computation multiple times. Some programs might run for decades and do the same computation billions of times. So what it took a while to write the program! It is worth it to make sure it is right.

Sure, you can vibe code an MVP. But then let’s limit it at that.

mnky9800n•3h ago
I thnk of it like this. I am a computational scientist. I have a new idea, I have claude code churn on this idea for some days, making plots of data, doing random things with it, plotting it, modeling it, etc. This leads to some thoughts about the data as to whether it is worth pursuing or not. This reduces that initial idea exploration from weeks to days. Then when I come upon an idea about the data, I start over. This time I build the analysis myself, the analysis has less overall to do because of the claude exploration. Also, because I have had claude interacting with the data, I can ask it some questions like, which column out of 1000+ columns and tables is the one with X variable? Or I can say to claude, go download the PDFs of a bunch of papers I want to read on the topic, and it might even suggest others. I do think that if people think they will orchestrate AI to do complex scientific endeavors for them, it is not going to work unless it is really a specific thing to do. But the truth is, this is the point of the last iteration of new software, instead of writing software, you write neural networks to solve the problem. And so, if you want to detect some event in some data, the old way is to write a custom algorithm, the new way is to pull a trained neural network off the shelf to find it for you (or train one yourself), and the new new way is to convince an AI agent to do it for you. And so I think that ultimately, there are likely lots of tasks AI agents are going to be happy to do for you, but there are a great deal many, at least from a science point of view, that will be sort of meaningless if the AI does it, because the act of doing it is what builds the scientific meaning. It's a mixed bag. I am both very bullish on AI in the future and rather pessimistic about AI today.
zaphodq42•46m ago
Using Claude to do exploration and research is good only for a while. Soon AI slop will take over the real human research. It will be a super expensive task to find out mistakes in AI research. I am worried about AI being trained on AI slop recursively.
beardyw•3h ago
> Hard to release new languages and frameworks. Now seeding would be needed. Teaching the LLMs about new language and frameworks would require upfront effort from the creators.

This is a very interesting point. I suspect AI will indirectly hinder progress more as time goes on. Doing something new will not be worth this additional cost.

US PC shipments hit the buffers as tariffs take their toll

https://www.theregister.com/2025/10/09/us_pc_shipments_flat_trump_tarriffs/
1•rntn•27s ago•0 comments

N.Y. Court Holds: SEC. 230 and First Amendment Protect Algorithmic Recs

https://www.cahill.com/publications/client-alerts/2025-10-07-ny-appellate-court-holds-that-sectio...
1•reliabilityguy•3m ago•1 comments

AI CLI/MCP about to hit 10k on NPM goes OPEN-SOURCE

https://www.faf.one/blog/v3-launch
1•wolfejam•3m ago•1 comments

Predatory monetization schemes in video games and internet gaming disorder

https://www.researchgate.net/publication/325479259_Predatory_monetization_features_in_video_games...
1•redbell•4m ago•1 comments

Comparison of Brain and Neuropil Size Between Social and Non-Social Spiders

https://onlinelibrary.wiley.com/doi/10.1111/1749-4877.13033
1•PaulHoule•5m ago•0 comments

April 2025 Blackout Report

https://www.entsoe.eu/publications/blackout/28-april-2025-iberian-blackout/
1•yuppiepuppie•7m ago•0 comments

What concessions did Israel, Hamas make to reach hostage-ceasefire deal in Gaza?

https://www.jpost.com/israel-news/article-869898
1•7402•7m ago•0 comments

Show HN: RAG on Docker Model Runner

https://github.com/dilolabs/nosia
2•tontoncyber•8m ago•0 comments

Drawing.garden

https://drawing.garden
2•surprisetalk•9m ago•0 comments

Why Reactive Programming Hasn't Taken Off in Python -How Signals Can Change That

https://bui.app/why-reactive-programming-hasnt-taken-off-in-python-and-how-signals-can-change-that/
1•rbanffy•11m ago•0 comments

The AI valuation bubble is now getting silly

https://www.theguardian.com/technology/nils-pratley-on-finance/2025/oct/08/the-ai-valuation-bubbl...
3•jakubmazanec•13m ago•1 comments

Experiments with AI Adblock

https://notes.npilk.com/experiments-with-ai-adblock
1•npilk•14m ago•0 comments

Show HN: In-Context Index for In-Context Retrieval

https://github.com/VectifyAI/pageindex-mcp
3•mingtianzhang•16m ago•0 comments

Google Changes AI Health Policy After Employee Backlash

https://www.businessinsider.com/google-ai-health-tool-opt-in-risk-losing-benefits-2025-10
2•walterbell•16m ago•0 comments

PgEdge Enterprise Postgres and Full Commitment to Open Source

https://www.pgedge.com/blog/introducing-pgedge-enterprise-postgres-and-full-commitment-to-open-so...
1•pgedge_postgres•17m ago•0 comments

Air: A Pioneering AI-First Python Web Framework – Audrey.feldroy.com

https://audrey.feldroy.com/articles/2025-10-06-air-pioneering-ai-first-python-web-framework
1•rbanffy•22m ago•0 comments

Elon Musk's security clearances will be made public due to his own X posts

https://arstechnica.com/tech-policy/2025/10/musks-x-posts-on-ketamine-putin-spur-release-of-his-s...
3•duxup•22m ago•1 comments

Why doesn't anything work anymore?

https://rodriguezcommaj.com/blog/why-doesnt-anything-work-anymore/
2•FromTheArchives•22m ago•2 comments

Python 3.14 Is Here. How Fast Is It? – Miguelgrinberg.com

https://blog.miguelgrinberg.com/post/python-3-14-is-here-how-fast-is-it
3•rbanffy•23m ago•0 comments

The Purring Test

https://www.ted.com/games/the-purring-test
1•downboots•24m ago•0 comments

Goiaba: An experimental Go compiler, written in Rust

https://github.com/raphamorim/goiaba
2•SchwKatze•24m ago•0 comments

Did you know that there is an HTML tables API?

https://christianheilmann.com/2025/10/08/abandonware-of-the-web-do-you-know-that-there-is-an-html...
2•eustoria•27m ago•0 comments

Career Pivot from Coding

1•mightbeawhile•27m ago•0 comments

Let 2 AI LLMs talk to each other via OpenAI compatible API endpoints

https://github.com/hugalafutro/llm-convo
1•mooreds•28m ago•0 comments

VSM is a tiny, idiomatic Ruby runtime for building agentic systems

https://github.com/sublayerapp/vsm
1•mooreds•28m ago•0 comments

Show HN: I built a Destiny Matrix calculator based on numerology and astrology

https://arcanacalculator.com/destiny-matrix-calculator
3•joker-1•29m ago•0 comments

Integrated Sensing and Communication (ISAC) Emerging Technology Initiative

https://isac.committees.comsoc.org/
1•teleforce•30m ago•0 comments

A blank website with just an em dash

https://emda.sh/
3•liquid99•31m ago•0 comments

Single Source of Truth – Generating ORM, REST, GQL, MCP and Tests from Pydantic

https://github.com/JamesonRGrieve/ServerFramework
1•JamesonRGrieve•31m ago•0 comments

Launch HN: Extend (YC W23) – Turn your messiest documents into data

https://www.extend.ai/
8•kbyatnal•32m ago•0 comments