|The agent can rewrite its own configuration and code.

I am very illiterate when it comes to Llms/AI but Why does nobody write this in Lisp???

Isn't it supposed to be the language primarily created for AI???

> Isn't it supposed to be the language primarily created for AI???

In 1990 maybe

Nah, it’s pretty unrelated to the current wave of AI.

Can you elaborate a bit?

If hot reloading is a goal I would target Erlang or another BEAM language over a Lisp.

Why? Many Lisp systems and Common Lisp in particular have great hot reloading capability, from redefining functions to UPDATE-INSTANCE-FOR-REDEFINED-CLASS to update the states.