Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 176 words in the discussion.

Trending Topics

#language#why#zero#agent#learn#while#working#languages#better#agents

Discussion (6 Comments)Read Original on HackerNews

shlewisabout 22 hours ago
> Zero is aiming for a language an agent can learn while working: regular syntax, few special cases, and compiler feedback that points toward the next edit.

Why? Why should an agent learn while working when there are already-familiar languages with most of the logics embedded in the model and with much better ecosystem?

mitghi1 day ago
Why Zero when there are countless alternatives?
Garlef1 day ago
(Not specific to this language and I'm not vouching for this in any way, but:)

I think one argument would be that the language seems to be effect based.

This allows you to control what a program can do without auditing the code.

mitghi1 day ago
I see the point you mention, in that case, I think a language like Haskell is the better choice, so it could be marketed as an "agents" language that hit the market three decades before today’s agents :)
VimEscapeArtistabout 23 hours ago
I vote F#
whattheheckheckabout 4 hours ago
The only language that needs to be designed is a Just-In-Time declarative DSL for the domain you're building for in a way that the users will understand it and be able to express precisely the degrees of freedom they need. Goodluck getting an llm to find that and you cant give up and give them a general purpose programming language to build it themselves.

Then build something that compiles that declarative spec to orthodox programming languages.