RE: https://chaos.social/@jacqueline/116560365758303827
The world it looking for a GitHub alternative and the Gitlab CEO shouldn‘t have ask ChatGPT … maybe Perplexity which runs Claude would be better:
RE: https://chaos.social/@jacqueline/116560365758303827
The world it looking for a GitHub alternative and the Gitlab CEO shouldn‘t have ask ChatGPT … maybe Perplexity which runs Claude would be better:
Writing software while sleeping to predict NFL games.
An AI agent, a Docker sandbox, and 53 minutes later: a working ML microservice.
Conference Championship predictions:
• Broncos over Patriots (100%)
• Seahawks over Rams (94%)
https://www.larsgregori.de/2026/01/20/nfl-ame-predictor-with-ralph-wiggum/
#VibeCoding #MachineLearning #NFL
AI writes code. AI writes tests. What could go wrong?
Mutation testing result: 85% of bugs caught.
After hiding the implementation from the AI: 92%.
Property tests found 11 real bugs all others missed.
https://www.larsgregori.de/2026/01/08/mutation-testing-the-vibes/
"Just use a different LLM for tests."
Doesn't work.
The moment any LLM sees your code, it reasons about what it does, not what it should do.
Independence needs different information, not different systems.
https://www.larsgregori.de/2026/01/06/independent-verification/