veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#vibecode

0 posts0 participants0 posts today

This is where llm-assisted coding is at now (#llm #llms #chatgpt #vibecode)

I was having a bug yesterday where I suspected another program is messing with the files my agent is trying to edit. I barely know ebpf, tried a few tools to track reads/writes, then decided to roll my own. Most of this was built on entire autopilot while yapping on stream or at the coffee shop this morning.

I also generated a full in depth 8 module course to teach me what is actually going on.

It has a realtime web ui, database storage, all kinds of filters, a full documentation, it looks pretty, it worked pretty much right off the bat despite being totally non trivial in its design, and it took me basically 20-30 minutes of actual mental effort and yet I already learned a lot about kernel and ebpf. It’s not just a crud webapp.

The latest version of #ChatGpt #4o is very shit at coding.
I can see why #vibecode folk are frustrated and #luddites rejoice.

Eg;
Context "forgets" key spec points of the session, even ones that are critical to ops.

You have to jam everything with special checkpoint directives and hammer specs in, least they get forgotten.

It's terrible (and I have used earlier versions and #Claude)

In my opinion, what is happening because of the high compute burn, #OpenAi optimised the session manager. It burns less compute but is also more shit. The balance must be restored.

The way we build software is changing fast thanks to AI agents.

Cut through the "vibe coding" buzz – I explain what's happening, review tools like Copilot, Cursor, and Continue (plus local with Ollama!), and discuss how engineers can adapt. Importantly, I cover how this is reshaping the junior developer journey!

Check it out: nicolas.brousse.info/blog/agen

Nicolas Brousse - Resume & BlogAgentic Development: Navigating the AI Revolution in Software DevelopmentExploring the rise of AI-powered development tools and their impact on software engineering, from GitHub Copilot to local LLMs. A deep dive into "vibe coding," agentic development, and how these tools reshape our workflows while examining opportunities and challenges.
#AI#Coding#VibeCode
Continued thread

Oh wow:

```
If you're still seeing issues, we might need to try a different approach. Let's try creating a fresh SvelteKit project with Tailwind CSS using the official SvelteKit create command with the Tailwind
```
Wow, thanks #cursor. The last 10 minutes (and god knows how much compute power) was wasted on that slop.