>>39162
>>AI research paper
>Impressive.
Please note the paper is not serious, I literally just wanted to share some AI output that came out ok.
>>39223
>I finished the paper. Ehhhhh, it looks good and bad at the same time. I think it got some good big picture stuff but I'm not sure about the rest. Though I must admit much of the last of it is above my head.
Thats the feeling I got from it too, Its good, but its also bad lol. I am amazed that it got the big picture and generated something so coherent, A year ago no LLM closed or open, framework or not would produce something of this quality. But there is also lots of gaps plainly visible. Don't take this PDF as actual plans, I just posted it for fun.
----
>>39162
>Am I understanding you rightly, Anon? If so wow that's a serious undertaking.
Yes, but is it really such a big undertaking? I feel like most programmers eventually get the itch to do so, usually as a toy or some sort of DSL.
In this case, it's a DSL, it's not replacing any of the systems level code, that is still being written in D and I am still using C & C++ libraries.
>>39221
I am aware of NIM, it was one of the languages I ran into before I settled for D, I liked what I saw and if I was looking for a system language it would be high up on my list. I don't think it would make a good embedded scripting type language.
>Now if this guy, wonderbrain, has trouble with C++ then, I have no hope.
I come from C++, the reason I switched is because I do this as a hobby and I am a solo developer, so my productivity is the most important metric. C++ while powerful, I found to be more of a footgun to me. I spent more time then I wanted dealing with memory & lifetime issues, horrid cmake build scripts and etc... Because I am not a part of a team or have any obligations to make my self replaceable. I decided to move to something that makes me happier. I pick D because its like if C++ had nicer syntax, nicer templates & a garbage collector.