Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Does Georgism work? Five years later (astralcodexten.com)
    43comments
  2. DeepSeek Elastic Compute (DSec) (arxiv.org)
    42comments
  3. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    166comments
  4. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    52comments
  5. Evolving programming languages in the AI era (dashbit.co)
    11comments
  6. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    23comments
  7. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org/yanndegat.tngl.sh)
    32comments
  8. Welcome to the Medical Clinic at the Interplanetary Relay Station (lightspeedmagazine.com)
    7comments
  9. Go Concurrency Distilled (antonz.org)
    4comments
  10. Turning GLM-5.3-Flash into a Jev-like decision model (privatemode.ai)
    7comments
  11. Fifteen years later, the Apple Cards origin story (lexontech.org)
    86comments
  12. Reverse-engineering the Intel 8087's tangent algorithm: more than CORDIC (righto.com)
    3comments
  13. HomeBody: A humanoid that explores, remembers, and acts on its own (stanford.edu)
    2comments
  14. How one Twitch chat message became code execution on a streamer’s PC (scrt.ch)
    10comments
  15. Promising discoveries about the potential for life on one of Saturn’s icy moons (fu-berlin.de)
    7comments
  16. ASML says it sold 'absolutely nothing' in Europe in 2026 (tomshardware.com)
    394comments
  17. Biology might not be quantum, but its math is quantumlike (quantamagazine.org)
    3comments
  18. LA Metro has some of the slowest escalators on Earth (basin.la)
    56comments
  19. The Evolution of Vending Machines (saturdayeveningpost.com)
    1comments
  20. Things You Notice Rewatching Ed, Edd N Eddy as an Adult (noxluneworld.com)
    1comments
  21. Modern Object Pascal Introduction for Programmers (castle-engine.io)
    59comments
  22. The Lost Atomic Update on Loongson CPU (jia.je)
    6comments
  23. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    132comments
  24. Generate fonts where every LLM token is the same width (mesh.host)
    6comments
  25. How to keep enjoying programming in a world of LLMs (haskell.org)
    208comments
  26. Reading’s Bayeux Tapestry (diamondgeezer.blogspot.com)
    1comments
  27. Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia (blog.priyan.in)
    38comments
  28. Dutch designer made DE9: Closer to the Edit into a playable web-based instrument (creativeboom.com)
    1comments
  29. Breaking Up with Google Play: Why Conversations Is Now Free (gultsch.de)
    250comments
  30. Palantir's Co-Founder Wants Us Less Judgmental About Deadly Iran School Strike (motherjones.com)
    8comments

Evolving programming languages in the AI era

24 pointsby 1d agodashbit.co
10 comments
14h agoHN ↗

This creates an interesting tension. Coding agents could dramatically reduce the cost of building an ecosystem while simultaneously weakening one of the forces that causes ecosystems to form in the first place.

This is deeply unintuitive but AI negates language specific ecosystems, while strengthening language agnostic ecosystems.

Pick whatever your favourite programming language is and its ecosystem. With AI someone can take your ecosystem and just port it to their language.

This means the only way you can protect your ecosystem is to play on all language fronts at the same time so porting the software to another language becomes a meaningless exercise.

1h agoHN ↗

I’m not sure. my read of this was that AI weakens human ecosystems in general because we don’t need to work together as much when we are all just working with AI separately, but maybe you have specific examples of language agnostic ecosystems in mind? I’m struggling to imagine what that would look like

39m agoHN ↗

maybe more like an ecosystem around a framework implemented in multiple language SDKs, here are two I use

https://adk.dev/

https://docs.dagger.io/reference/sdks

both can invoke modules written in other languages from your language of choice

Kubernetes is likely an interesting ecosystem to consider under this lens too

1h agoHN ↗

With AI someone can take your ecosystem and just port it to their language.

I don't think its that "just". Examples of porting we seen had some prerequisites: being self contained with very strong tests coverage, so AI could iterate N millions times and fix bugs in new implementation. Otherwise such porting could be very buggy and unmaintainable.

54m agoHN ↗

Don't all of "serious" programming languages meet that bar? Java, C#, Go, Python, etc all have enormous test suites. Once you get into the third party, things become much more uneven, but if you can restrict yourself to say the top N packages in a language, those are going to have better than average development practices which makes that plausible.

50m agoHN ↗

Once you get into the third party

year, that's usually what is referred as ecosystem.

59m agoHN ↗

Why even assume that the most optimal programming languages for agentic coding are the ones that humans use? Maybe operate on ASTs directly? Some other form of programming that humans would find hard but that is a good fit for LLMs?

45m agoHN ↗

Because human review is a serious bottleneck and optimizing something that isn't the bottleneck isn't helpful

8m agoHN ↗

AI still makes mistakes on code with a trillion billion examples, but let’s invent a DSL that only AI can read and hope for the best?

30m agoHN ↗

This is corporate/grifter blogspam and reading it in full is a symptom of extreme gullibleness.

The topic is interesting, the text is pure spam.

As usual with people whose primary goal is to make money.