I have been trying to see how capable of GPT 5.5 (Business plan, $20 per month) is by implementing an experimental language server for Agda after work.
So far, it kind of works but requires closer inspection and quite an intensive interaction between the agent / the chat mode to make the spec very detailed and to fix unexpected behaviour introduced when the spec is not clear enough.
I am not sure if it counts as "vibe coding", as I still have to figure out what VS Code, LSP, and Agda's API are capable of, and test quite closely to see if everything works as expected based on *my experience*. Most of my time is spent on writing incremental specs (with the help from ChatGPT), code review, and manual testing apart from unit tests. It speeds up the process but not as much as advertised. The up side is that the burden of context switching is lower, so I can still keep with my day-time research. (The first experiment failed epically, by generating a whole bunch of shit code that appeared working at first. The current second experiment is way slower, but at least it works.)