← Back to context

Comment by cschep

1 day ago

So hard to tell if this is parody or not.

Here's one Claude-vibed project that makes me money that I run in addition to my saas, which is Elixir. I'm not strong in TypeScript and this is an Astro static site, so Claude has been really helpful. Backend is Supabase (postgres) and a few background jobs via https://pgflow.dev (pgmq) that fetch and populate job openings and uses some AI steps to filter then classify into the correct categories (among other things, there's also an job application flow and automated email newsletter): https://jobsinappraisal.com

I also "vibed" up this: https://livefilter.fly.dev/todos (https://github.com/cpursley/livefilter) and this: https://star-support-demo.vercel.app/en/getting-started (https://github.com/agoodway/star-support-demo)

I hand wrote very little of this code, but can read most of it - the SQL and Elixir at least ;)

  • Is there a reason why you're using 'when is_struct/2' instead of pattern matching here?

    https://github.com/cpursley/livefilter/blob/main/lib/live_fi...

    • This is clearly low quality, non-idiomatic AI-generated Elixir code. So the likely answer is that "you" did not use this at all; AI did.

      I review this kind of AI-generated Elixir code on a daily basis. And it makes me want to go back to ~2022, when code in pull requests actually made sense.

      Apologies for the rant, this is just a burnt out developer tired of reviewing this kind of code.

      PS: companies should definitely highlight "No low-quality AI code" in job listings as a valid perk.

      1 reply →