8 ms·
The kind of field where AI builds more in a day than a team or even contract dev does.
by mmikeff 1y ago
The kind of field where AI builds more in a day than a team or even contract dev does.
- ghuntley 1y agocorrect; utilised correctly these tools ship teams of output in a single day.
- rudedogg 1y agoDo you have a link to some of this output? A repo on Github of something you’ve done for fun? I get a lot of value out of LLMs but when I see people make claims like this I know they aren’t “in the trenches” of software development, or care so little about quality that I can’t relate to their experience. Usually they’re investors in some bullshit agentic coding tool though.
- ghuntley 1y agoI will shortly; am building a serious self-compiling compiler rn out of an brand-new esoteric language. Meaning the LLM is able to program itself without training data about the programming language...
- lostmsu 1y agoI would hold on on making grand claims until you have something grand to show for it.
- ghuntley 1y agoHonestly, I don't know what to make of it. Stage 2 is almost complete, and I'm (right now) conducting per-language benchmarks to compare it to the Titans. Using the proper techniques, Sonet 3.7 can generate code in the custom lexical/stdlib. So, in my eyes, the path to Stage 3 is unlocked, but it will chew lots and lots of tokens.
- throwawayb299 1y ago> a serious self-compiling compiler Well, virtually every production-grade compiler is self-compiling. Since you bring it up explicitly, I'm wondering what implications of begin self-compiling you have in mind? > Meaning the LLM is able to program itself without training data about the programming language... Could you clarify this sentence a bit? Does it mean the LLM will code in this new language without training in it before hand? Or is it going to enable the LLM to programm itself to gain some new capabilities? Frankly, with the advent of coding agents, building a new compiler sounds about as relevant as introducing a new flavor of assembly language and then a new assembly may at least be justified by a new CPU architecture...