frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

48000 Samsung workers ready to strike

https://www.engadget.com/2177466/samsung-strike-union-workers-korea/
1•lccerina•2m ago•1 comments

Solar cells on vehicles can take the pressure off the grid in Europe

https://www.ise.fraunhofer.de/en/press-media/press-releases/2026/solar-cells-on-vehicles-can-take...
1•doener•3m ago•0 comments

Show HN: IResearch – C++ search that beat Lucene and Tantivy on their benchmark

https://github.com/serenedb/serenedb/tree/main/libs/iresearch
1•gnusi•4m ago•1 comments

The Cyber Reality States Don't Want to Admit

https://arunninghacker.substack.com/p/the-cyber-reality-states-dont-want
1•weeha•5m ago•1 comments

ConverterToMarkdown – Convert Docx/PDF/XLSX/HTML to Markdown In-Browser

https://convertertomarkdown.com
1•FValero•5m ago•0 comments

WordPress Migration in 2026 (from A to Z guide)

https://focusreactive.com/blog/wordpress-migration/
1•katyadrozd•7m ago•0 comments

Infrawise – Give Claude Code real infrastructure context via MCP

https://www.npmjs.com/package/infrawise
1•sidd-2704•8m ago•0 comments

"Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

https://cosmiciron.github.io/layoutmaster/exclusion-assembly.html
1•zhxiaoliang•8m ago•1 comments

Tarotui – A tarot reading experience in the terminal

https://github.com/Tsukeruu/tarotui
1•bart__1•9m ago•0 comments

Love is to be invested in someone's continual expansion

https://www.henrikkarlsson.xyz/p/love-and-change
1•jger15•11m ago•0 comments

UniFi Network 10.4

https://blog.ui.com/article/introducing-unifi-network-10-4
1•janandonly•13m ago•0 comments

Open-source energy system model for the ENTSOE Ten-Year Network Development Plan

https://open-tyndp.openenergytransition.org/
1•lyoncy•19m ago•0 comments

Learnings from 100K lines of Rust with AI (2025)

https://zfhuang99.github.io/rust/claude%20code/codex/contracts/spec-driven%20development/2025/12/...
5•pramodbiligiri•21m ago•0 comments

Google Just Killed Search as We Know It

https://www.thestateofbrand.com/news/google-just-killed-search-as-we-know-it
1•taubek•22m ago•1 comments

Artist with no technical experience stumbles upon the next generation of LLMs

1•itakechops•26m ago•0 comments

Carbon: open-source DNA foundation models with training code and data pipeline

https://huggingface.co/spaces/HuggingFaceBio/carbon-demo
1•victormustar•27m ago•0 comments

Cities: Skylines Uses a Stock-Market Analogy to Influence Gameplay

http://jkm.dev/posts/cities-skylines-trading-market/
2•birdculture•30m ago•0 comments

How Big Tech is harnessing the data of Indian factory workers to train robots

https://scroll.in/article/1092960/how-big-tech-is-harnessing-the-data-of-indian-factory-workers-t...
1•theletterf•31m ago•0 comments

Goodbye ChatGPT

https://alexieidingli.medium.com/goodbye-chatgpt-a60bcf6b7c5b
2•andsoitis•33m ago•1 comments

Bolt CEO let go of his HR team for creating problems that didn't exist

https://fortune.com/2026/05/19/bolt-ceo-ryan-breslow-cut-hr-department-causing-problems-fintech-s...
1•e2e4•35m ago•2 comments

Honeybee venom and melittin suppress growth in breast cancer (2020)

https://pubmed.ncbi.nlm.nih.gov/32923684/
1•blumomo•37m ago•0 comments

The Sky Heist

https://www.skyheist.me/
1•clivehays•47m ago•0 comments

Ask HN: How to make a mono-repo AI-Ready?

1•kasnaka•52m ago•1 comments

Velocipedia

https://www.gianlucagimini.it/portfolio-item/velocipedia/
2•vintagedave•54m ago•0 comments

PostgreSQL backup tool gets some backup of its own

https://www.theregister.com/databases/2026/05/20/postgresql-backup-tool-gets-some-backup-of-its-o...
3•jjgreen•58m ago•0 comments

Public have more fear than hope on AI and future of work, study finds

https://www.kcl.ac.uk/news/one-in-five-britons-think-ai-will-create-civil-unrest-study-finds
4•geox•59m ago•1 comments

Coding Slow Is Smooth, Coding Smooth Is Fast

https://daily.tinyprojects.dev/207
1•tinyprojects•1h ago•1 comments

Show HN: Kreuzberg Cloud – ultra fast content intelligence – in public beta

https://kreuzberg.dev
5•nhirschfeld•1h ago•4 comments

Show HN: Widget Cast – Video Widgets for Your iPhone and Apple Watch

3•kingofspain•1h ago•0 comments

Elevated radiation levels detected on Russian drone debris

https://unn.ua/en/news/elevated-radiation-levels-detected-on-russian-drone-debris-striking-elemen...
4•defly•1h ago•0 comments
Open in hackernews

Ask HN: How to make a mono-repo AI-Ready?

1•kasnaka•52m ago
The org is pushing for AI-readiness! We run a fairly large monorepo, part of that is a shared web-platform.

Our team is struggling with the inbound contributions to said web-platform from other teams seeing it as the perfect code to try out their new AI-tools on.

Our idea so far is that AI-Ready in this case is the same as Human-Ready. I.e. make the codebase understandable, structured, clean up any old patterns still lying around etc. With the additional of adding ClAUDE.md files describing correct patterns.

However, besides the "regular", look at shit and clean it, is there any tools, or smarter ways to make our codebase easier for other to contribute to given the new tools avaialable?

Comments

aqsa_sajjad•2m ago
AI-ready is mostly just “good engineering hygiene”, but with a much stronger penalty for ambiguity.

LLMs amplify whatever already exists in the repo:

-good patterns become reusable, -inconsistent patterns become chaos generators.