I’m retired, so all my coding is … “for fun”. I got out a bit before this new LLM thing, so luckily I haven’t had a need to learn how it works. I maintain and hack on some decent-sized projects (one of them has 11 versions of the OCaml parser, 4.10-5.5 inclusive; another has every version of the OCaml AST starting at 4.02), and sometimes I wonder if agentic coding could help make doing that hacking more efficient, faster, whatever. The problem is, I’m not going to shell out $200/no just to find out that it isn’t helpful, when none of this is paid work. And heck, part of the pleasure, part of the fun, is doing the actual hacking.
Even so, I do wonder what this AI assist is about. I see from time-to-time people talking about how they used AI to help them write OCaml code, but I don’t know what that really consists in. Was the AI helping them with really mundane BS? Or helping them with some thorny problems. I was recently hacking on the OCaml grammar (parser.mly) as part of a project, and I wondered if AI could have helped with this. It’s difficult to judge, and again, I’m reluctant to make the jump without knowing what value I could get out of it – again, since the value would have to be purely experiential, as I don’t get paid to do this.
So I wondered if there were people who recorded videos of them using vibe coding to solve problems. Maybe with a voiceover (could be them talking thru what they’re doing, not some sort of post-processed voiceover explaining after-the-fact what they’re doing).
Heck, if they were videos of people doing that with OCaml, that’d be icing on the cake, but really, in any language: C, C++, Python, Perl, SQL, whatever, really.
I confess also that when I read stuff like the head of Anthropic saying “Oh, I no longer need to write code, I can just have Claude do all my coding for me”, I smell sulfur, as in gaslighting. That’s another reason I’d like to see these videos.
Does anybody have any pointers to share? Advice?