Remix.run Logo
dylan604 2 hours ago

Even small teams are not immune from the AI push. I work in a small <10 people with 3 devs. I'm the only one not using AI while receiving push that I'm a problem for not. To the point, VP of company says if we don't all start using AI we'll be out of business because other people will. :face-palm:

rowanseymour 22 minutes ago | parent | next [-]

To be clear I meant it's good to be small team on the assumption that we're all using AI... I honestly can't imagine not using AI in May 2026.

niwtsol 2 hours ago | parent | prev | next [-]

You don't use AI at all? What is your main justification for not?

nitwit005 an hour ago | parent | next [-]

I'd definitely say IntelliJ improved my productivity. No one cared. If anything, management viewed it as a nuisance as they had to deal with the license.

Now there is demands to justify not using AI like this, but people don't care about details. Which AI tool I use apparently doesn't matter at all, even if there are presumably productivity differences between them.

Edit: typo

pesus an hour ago | parent | prev [-]

Seems like you should have a justification for introducing a new tool instead, no? There are thousands of other tools they're also not using, but we're not asking about those.

foldr 2 hours ago | parent | prev [-]

I think the jury’s still out on how big an impact AI will have on overall, average productivity. But it’s definitely a productivity boost for someone who’s capable of writing code without it. If you want to be super conservative, don’t even have it write any code. Use it to search through existing codebases, review your code, find the root cause of bug reports, evaluate pros and cons of alternative approaches, etc. etc. You’re really missing out by not using it at all.

Here’s a concrete example of conservative AI usage: I use Claude to vibe code my nvim config. Now, who cares if my nvim config is AI slop? What’s the worst that can happen? Nvim works for me now way better than it ever did when I was limited by the time I was willing to spend configuring it manually.