The smell of vibe coding (News)

编程之韵(新闻)

The Changelog: Software Development, Open Source

2025-08-05

7 分钟
PDF

单集简介 ...

Alex Kondov knows when you've been vibe coding. (He can smell it.) our friends at Charm release a Go-based AI coding agent as a TUI, Jan Kammerath disassembled the "hacked' Tea service's Android app, Alex Ellman made a website that provides up-to-date pricing info for major LLM APIs, and Steph Ango suggests remote teams have "ramblings" channels.
更多

单集文稿 ...

  • What up, nerds?

  • I'm Jared and this is Changelog News for the week of Monday, August 4th, 2025.

  • Can I ask you a personal question?

  • Whoops, I just did.

  • When was the last time you had a good cry?

  • You know, there's evidence that crying can relieve stress for a whole week.

  • That's why Johnny Maroney made a website that makes you cry by showing tear-inducing videos.

  • Go ahead, click to feel something.

  • All dried out?

  • Okay, let's get into the news.

  • The smell of vibe coding.

  • Alex Kondov knows when you've been vibe coding.

  • He can smell it.

  • No one would write an HTTP fetching implementation covering all edge cases when we have a data fetching library in the project that already does that.

  • No one would implement a bunch of utility functions that we already have in a different module.

  • No one would change a global configuration when there's a mechanism to do it on a module level.

  • No one would write a class when we're using a functional approach everywhere.

  • See, he's on to you.

  • Ultimately, Alex doesn't care about how the code got into your IDE.

  • He just wants you to care, to care about quality,