Remix.run Logo
peder 4 days ago

> tons of duplication that lead to whack-a-mole

The future is duplication. Code is no longer meant to be read by humans but by machines.

khazhoux 3 days ago | parent | next [-]

It’s not human readability I care about. The problem with duplicate code is that the agent will fix one instance, but leave the others buggy. Hilarity ensues.

peder 3 days ago | parent [-]

That doesn't happen with a proper test suite. Give guardrails and it's not an issue.

goatlover 3 days ago | parent | prev | next [-]

If that's true (I very much doubt it), then have the LLMs generate something like WASM binary and run that everywhere instead. No need for human readable languages. Or if LLMs are not that good at binary format, then some textual representation optimized for LLMs instead of humans that compiles to WASM, the JVM or Rust binary.

No need for multiple programming languages anymore. But again, doubt that happens.

trolleski 3 days ago | parent [-]

Let them. I want to see the faces of middle management when the machine stops doing 'beep', and starts making expensive sounds instead. ;)

discreteevent 4 days ago | parent | prev | next [-]

> Code is no longer meant to be read by humans but by machines.

That isn't true. Everyone knows it and you know it. So why would you make a statement like this? Does it make you feel like a "thought leader"? This isn't X or LinkedIn. Bulshitting here just makes you look like a fool.

accidc 4 days ago | parent | prev [-]

How near/far is that future ?

Cuz what if a human has to intervene as the LLM can’t get it right?

Assuming a human then has till be able to comprehend it?