Remix.run Logo
ok_dad an hour ago

Yea, they just posted this a few days ago:

https://www.anthropic.com/engineering/advanced-tool-use

They discussed how running generated code is better for context management in many cases. The AI can generate code to retrieve, process, and filter the data it needs rather than doing it in-context, thus reducing context needs. Furthermore, if you can run the code right next to the server where the data is, it's all that much faster.

I see Bun like a Skynet: if it can run anywhere, the AI can run anywhere.

yellow_lead an hour ago | parent [-]

Java can run anywhere too

wiseowise an hour ago | parent | next [-]

Not in the browser, and no – webassembly doesn't count, otherwise you can say the same about Go and others.

creata an hour ago | parent | next [-]

Wasm does count, and you can say the same about Go and others.

fishmicrowaver 18 minutes ago | parent | prev | next [-]

May I ask, what is this obsession with targeting the browser? I've also noticed a hatred of k8s here, and while I truly understand it, I'd take the complication of managing infrastructure over frontend fads any day.

techscruggs 17 minutes ago | parent | prev | next [-]

I remember a time ...

amingilani an hour ago | parent | prev [-]

Why doesn’t wasm count?

programmarchy 31 minutes ago | parent [-]

Compile step makes things more complicated.

28 minutes ago | parent | next [-]
[deleted]
kevin_thibedeau 11 minutes ago | parent | prev [-]

As opposed to minimized JS.

827a 7 minutes ago | parent | prev | next [-]

Java is not for sale.

throwawaymaths an hour ago | parent | prev [-]

run code anywhere hamstrung by 90s syntax and hidden code indirections

groundzeros2015 an hour ago | parent [-]

Haven’t checked in on Java in a while?