Which definition of vibe coding are you using here?
@simonw
-
GLM-4.5 Model Release Makes Major Splash
By
–
They made a huge splash a few days ago with their GLM-4.5 model release, prior to that I hadn't heard of them
-
Sustainable Software Development Practices Beyond Rapid Prototyping
By
–
If you care about building products people want you should care about being able to continue to develop them past the point where vibe coding alone can't carry you any further
-
Beyond Code: What AI Cannot Replace in Software Development
By
–
I don't buy that for a second – there is SO much more to building software than writing code The only coders I expect to be replaced are those who insist on writing code to a spec produced by someone else and refuse to do anything else – I've never met anyone like that myself
-
Running MLX Model with Function Calling in LM Studio
By
–
I just tried and failed to run that model (the MLX) one on LM Studio with function calling working – haven't tried it with Ollama yet
-
LM Studio Tool Calling Models: Which Ones Support Sequential Calls?
By
–
Anyone managed to run a model through @lmstudio that supports tool calling via their OpenAI compatible API and seen it handle a conversation with several tool calls in a row? If so, which model did you use?
-
Vibe Coding: Making Programming Accessible to Non-Coders
By
–
This piece is about pure vibe coding and here it's talking about people who don't know anything about code
-

AI Dependency in Code: A Problematic Cycle
By
–
"If you don't understand the code, your only recourse is to ask AI to fix it for you, which is like paying off credit card debt with another credit card."
-
China’s AI Development Relies on Student Labor and Public Data
By
–
https://
restofworld.org/2023/china-ai-
student-labor/
… and https://
scmp.com/economy/china-
economy/article/3294867/chinas-ai-aspirations-boosted-public-data-allowed-labelling
… are two relevant stories -
Verifying AI Code Output Through Compilation and Testing
By
–
In some cases, you CAN verify the output: codes can be run through a compiler and their test suite, for example