frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Metasearch Tooling for Agents

1•chambertime•29s ago•0 comments

China's Z.ai claims it can match Mythos on cybersecurity

https://www.theverge.com/ai-artificial-intelligence/958804/chinas-z-ai-glm-52-mythos-cybersecurity
2•Brajeshwar•3m ago•0 comments

What LLMs are doing to conference programs

https://di.nmfay.com/llms-conference-programs
1•speckx•3m ago•0 comments

Android's earthquake warning system alerted 11 Million people in Venezuela

https://www.techradar.com/phones/android/google-says-androids-built-in-earthquake-warning-system-...
1•ck2•4m ago•0 comments

Show HN: MCP-compress-router – MCP Compressor

https://github.com/ameshkov/mcp-compress-router
1•ameshkov•5m ago•0 comments

Show HN: Create and Maintain Filesystem Structures for LLMs [v1.0.13 Out]

https://pypi.org/project/seed-cli/
1•hunterx•5m ago•0 comments

Amazon Is Awash with AI-Written Guideslop for Games That Aren't Even Out

https://kotaku.com/amazon-ai-game-guidebooks-alien-isolation-gears-of-war-2000711365
1•logickkk1•6m ago•0 comments

AI loops: who pays for the tokens?

https://www.jackfranklin.co.uk/blog/claude-code-ai-feedback-skill/
1•jackfranklin•6m ago•0 comments

11tyx5: Five Whitestone Foundation Sites, Eleventy, and the Long Open Web

https://www.adamdjbrett.com/blog/11tyx5-five-sites-long-web/
1•evolve2k•9m ago•0 comments

Is aerc better than neomutt now?

1•hardikxk•10m ago•0 comments

Dbrand cancels Companion Cube because it didn't ask Valve for permission

https://www.theverge.com/games/959056/dbrand-steam-machine-companion-cube-valve-take-down-canceled
1•minimaxir•10m ago•1 comments

Obfuscation: Building the final boss of cryptography (Part I)

https://vitalik.eth.limo/general/2026/06/29/obfuscation1.html
1•fbrusch•10m ago•0 comments

The Truth about Space Data Centers (IEEE Spectrum Magazine)

https://www.youtube.com/watch?v=_qpdUNMt2yg
1•mudil•11m ago•0 comments

Floating Point: The Origin Story

https://thechipletter.substack.com/p/floating-point-the-origin-story
1•rbanffy•12m ago•0 comments

South Korea announces more than $1T AI, chip investment drive

https://www.aljazeera.com/news/2026/6/29/south-korea-announces-more-than-1-trillion-ai-chip-inves...
3•mgh2•14m ago•0 comments

The Laziest Generation

https://idiallo.com/blog/the-laziest-generation
2•firefoxd•16m ago•0 comments

A deep dive into SmallVector:push_back

https://maskray.me/blog/2026-06-27-a-deep-dive-into-smallvector-push-back
2•mariuz•16m ago•0 comments

The Radiation Exposure Lie

https://worksinprogress.co/issue/how-to-lie-about-radiation/
3•duffydotsvg•18m ago•0 comments

What Do You Do When You Lose Gigantic Megalodon Shark Vertebrae?

https://nautil.us/what-do-you-do-when-you-lose-gigantic-megalodon-shark-vertebrae-1282295
1•Brajeshwar•19m ago•0 comments

Ford rehires human engineers after AI fails to match quality checks

https://www.bbc.co.uk/news/articles/cgrkd41n2v9o
1•_ua_•19m ago•1 comments

Recognising and mitigating LLM Pollution in online behavioural research

https://www.nature.com/articles/s41467-026-74621-9
1•bookofjoe•20m ago•0 comments

Roanoke homeowner says Flock Device was installed on her property without notice

https://www.wsls.com/news/local/2026/06/22/roanoke-homeowner-says-a-flock-device-was-installed-on...
3•CharlesW•21m ago•0 comments

Bild Lilli Doll

https://en.wikipedia.org/wiki/Bild_Lilli_doll
1•doener•22m ago•0 comments

A New Gaming GPU Challenger: Bolt Graphics Takes Aim at Nvidia [video]

https://www.youtube.com/watch?v=-fZM9wOvbh0
3•scns•23m ago•0 comments

EU: We register if you are critical about us, and shot you out

https://europeanconservative.com/articles/news/dont-question-eu-values-brussels-influencer-plan-s...
3•monssooon•25m ago•3 comments

In San Francisco, Even $180k Tech Salaries Are No Longer Enough

https://www.nytimes.com/2026/06/29/technology/san-francisco-tech-salaries.html
5•tangled•25m ago•0 comments

Reserve Your WhatsApp Username

https://blog.whatsapp.com/its-time-to-reserve-your-whatsapp-username?_fb_noscript=1
1•pievalentin•26m ago•0 comments

Show HN: Toolnexus for .NET – MCP and agent skills as tools for any LLM

https://www.nuget.org/packages/Toolnexus/
1•muthuishere•27m ago•0 comments

Show HN: PDFx – a 2D canvas for multiple PDFs, stored inside a single PDF

https://github.com/alexandrosgounis/pdfx/
1•gounisalex•28m ago•0 comments

Ask HN: How do you use SAP in the AI age?

1•jotadambalakiri•30m ago•0 comments
Open in hackernews

Will AI keep us stuck in 2020 architectures?

https://sagenschneider.blogspot.com/2026/06/will-ai-keep-us-stuck-in-2020.html
3•sagenschneider•1h ago

Comments

re-thc•1h ago
No.

Just create your own guardrails. Lint rules. Hooks. Whatever. AI also keeps training on newer data. We move on.

sagenschneider•1h ago
And how many projects are actually doing this?

And if they are, how many are keeping this up to date?

re-thc•1h ago
> And how many projects are actually doing this?

How many are following any best practices? Whose problem is that? Not AI.

> And if they are, how many are keeping this up to date?

And how many projects use the latest Spring (mentioned in the article)?

Don't blame AI. Blame the humans.

sagenschneider•55m ago
And it's this output of humans that we are further training AI on. Will this progress things, or will it just keep us regurgitating 2020 code patterns?
tmanchester•51m ago
I don't think so, at least not if you're using agents smartly for software engineering and not just firing prompts off. There's the default way agents build stuff, but they're very steerable and it's easy, with hard rules (like linting) and soft rules (like skills and AGENTS.md), to guide them to actually make half decent software architectures however you like.
sagenschneider•36m ago
Agreed. AGENTS.md and skills are the documentation level from the linked post that hands AI the context its training lacks.

However, this only works if you know a better architecture exists. Most won't and they'll use the "defaults". And these defaults is what the next model trains on. Individually you can steer, but I'm concerned it won't be enough to steer the critical mass of the training data.