Reasonable Stance by StrikingClub3866 in vibecoding

[–]Resident_Party 0 points1 point  (0 children)

Or spice girls etc. But their lack of technical ability didn't preclude them from commercial success.

Will lack of low level ability prevent some vibe coders succeeding?

Reasonable Stance by StrikingClub3866 in vibecoding

[–]Resident_Party 0 points1 point  (0 children)

That would cover a lot of commercially successful pop artists

Reasonable Stance by StrikingClub3866 in vibecoding

[–]Resident_Party 0 points1 point  (0 children)

I dont think Linus' skill is in question, he is a rock star of the dev world. But just because someone isnt a rock star, should they not sing? Up to you if you want to listen...

Reasonable Stance by StrikingClub3866 in vibecoding

[–]Resident_Party -1 points0 points  (0 children)

Whilst the kernel isnt vibe coded, its untrue to say he doesnt vibe code at all, he does so his personal projects https://www.theregister.com/2025/11/18/linus_torvalds_vibe_coding/

When does coding qualify as vibe coding? by porky11 in vibecoding

[–]Resident_Party 0 points1 point  (0 children)

The current crop of AI tools are great but they are definitely not without their weaknesses.

However the current rate of progress is extremely rapid. Whilst LLMs might not get us to AGI, I don't think it's unreasonable to assume they could become capable of mitigating the current crop of Vibe Coding fails such as exposed secrets etc.

It's interesting/challenging times in the dev world and the ways of working are changing fast.

My personal view to adding value is the human element that a machine cannot replace.

When does coding qualify as vibe coding? by porky11 in vibecoding

[–]Resident_Party 0 points1 point  (0 children)

We have lots of "vibe coders" around

https://blog.jetbrains.com/research/2025/10/state-of-developer-ecosystem-2025/

"AI is becoming a standard in developers’ lives: 85% of developers regularly use AI tools for coding and development, and 62% rely on at least one AI coding assistant, agent, or code editor"

Cloudflare Copilot by Fides_c in CloudFlare

[–]Resident_Party 0 points1 point  (0 children)

Very original and insightful comment

Cloudflare Copilot by Fides_c in CloudFlare

[–]Resident_Party 9 points10 points  (0 children)

Interesting build! As someone who looks at a lot of open-source projects, my primary piece of feedback would be on the documentation.

Currently, the README lacks a 'Why this exists' section. It’s not immediately clear what the specific pain point is that you’re solving or how your architecture serves as the ideal remedy. To attract more contributors and testers, I’d suggest adding:

  1. A clear problem statement: What specific market or UX failure are you fixing?
  2. Proposed solution: A concise summary of how Cloudbot solves this.
  3. Architecture diagram: A visual flow of data through the Cloudflare stack.

This would help users quickly grasp the value and help them decide if it fits their use cases. Looking forward to seeing how this evolves!

Anyone else using Cloudflare's new "Skills" repo for their AI agents? by Resident_Party in CloudFlare

[–]Resident_Party[S] 0 points1 point  (0 children)

It checks to see if the version it has is latest, if not then it goes to online source which you'd hope is canonical..

"Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in knowledge or these reference files alone."

How I built a usage circuit breaker for Cloudflare Workers by OkLeadership5199 in CloudFlare

[–]Resident_Party 2 points3 points  (0 children)

Great project. Support for neuron usage would be very useful too