My boss vibe coded out team tracker. It exists in sharepoint and has a dependency on OneDrive for local sync. You prepend a .txt with your new weekly tasks, run a python program to ingest the update into a static html, open the html in browser to an interactive tracker, update the status of historic tasks in there, export the changes as text, then prepend the export to a second .txt. He says “those text files are your only deliverables.”
So that’s vibe coding from my point of view. A big ol’ pain in the ass.