Vibe Coding an Emacs Package: Where It Succeeds and Where It Falls Short(inlandcursor.bearblog.dev)
inlandcursor.bearblog.dev
Vibe Coding an Emacs Package: Where It Succeeds and Where It Falls Short
https://inlandcursor.bearblog.dev/vibe-coding-an-emacs-package/
3 comments
Yeah, can't agree more. LLMs are good at getting you started, but you still have to read the code, learn something, make it your own, so that when LLMs start to suck, you know how to solve the problem on your own.
[deleted]
It worked pretty well, but there are pretty obvious shortcomings. The code isn't very good. It has some odd design choices. But overall, it works.
I know enough elisp to modify the existing package, so I'm using the LLM less and less as time goes on (which is where I've found they mostly start to suck), but I didn't know enough to get started, so I'm happy about the outcome.