Live data from Hacker News

I ran Claude in a loop for 3 months, and it created a genz programming language

ghuntley.com

11–20 of 21 posts

Re: I ran Claude in a loop for 3 months, and it created a genz programming language

#11
post #7

Earlier quoted context omitted.

The language is the least interesting part of this. What is interesting is if it was truly built with a simple loop and without manual involvement to produce a working compiler (albeit with fairly cursed code... 5.5kloc for a parser for a grammar that appears this simple is not great) Sadly, the linked page glosses over the specifics of the setup and instead focused on the less interesting parts..

It produced...something, alright. Something that can be replaced by a very small shell script.

And that is entirely irrelevant, as the purpose was to produce a compiler.

As an experiment this is amazing in terms of telling us a lot about how capable these tools are. Most developers would not be capable of producing a working compiler and the associated tooling in this kind of timeframe.

Re: I ran Claude in a loop for 3 months, and it created a genz programming language

#18

For completeness: how much does this cost? Asking as a dinosaur normie who has never paid for LLMs. Genuinely curious.

According to the author[0], the total spend was $14k USD.

[0]: https://x.com/GeoffreyHuntley/status/1965295152962097550

Re: I ran Claude in a loop for 3 months, and it created a genz programming language

#19

For completeness: how much does this cost? Asking as a dinosaur normie who has never paid for LLMs. Genuinely curious.

According to the author[0], the total spend was $14k USD. [0]: https://x.com/GeoffreyHuntley/status/1965295152962097550

3 versions... Yikes. But the output, while messy, is still impressive, and makes me wonder how much you could trim that down by giving more comprehensive instructions.

Re: I ran Claude in a loop for 3 months, and it created a genz programming language

#20
post #17

Recently, I wondered what would happen if two of these systems were set up doing mutual pair programming ...

You can test that out. Ollama does allow you to run open source models at home. I've been playing around with a bit lately and have been really enjoying it.

On my to do list is two models running at once and building a middle layer for them to interact.

Post reply on HN