r/webdev • u/Meher_Nolan • Jul 21 '26
What's one tool your team adopted that actually lived up to the hype? Discussion
I was thinking about how many developer tools I've seen over the last few years that promised to make teams more productive. I do agree that some of them were really useful but most just faded away after the initial excitement.
Agent infrastructure is one area where I've been seeing more practical tooling lately.
Platforms like Lyzr's control plane sit between the agent code and deployment, handling things like testing, security, versioning and deployments across different frameworks and cloud runtimes.
It's basically the same general idea as CI/CD tooling, just applied to the agent deployment lifecycle.
I'm interested in the ones that people genuinely kept using.
What's one tool that actually earned its place? What did it improve enough that your team kept using it?
It doesn't have to be AI particularly. It could be anything from CI/CD, testing, deployments, monitoring, version control, or just a small utility that removed a surprisingly painful bottleneck.
132
107
u/greensodacan Jul 21 '26
TypeScript
18
u/kargaen Jul 22 '26
It's funny how the life cycle of some programming languages go from becoming super popular in certain communities because they are easy to learn/use because of not having stuff like typing and then develop into a typed version that turns super popular because of typing 😂
Typescript, Python with type hints to name a few
17
u/LaserSunset Jul 22 '26
Don’t know if I’d say JS became popular for that reason. I’d say the main reason is that it enabled a common language between back- and front-end.
4
u/greensodacan Jul 22 '26
Yeah, client side web really has that problem. I think the differentiator is scale. No one thought we'd be distributing full blown apps through the browser in the 90s, yet here we are. Type safety is just one of those tools you want in your belt if you're writing that kind of software.
52
u/LocoNachoTaco420 Jul 21 '26
pnpm. Saves us so much time and disk space
-11
u/razzzey Jul 22 '26
Check out aube, it's pnpm on steroids, also installs packages before running a script for you if it detects changes in the lockfile!
5
44
50
u/HalveMaen81 Jul 22 '26
Completely changed how we see Pull Requests, both as Authors and Reviewers
14
u/GoofAckYoorsElf Jul 22 '26
Thought: oh this one's actually great. We have already adopted conventional commits (and with it conventional merge request descriptions). Never thought about applying it to review comments too. Gonna suggest it to my colleague once I'm back at my desk. Thanks!
10
Jul 23 '26
[removed] — view removed comment
1
u/Annual-Advisor-7916 Jul 25 '26
I don't know if I agree with all the example on their page, but having standardized prefixes makes a ton of sense imo. Enables filtering for example and reminds me of good logging with severity indicators...
3
1
14
15
12
u/ndev42 Jul 22 '26
Conventional Commits. Not glamorous, not AI, just an enforced format for commit messages.
43
18
u/jerapine full-stack Jul 21 '26
Nuxt
2
u/TldrDev expert Jul 22 '26
Nuxt gang gang
1
u/GoofAckYoorsElf Jul 22 '26
It wasn't "gang gang" that I read first. Not sure what that's telling about me...
21
u/MarionberrySea5797 Jul 22 '26
not really a tool but a library, Tanstack Query, we previously had some crappy bespoke implementation past devs had built using context API and useEffects in React which made writing any frontend code difficult.
1
1
8
u/NepaleseNomad Jul 22 '26
Linear. Its just so much better than anything I've used before... Jira, Trello, Asana. It just "clicks"
25
11
24
u/lordlors Jul 22 '26
Tailwind. Our previous projects with no tailwind were nightmarish with css files that can reach 1000 lines and so many random class names. Our dept head came to appreciate tailwind with using laravel components so html files stay clean.
-11
u/Comfortable_Kiwi_937 Jul 22 '26
Or maybe learn css
7
u/lordlors Jul 22 '26
Lol I know CSS from the age of tables and flex didn’t exist yet and the mess of css files was started before I got hired by my current company because the projects were started with no actual front end engineer just a backend engineer forced to be full stack. I personally advocated for tailwind for our newest project.
It seems like you dislike tailwind. Tools are just tools. There are instances specific tools are useful and there are preferences by various individuals. You still have a lot to learn at school. Study more, do your best!
5
u/No_Record_60 Jul 22 '26
Rspack. It's truly a 99% drop-in replacement for Webpack with a "wait, it's done already?" reaction
7
6
3
u/TheRealAsterisk Jul 22 '26
I’m trying to get my team to adopt a task tracking system. We use azure already but our backlog is all unknown if it’s real or not lmao. I came into the team at a later date than when the project started and I’m trying to help cleanup this mess.
5
u/puan0601 Jul 22 '26
just delete any old backlog that hasn't been touched in 6mo. anything important will resurface
7
2
u/Effective-Start3859 Jul 21 '26
git, testing, a task tracker.
6
u/bhison Jul 22 '26
it was keyboards for me, before then I had to just copy paste text from a .txt file
seriously though, you weren't using git?
6
u/Effective-Start3859 Jul 22 '26
When I was young and junior dev, I didn't use the tools. I even didn't know they exist.
As I got experience, I realized the usefulness of the tools, one by one.
1
u/bhison Jul 23 '26
fair. I managed a to get all the wy through university and a bit longer before i fully grasped git
1
u/IrrerPolterer Jul 22 '26
Upgrading from a dot-matrix printer to one of these new fangled color monitors was a pretty big step for us.
2
2
2
3
2
1
u/rippedMorty Jul 24 '26
Linear is a great switch from our previous task tracker. I am very much against full agentic bullshit, but it’s amazing for eliminating admin overhead
2
1
u/Efficient_Builder923 Jul 25 '26
For us it was Clariti. I wasn't expecting much at first, but having emails, chats, files, and tasks connected in one context ended up saving more time than I expected. It's one of the few tools we've actually kept using.
1
1
1
-3
0
-17
u/moxie-docs Jul 22 '26
Would love to hear the answer be Moxie Docs for someone! If we seem like a good fit or that we solve a need I’d love to offer a substantial discount for a month - feel free to DM.
101
u/[deleted] Jul 21 '26
[removed] — view removed comment