New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Aplexica – resume a Claude Code conversation in Codex, and back(github.com/aplexica ↗)
    discuss
  2. BurpSqueezer – Turn Burp Suite XML Dumps into Compact LLM-Ready Markdown(github.com/vaginskii ↗)
    1comments
  3. WordPress Studio Is Now Agentic(wordpress.com ↗)
    discuss
  4. Voila: Ship Web Apps Straight from Your LLM Agent(voila.build ↗)
    1comments
  5. Show HN: Swift-Qwen3.8-27B, -58.3% thinking, x1.95 speed, accuracy of xhigh(huggingface.co ↗)
    discuss
  6. Why Mechanical Sympathy? (2011)(mechanical-sympathy.blogspot.com ↗)
    discuss
  7. CobbleDB: Perplexity developed storage engine using 2 engineers(perplexity.ai ↗)
    discuss
  8. Survival Guide for a Censored Internet(akitaonrails.com ↗)
    discuss
  9. The Narrow Corridor — The Permanent Struggle for Liberty (2019)(news.mit.edu ↗)
    discuss
  10. FoxSchema: Database schema diff and migration tool(github.com/tedious-code ↗)
    discuss
  11. We know what a world without work looks like(asteriskmag.substack.com ↗)
    discuss
  12. Dream-RSI: Recursive Self-Improvement Through Evolving Worlds(huggingface.co ↗)
    discuss
  13. TileDB Rebrands as Tile.ai(tile.ai ↗)
    discuss
  14. Apple Copland D11E4 booting in your Browser(pagetable.com ↗)
    discuss
  15. Combinators and the Story of Computation (2025)(wolframinstitute.org ↗)
    discuss
  16. Show HN: Zoom Meeting for Agent Sessions(sharednet.ai ↗)
    discuss
  17. The state of AI in 2026 [pdf](visualcapitalist.com ↗)
    discuss
  18. The mascots, design and visual history of Wikipedia(itsnicethat.com ↗)
    discuss
  19. Heather Cox Richardson(wikipedia.org ↗)
    1comments
  20. How and Why We Bought 4x DGX Sparks(alexellis.io ↗)
    discuss
  21. Show HN: Ctxwitch – Git tells you what changed; this tells you what it'll do(github.com/ctxwitch ↗)
    discuss
  22. The Frontier Act Is Congress' Best AI Regulation Bill Yet(thefai.org ↗)
    1comments
  23. Switched to Claude Code's open-source rival, stopped worrying about rate limits(xda-developers.com ↗)
    discuss
  24. Show HN: Ori, an agentic runtime for infrastructure that must ask before it acts(github.com/ori-platform ↗)
    discuss
  25. BBC Operations Dealt with 9/11 [correct URL](archive.org ↗)
    1comments
  26. Mojo 1.0 and the Open Road Ahead [video](youtube.com ↗)
    discuss
  27. Be the first human to review your own code(abhinavr.me ↗)
    discuss
  28. Reddit co-founder says tech industry has been 'tone deaf' in explaining AI(cnbc.com ↗)
    discuss
  29. An LLM from First Principles(twitter.com/ryanvogel ↗)
    discuss
  30. Arch-Based Omarchy 4.0.4 Makes Its Custom Linux Kernel the Default(linuxiac.com ↗)
    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.