Skip to content(if available)orjump to list(if available)

“I noticed a clear violation of our contributing guidelines”

id00

Don't want to be too judgemental but does "Self Serve invite link" feature really needs 50 commits, an army of bots, countless nitpicking and 140+ messages? We are not launching Apollo to the Moon here.

I don't know this particular project but seeing threads like this kill any motivation to contribute.

csmantle

Apollo won't ever make it to the Moon if the engineers were flooded with these bot replies XD

Hilift

These resume's aren't going to write themselves.

null

[deleted]

repeekad

Haha, wait until you hear how long and how many people it takes to change the text for a single button at a company like Google

saidinesh5

Ngl .. the spectrum is really as wide as:

"We are a fast moving start up (even at 3-4 years old), we believe in moving fast and breaking things ... That's why we don't do code reviews or unit tests.. we just edit live running code and restart the server"

Vs

"This one line change needs 4 -5 commits to add feature flags,unit tests, integration tests - all to be reviewed by different teams and wait 1-2 months to be deployed properly to production"

mgraczyk

Probably one person one minute, unless it needs translation in which case potentially unbounded time

dvh

And now top nav breaks to second line on 63% on mobile devices and the submit button is now out of screen. I know these "how hard can it be?" type of changes

motorest

> Haha, wait until you hear how long and how many people it takes to change the text for a single button at a company like Google

I feel this is a needlessly obtuse statement. I'll explain you why, as I've worked professionally with frontend development. From your comment it seems you don't have that type of context.

The text that is expected to feature in a UI element is a critical factor in cross cutting concerns such as product management and UX design, and it involves things like internationalization and accessibility support. This means that if you change a line of text, it needs to be translated to all supported languages, and the translation needs to meet usability and GUI requirements. This check needs to be done in each and every single locale supported.

I can give you a very concrete example. Once I was tasked with changing a single line of text in a button featured in a dialog. It turns out the french translation ended up being too long that forced line breaks. The UI framework didn't handled those line breaks well and reflowed the whole UI, causing a huge mess. This required new translation requests, but it turned out that the new translations were too vague and ambiguous. Product Managers got involved because the french translation resulted in poor user experience. Ultimately the whole dialog was redesigned.

But to you it's just a text on a single button, isn't it?

id00

I worked for a big tech and may be I was lucky but code wise it was much more tame. You may need to get an army of people to sign off the feature but nobody was scrutinizing my code like that

bob1029

enlyth

I feel you, at our workplace someone added some AI Code review thing and it slops the whole PR with useless sequence diagrams and poems (why would I want to read an AI slop poem?) and pages and pages of instructions on how to interact with it.

Our Slack channel is also completely slopped to the point it's mostly bot conversations constantly spamming about review reminders, pull request statuses, and other useless info you can just look up yourself if you need it.

The signal to noise ratio is to the point where I just ignore everything.

Aeolun

You should add a bot to summarize all the messages in those channels!

bschne

this picture is missing some ads, it's the logical next step

samrus

"Your PR is missing testing results. Now, with playright pro, enjoy agentic debugging analysis that coordinates with coding agents including claude code, cursor, copilot, and more! Only 19.99!"

StrLght

What an absolutely dystopian PR flow.

Shouldn't automation be somewhat useful? All these bot comments — do they really bring more value than they create distractions?

nicce

If you look the org, it might make more sense.

> Antiwork emerged from Gumroad's mission to automate repetitive tasks. In 2025, we're taking a bold step by open-sourcing our entire suite of tools that helped run and scale Gumroad. We believe in making powerful automation accessible to everyone.

viraptor

It looks like most of the coderabbit comments were genuinely addressed. Can't easily follow the Cursor ones - they definitely have some work to do on the right presentation / summary folding.

So yeah, it does look like they bring value for genuinely more reliable code.

rokkamokka

Wow what an obnoxious and extremely verbose PR flow. Bot overflow

thomascountz

I often use the metaphor of LLMs as calculators.

Mathematicians use calculators, and so too do elementary school students, and grocery store clerks, and civil engineers. What each person needs from a calculator can be similar, but would you give a graphing calculator to the store clerk and expect them to be more "productive?"

Admittedly, my metaphor is leaky—and I also can't comment on the participants of the PR—but after reading the comments and the code itself, I'm getting a lot of "here’s a new calculator with a bunch of graphing functions, trigonometric menus, and poem generators—now go do the basic arithmetic you were already doing, but you work for the calculator now" vibes.

Said another way, it took me a lot more time and effort to understand what the bots were saying and if I agreed, than it did for me to formulate my own thoughts and questions.

Like the saying goes, "the best calculator is the one you have with you," and I'd much rather just use my own.

slacktivism123

Is this the future of collaborative coding?

When

https://github.com/antiwork/flexile/pull/427#issuecomment-30...

results in

https://github.com/antiwork/flexile/pull/427#issuecomment-30...

More incredible examples where a LLM flags contributors' pull requests because their comments contain minor grammar errors:

https://github.com/antiwork/flexile/pulls?q="our+contributin...

samrus

Your last link seems to show alot of PRs being rejected because screenshots and test results werent included. I do get your point about the grammar rule being enforced badly, but the link isnt a great example it

WesolyKubeczek

Such future is instrumental in helping me accept and embrace my own mortality.

spuz

This would be best implemented inline with the textbox of the comment form. If you want to give people feedback on their grammar then do it while they are actually writing - not after. Otherwise you just make an already hard to follow thread even more noisy.

r0ckarong

Like we needed more ways to stifle contribution to FOSS projects. Where is the GaaS (gatekeeping as a service) unicorn?

picafrost

This makes me wonder if AI usage will end up part of job position listings, similar to remote days, if it is not already. How much AI agent will you be able to use/be subjected to? Are people looking for this already when job searching?

VoidWhisperer

Some companies are definitely already looking for it - I think as part of my job search, I've run into probably atleast 4 or 5 companies that, on top of having it as a qualification, ask specific questions on the job application about what AI tools you use and how they've made you more productive

OJFord

I'm by no means a super keen or heavy user, I've barely dabbled really, but if we were hiring at the moment I think I'd ask about it - it's suddenly a huge part of understanding how a person works and what they might be like to interact with. Up there with considering cover letter/email/CV writing style, and commit messages from any take-home or their public repos.

mykowebhn

I know there's something to be said for retaining git history when merging, but merging 50 commits is a great way to pollute your commit history.

Some of the commit descriptions: "fix", "fixes", "clean up".

uniq7

Github will squash all commits into a single one that actually gets merged: https://github.com/antiwork/flexile/commit/123404b3caa52870b...

normie3000

> # Self-Serve Invite Link Feature — Fixes #348 This feature enables admins to generate an invite link for contractors

How is that self-service?

juliangmp

How are these bots still a thing? Who actually wants then???

am17an

There's going to a wrapper around github PRs to summarize these issues, the mess they created in the first place. BTW this is the same guy which has famously stopped hiring engineers