Comment by shrubble

Comment by shrubble 14 hours ago

2 replies

There's no reason to run agents on expensive AI platforms or on GPUs - when you can have the AI create an agent in JS and thus runs with very high performance and perfect repeatability on far less expensive CPUs.

At the very least there must be some part of the agent tasks that can be run in JS, such as REST APIs, fetching web results, parsing CSV into a table, etc.

int_19h 14 hours ago

Agents already do this exact thing, except that the go-to language for Claude to write one-off scripts in is usually Python.

awesome_dude 14 hours ago

Am I missing something - I thought that GPUs are for training the weights

Being able to create an agent in any language to run on any hardware has always been possible hasn't it?