Tootfinder

Opt-in global Mastodon full text search. Join the index!

@pre@boing.world
2025-11-21 11:22:45

Derrick Ross from Shakespeare reckons there open web is in trouble because you got to be a dev to build a website.
He seems to think his app Shakespeare can make it easier to make a web app by using ai 😕
"Build me a Twitter like website" is the kind of instruction he thinks it will handle.
A local app running on your own machine, though calling the big ai model apis. Including if you have the power at home to run deep seek or open models.
I find myself suspecting it'd be hard for vibe coders who aren't devs to tell if they had vibe coded buggy insecure software or not.
#vibeCoding #nostershire

@pre@boing.world
2025-11-22 11:51:36
Content warning: re: bitcoin conference report

Meanwhile in the other room, Derrick from Shakespeare is giving a demonstration of live vibe coding. Building a gift exchange website.
His prompts build a website quickly and the monitoring agent spots bugs in it's own code, v asking to fix them.
It's all running locally, with only the ai requests going to the llm APIs. With a powerful enough GPU you could run open models locally instead.
It's handling source control management, committing to a guy repo, and deploying to the web.
It's certainly made a website faster than I would do as a dev, at least if I did do from scratch rather than a template. Would have to examine the code to check if it's got any big flaws that the agent checking for bugs missed.
Ai coding isn't strictly bitcoin related but there does seem to be a big cross over in people interested in both.
#bitfest #vibeCoding

@publicvoit@graz.social
2025-09-05 21:26:36

#Vibecoding: nothing more than meowing nuns
osnews.com/story/143283/vibeco
»The reality seems to be,…

@phpmacher@sueden.social
2025-10-16 19:29:41

Unter #vibeCoding verstehe ich Ahnungslose, die glauben per KI programmieren zu können.

@aral@mastodon.ar.al
2025-11-10 12:41:21

“And worse of all, my mental model of the code is completely gone, and with it my ownership.”
#AI #VibeCoding mastodon…

@domm@social.linux.pizza
2025-10-06 15:06:18

I brain coded a static image gallery in a few hours using #Perl #vibecoding domm.plix.at/perl/20…

@dennisfaucher@infosec.exchange
2025-11-14 16:19:22

My latest rabbit hole has been "LLM Routers"
Read and tried all the LLM Router code I could find. None of them were what I was looking for.
So I asked Claude to write what I wanted in Python. Simple and elegant. Based on a keyword search of the prompt, the prompt is sent to the proper model running in ollama. Seems to work.
#Claude #VibeCoding #Ollama #AI #LLM

@beeb@hachyderm.io
2025-08-30 20:15:02

As much as I like to hate on #VibeCoding and #LLM s , #claude code helped me ship a bunch of fixes in a #golang codebase I was totally unfamiliar with, within a few hours. I guess it's a case of having the proper experience to steer the tool in the right direction and avoid hallucinations. A power hammer in the hands of an experienced programmer, a rubber hammer in the hands of a novice.