New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Permanent Struggle for Liberty (2019)(news.mit.edu ↗)
    discuss
  2. FoxSchema: Database schema diff and migration tool(github.com/tedious-code ↗)
    discuss
  3. We know what a world without work looks like(asteriskmag.substack.com ↗)
    discuss
  4. Dream-RSI: Recursive Self-Improvement Through Evolving Worlds(huggingface.co ↗)
    discuss
  5. TileDB Rebrands as Tile.ai(tile.ai ↗)
    discuss
  6. Apple Copland D11E4 booting in your Browser(pagetable.com ↗)
    discuss
  7. Combinators and the Story of Computation (2025)(wolframinstitute.org ↗)
    discuss
  8. Show HN: Zoom Meeting for Agent Sessions(sharednet.ai ↗)
    discuss
  9. The state of AI in 2026 [pdf](visualcapitalist.com ↗)
    discuss
  10. The mascots, design and visual history of Wikipedia(itsnicethat.com ↗)
    discuss
  11. Heather Cox Richardson(wikipedia.org ↗)
    1comments
  12. How and Why We Bought 4x DGX Sparks(alexellis.io ↗)
    discuss
  13. Show HN: Ctxwitch – Git tells you what changed; this tells you what it'll do(github.com/ctxwitch ↗)
    discuss
  14. The Frontier Act Is Congress' Best AI Regulation Bill Yet(thefai.org ↗)
    discuss
  15. Switched to Claude Code's open-source rival, stopped worrying about rate limits(xda-developers.com ↗)
    discuss
  16. Show HN: Ori, an agentic runtime for infrastructure that must ask before it acts(github.com/ori-platform ↗)
    discuss
  17. BBC Operations Dealt with 9/11 [correct URL](archive.org ↗)
    1comments
  18. Mojo 1.0 and the Open Road Ahead [video](youtube.com ↗)
    discuss
  19. Be the first human to review your own code(abhinavr.me ↗)
    discuss
  20. Reddit co-founder says tech industry has been 'tone deaf' in explaining AI(cnbc.com ↗)
    discuss
  21. An LLM from First Principles(twitter.com/ryanvogel ↗)
    discuss
  22. Arch-Based Omarchy 4.0.4 Makes Its Custom Linux Kernel the Default(linuxiac.com ↗)
    discuss
  23. Is There Alien Debris on the Moon? Some Scientists Plan to Find Out.(nytimes.com ↗)
    1comments
  24. How BBC Operations dealt with 9/11(bbc.co.uk ↗)
    3comments
  25. Why shared-database multi-tenancy isn't the compromise it looks like(medium.com/walexy85 ↗)
    discuss
  26. AI Agent Vercel Eve Web Interface = Amazing(medium.com/daniel-payne-keldan-systems ↗)
    discuss
  27. Replacing Pull Requests with Delta(zed.dev ↗)
    discuss
  28. Garda whistleblower unit members allege reforms undermined(rte.ie ↗)
    discuss
  29. Completing the banking stack: stablecoins, card issuing, multicurrency(column.com ↗)
    discuss
  30. SpartanX Solar lousy customer service
    discuss

Can an Agent Port a Codebase?

1 pointsby 1h agothekevinscott.com
2 comments
1h agoHN ↗

Author here. I ran 40 ports of my codebase (Python to TypeScript and back). I accidentally left pycache in the sandbox, which the agents used to decompile the bytecode and reverse-engineer the tests I'd withheld - so half the results went in the bin, along with anything about the effect of tests on port quality.

I learned cheating is hard to stop. I didn't answer whether the ports are faithful - more on that in the article.

Also have reproducible research repo here: https://github.com/thekevinscott/ports-research

1h agoHN ↗

This is what my Claude and Codex worked on for me. There’s a report called Tesla Made that’s really impressive but quite heavy. I needed a tool that could even run on my small Raspberry Pi zero 2, so I gave AI access to Tesla Made and asked it to create a completely different project using the same code base but in a different language Golang. And it did. I’ve now been using this new tool for 5 months and it’s working well.