frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Would You Work '996'? The Hustle Culture Trend Is Taking Hold in Silicon Valley

https://www.nytimes.com/2025/09/28/business/996-hustle-culture-tech.html
2•quux•4m ago•1 comments

Not only am I losing my livelihood to AI – now it's stealing my em dashes too

https://www.theguardian.com/lifeandstyle/2025/oct/01/artificial-intelligence-em-dashes-ai-stealin...
3•Freak_NL•4m ago•0 comments

Apple adds iPhones to Friday Night Baseball coverage

https://sixcolors.com/post/2025/09/apple-adds-iphones-to-friday-night-baseball-coverage/
1•tosh•5m ago•0 comments

Dietary fiber intake and all-cause mortality

https://pubmed.ncbi.nlm.nih.gov/38011755/
1•brandonb•6m ago•0 comments

Behind y-s2: serverless multiplayer rooms

https://s2.dev/blog/durable-yjs-rooms
1•Bogdanp•6m ago•0 comments

Genomic analyses of hair from Ludwig van Beethoven

https://www.cell.com/current-biology/fulltext/S0960-9822(23)00181-1
1•petercooper•6m ago•0 comments

The New Neighborhood Watch

https://www.newinternet.tech/p/the-great-privatization-of-daily
1•jeffmorrisjr•7m ago•0 comments

Warnings about Cisco vulns under active exploit are falling on deaf ears

https://www.theregister.com/2025/09/30/cisco_firewall_vulns/
4•rntn•7m ago•0 comments

They were lost in the wild and on the verge of death. This is how they survived

https://www.theguardian.com/travel/ng-interactive/2025/sep/30/wilderness-survival-search-rescue
1•bell-cot•7m ago•0 comments

Show HN: Document extraction with human feedback loop

1•sails•7m ago•0 comments

Introducing Sora 2 [video]

https://www.youtube.com/watch?v=gzneGhpXwjU
3•skilled•8m ago•0 comments

AI Pollution – Welcome to the Age of a Thousand Clippies

https://uberpub.com/posts/welcome-to-the-age-of-a-thousand-clippies
1•pcbmaker20•8m ago•0 comments

'Chinese room' philosopher John Searle dies

https://www.semafor.com/article/09/30/2025/chinese-room-philosopher-john-searle-dies
4•dredmorbius•8m ago•0 comments

Earth was born dry until a cosmic collision made it a blue planet

https://www.sciencedaily.com/releases/2025/09/250928095654.htm
2•amichail•9m ago•0 comments

Hyperrealist Datacenters and Potemkin McRibs

https://exple.tive.org/blarg/2025/09/25/hyperrealist-datacenters-and-potemkin-mcribs/
1•curtisblaine•9m ago•0 comments

Mathematics and Human Activities

https://en.wikipedia.org/wiki/Mathematics,_Form_and_Function
1•o4c•9m ago•0 comments

Claude 4.5 Sonnet just refactored my codebase in one call

1•freakynit•11m ago•0 comments

A Cytochrome P450 Facilitates Polyethylene Metabolism in a Microbial Community

https://www.mdpi.com/1422-0067/26/18/8775
2•PaulHoule•11m ago•0 comments

Resend to RSS, or when a friend wants RSS instead of an email

https://github.com/desplega-ai/rss
1•tarasyarema•11m ago•1 comments

Bayesian Agent Grid World

https://github.com/gfrmin/bayesian-agent
1•slygent•13m ago•1 comments

Show HN: VisionCompass – Minimalistic Task Manager

https://github.com/DmytroGio/Vision-Compass
1•DmytroGio•13m ago•0 comments

Stripe and Bridge announce a new platform to launch your own stablecoin

https://stripe.com/blog/introducing-open-issuance-from-bridge
1•krrishd•13m ago•1 comments

Methane Clathrate

https://en.wikipedia.org/wiki/Methane_clathrate
2•yunruse•16m ago•1 comments

Meta Is Said to Acquire Chips Startup Rivos to Push AI Effort

https://www.bloomberg.com/news/articles/2025-09-30/meta-is-said-to-acquire-chips-startup-rivos-to...
4•fork-bomber•17m ago•0 comments

Amazon announces new Kindle Scribes, including one with a color screen

https://www.theverge.com/news/788289/amazon-kindle-scribe-e-ink-digital-notepad-stylus
4•thimabi•18m ago•0 comments

Parents are bringing back the landline

https://www.washingtonpost.com/lifestyle/2025/09/30/the-landline-is-back/
1•7402•19m ago•1 comments

John Milton, Eric Weinstein, and the Battle for the Marketplace of Ideas

https://thedailyeconomy.org/article/john-milton-eric-weinstein-and-the-battle-for-the-marketplace...
1•bryanrasmussen•19m ago•0 comments

The Dismantling of the Forest Service

https://www.hcn.org/articles/trump-looks-to-dismantle-the-forest-service/
6•bikenaga•19m ago•0 comments

Sensenmann: Code Deletion at Scale

https://testing.googleblog.com/2023/04/sensenmann-code-deletion-at-scale.html
1•bmacho•21m ago•0 comments

Boeing Has Started Working on a 737 MAX Replacement

https://www.msn.com/en-us/money/general/boeing-has-started-working-on-a-737-max-replacement/ar-AA...
1•busymom0•22m ago•0 comments
Open in hackernews

AI will happily design the wrong thing for you

https://www.antonsten.com/articles/ai-will-happily-design-the-wrong-thing-for-you/
57•zdw•1h ago

Comments

onion2k•47m ago
You can spot AI-generated work from a mile away because it lacks the intentional decisions that make products feel right.

You definitely can where someone has just vibe coded a thing in a weekend. When someone has actually taken a lot of care to use AI to build something well, using many iterations of small steps to create code that's basically what they'd have written themselves and to integrate good UX driven by industry-standard libraries (e.g. shadcn, daisy), then it looks pretty much exactly like any other MVP app... because that's what it is.

jcims•42m ago
Agree generally, but in my experience AI generated code tends to have more gold-plating than hand spun code (likely due to the substantially lowered cost of generating it)

Also generated comments tend to explain how/what vs why, which is usually what I want to know.

onion2k•38m ago
AI generated code tends to have more gold-plating than hand spun code

It does if you let the AI generate lots of code at once. If you take small steps and build iteratively telling it what to do (following a plan that the AI generated if you want to) then it doesn't.

This isn't revelatory though. It's exactly the same as a developer would do - if you give a person a vague idea about what they should make and just leave them to get on with it they'll come back with something that does things you didn't want too.

dotancohen•24m ago
What is gold plating in this context? Checking the miriad of corner cases at the top of a function? Actually writing the doc comments? Actually writing the tests and documentation? Good git commit messages?
observationist•24m ago
You can also tell the difference between a skillfully crafted table and kit furniture from Ikea. Both may perform technically equally as well, and there are some fantastic examples where Ikea furniture has served as the base for a beautifully crafted piece of art. There's a similar phenomenon happening here - you can use AI to code things, but the craft of it still requires the thoughtful and careful application of domain specific knowledge.

AI can even get there, if guided by someone who knows what they're doing. We need more tutorials on how to guide AI, just like tutorials for photoshop used to walk amateurs through producing excellent logos, designs, and graphics. A whole generation of photoshop users learned to master the tools by following and sharing cookie cutter level instructions, then learning to generalize.

We should see the same thing happen with AI, except I think the capabilities will exceed the relevance of instructions too fast for any domain skills to matter.

If AI coding stagnates and hits a plateau for a couple years, then we'll see human skill differentiate uses of the tool in a pragmatic way, and a profusion of those types of tutorials. We're still seeing an acceleration of capabilities, though, with faster, better models with more capabilities appearing more frequently, ~every 3-4 months.

At some point there will be a practical limit to release schedules, with resource constraints on both human and compute sides, and there will be more "incremental" updates, comparable to what Grok is already doing with multiple weekly incremental updates on the backend, and 4-5 major updates throughout the year.

Heck, maybe at some point we'll have a reasonable way of calibrating these capabilities improvements and understanding what progress means relative to human skills.

Anyway - a vast majority of AI code feels very "cheap Ikea" at this point, with only a few standouts from people who already knew what they were doing.

lordnacho•33m ago
For all the praise I give to Claude, I still use it as a fast version of what I would do myself:

- Looking at compiler errors and fixing them. Looking at program output and fixing errors.

- Looking for documentation on the internet. This used to be a skill in itself: Do I need the reference work (language spec), a stackoverflow, or an article?

- Typing out changes quickly. This goes a little bit deeper than just typing or using traditional "change all instances of this name"-tools, but its essence is that to edit a program, you often have to make a bunch of changes to different documents that preserver referential integrity.

All these things can be amazingly faster due to the agent being able to mix the three legs.

However, it doesn't save you from knowing what needs to be done. If you couldn't in principle type out the whole thing yourself, AI will not help you much. It's very good at confidently suggesting the wrong path and taking you there. It also makes bad choices that you can spot as it is writing out changes, and it's useful to just tell it "hey why'd you do that?" as it writes things. If you don't keep it in line, it veers off.

The benefit for me is the level of thinking it allows me. If I'm working on a high-level change, and I write a low-level bug, I will have to use my attention on figuring this out before coming back to my original context. The window of time during the day where I can attempt a series of low-level edits that satisfy a high-level objective is narrow. With AI, I can steer the AI when I'm doing other things. I can do it late at night, or when I'm on a call. I'm also not stuck "between save points" since I can always make AI finish off whatever it was doing.

jotux•14m ago
>I still use it as a fast version of what I would do myself

This is how I use AI coding tools, but I've internally described it to myself as, "Use the tool to write code only when I am certain of what the expected output should be."

If there is something that needs to be done and some reasoning is required, I just do it myself.

giancarlostoro•9m ago
As will Stack Overflow code if you don't actually research before blindly pasting "solutions" from there. It's just a higher chance of being an issue with LLMs. Always treat an LLM like a Junior, and if you don't think you can maintain the code without the LLM, you shouldn't accept the solution. Don't cut corners for speed.