frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Servo 0.0.1 Release

https://servo.org/blog/2025/10/20/servo-0.0.1-release/
1•Bogdanp•52s ago•0 comments

Intel's 80386 turned 40 this week

https://www.tomshardware.com/tech-industry/semiconductors/intel-386-at-40
2•giuliomagnifico•1m ago•0 comments

Meme Replicator

https://meme-replicator.oliverpartridge.workers.dev/
1•sainte-victoire•2m ago•0 comments

Durable Background Execution with Go and SQLite

https://threedots.tech/post/sqlite-durable-execution/
1•roblaszczak•5m ago•0 comments

Show HN: AI One Health – Connecting technologists with health professionals

https://ai-onehealth.com
2•ai-onehealth•6m ago•0 comments

GoFundMe created 1.4M donation pages for nonprofits; organizations had no clue

https://abc7news.com/post/gofundme-created-14-million-donation-pages-nonprofits-bay-area-organiza...
3•debo_•8m ago•0 comments

Deep Dive with Tabsdata: What Are Tabsdata Tables

https://tabsdata.com/blog/deep-dive-with-tabsdata-what-are-tabsdata-tables
1•teleforce•8m ago•0 comments

This isn't the future I want [video]

https://www.youtube.com/watch?v=sVndc7yxp9c
1•EPendragon•8m ago•0 comments

Amazon Web Services Outage Hits Major Sites and Apps

https://www.wsj.com/tech/amazon-web-services-internet-outage-728806dc
1•fortran77•9m ago•1 comments

Rethinking Async Loops in JavaScript

https://allthingssmitty.com/2025/10/20/rethinking-async-loops-in-javascript/
2•AllThingsSmitty•10m ago•0 comments

Flink Watermarks WTF?

https://flink-watermarks.wtf
1•rmoff•11m ago•1 comments

Tutorial: Image Editing with Midjourney and Nano-Banana

https://gbti.network/member-tutorials/image-editing-with-midjourney-and-nano-banana/
2•atwellpub•12m ago•0 comments

Katamari Is Back and Better

https://www.animenewsnetwork.com/convention/2025/tokyo-game-show/katamari-is-back-and-better-than...
1•PaulHoule•14m ago•0 comments

Kafka Crash Course: Hands-On Project [video]

https://www.youtube.com/watch?v=B7CwU_tNYIE
1•teleforce•18m ago•0 comments

Blindness cured with 'revolutionary' bionic chip

https://www.telegraph.co.uk/news/2025/10/20/blindness-bionic-chip-moorfields-hospital-sight/
2•voxleone•18m ago•0 comments

Google adds trusted recovery contacts

https://www.theregister.com/2025/10/16/google_gmail_trusted_contacts/
1•throw7•19m ago•0 comments

A Practical Terminal-Based Development Environment

https://webdev-sb.blogspot.com/2025/10/a-practical-terminal-based-development.html
1•typesafeJ•19m ago•0 comments

Startup Simulator

https://startupsimulator.com
6•whb101•22m ago•0 comments

Recursive Type Definitions in Rust

https://nickdrozd.github.io/2025/10/18/recursive-type-definitions-in-rust.html
1•nickdrozd•24m ago•0 comments

Don Manuel, the 104-year-old chess player

https://www.theguardian.com/world/2025/oct/20/worlds-oldest-chess-player-104-years-manuel-alvarez
1•akbarnama•26m ago•0 comments

After the Beatles – 1

https://medium.com/luminasticity/after-the-beatles-1-a5410f31c96b
1•bryanrasmussen•27m ago•0 comments

Servo v0.0.1 Released

https://github.com/servo/servo
9•undeveloper•29m ago•0 comments

Ask HN: Why is Bowker's monopoly on ISBNs in the USA legal?

5•blindprogrammer•30m ago•0 comments

Your words are not your own.

https://buildingalone.substack.com/p/your-words
1•thinkingemote•30m ago•0 comments

Reinforcement Learning for Law

https://lexifina.com/blog/reinforcement-learning-for-law
2•alansaber•35m ago•0 comments

Show HN: Logic, Inc. – Automate human-in-the-loop fuzzy decisions

https://logic.inc/
1•sgk284•37m ago•0 comments

The Green Cosmos: Gerard O'Neill's Post-Political Space Utopia

https://citedpodcast.com/2025/09/09/the-green-cosmos-gerard-oneills-space-utopia/
2•zeristor•41m ago•0 comments

A Mother's Moonshot

https://www.gsb.stanford.edu/experience/news-history/mothers-moonshot
1•alexcos•43m ago•0 comments

Apple Review #17: Red Delicious Double Feature

https://terribleminds.com/ramble/2025/10/17/apple-review-17-red-delicious-double-feature/
1•NaOH•46m ago•0 comments

Httpx vs. Aiohttp

https://miguel-mendez-ai.com/2024/10/20/aiohttp-vs-httpx
2•mfbx9da4•47m ago•0 comments
Open in hackernews

AI Coding Tools Not Paying Off? Your Code Architecture Might Be to Blame

https://jellyfish.co/blog/ai-coding-tools-not-paying-off-your-code-architecture-might-be-to-blame/
2•casca•3h ago

Comments

davydm•3h ago
Another variant of "you're holding it wrong" which attempts to cover up a real and serious issue with ai codegen: it's simply not reliable at producing good code, which is completely understandable when we think about it as what it IS (a token predictor) vs what we WISH it to be - an intelligent entity which understands the domain it's in and is able to contribute meaningfully to the codebase.

Yes, your ai codegen agent may occasionally produce "good enough" code, but it will always require validation by a designer who understands the domain, the tooling, and the requirements. At least, it will always display this behavior as long as we're using the current mechanisms to train and execute. This is why LLMs will never reach sentience, why smarter people are quietly working on AGI differently from the ai grifters who are, in most likelihood, simply going to precipitate the next bubble-burst, as soon as the reacharounds between all these companies reaches critical mass and can no longer be supported by the previously-gullible masses.

We should also all be wary of companies aiming to shift the blame for their design failures onto the user.