I bought their Plus thing a while back and not I can't find myself a reason to use it. If I was considering that purchase in today's landscape, I would surely not buy it. At $299 USD I can have a decent model do the job of writing custom tailored components for me and iterate extensively on them. Hard sell with a "UI Kit" versus a "UI Brain". If I were Adam I would drop to $29.99 and accept the status quo, but not ma…
Creators of Tailwind laid off 75% of their engineering team
401–410 of 893 posts
Re: Creators of Tailwind laid off 75% of their engineering team
#402I feel like you don't need engineers anymore. Bad news for all of us, but its just a fact of life.
Re: Creators of Tailwind laid off 75% of their engineering team
#403Earlier quoted context omitted.
On his morning walk/podcast thing about the topic he said 75% of the team = 3 developers
I wonder if that includes him or not as the remaining 25% as 1 member.
Re: Creators of Tailwind laid off 75% of their engineering team
#404Earlier quoted context omitted.
Are you referring to signing up for the blog[1] email or something else? It was last updated July 25, 2025. [1]: https://tailwindcss.com/blog
Referring to TFA (couple of comments on the issue). https://github.com/tailwindlabs/tailwindcss.com/pull/2388#is... https://github.com/tailwindlabs/tailwindcss.com/pull/2388#is...
Re: Creators of Tailwind laid off 75% of their engineering team
#405Something simple and obvious, like sticking a license file that has certain expected fields in /.well-known. I wouldn't be surprised if this is already being discussed because it would easily allow agents to check for special license requirements that only apply to them, directing them how to share content while remaining in compliance.
Re: Creators of Tailwind laid off 75% of their engineering team
#406> But the reality is that 75% of the people on our engineering team lost their jobs here yesterday because of the brutal impact AI has had on our business. Adam is simply trying to navigate this new reality, and he's being honest, so there's no need to criticize him.
If there's anything AI coding is good at, it's writing react components and tailwind css.
The way you write websites that actually work imo, is you understand how your chosen CSS layout engine works roughly, and try to avoid switching between layout modes - traditional to flexbox to grid to flexbox again down the tree can drive the most brillant devs utterly mad .
But seriously, after a certain complexity threshold, it becomes impossible to tell what's going on and why.
And if you don't think about it in advance, it's very easy to reach that threshold, especially if you don't get to write the whole page from scratch, but have to build on the work of others.
AI (and many frontend devs) do write-only CSS - they add classes until the code they write looks right.
But code like that tends to fall apart under multiple resolutions, browsers, screen sizes, devices etc.
I am not a frontend dev, and came pretty late to the frontend party. That said I felt that anything that obscures the raw CSS makes it much harder to deliver UI that works right, as it peppers hidden side effects across your code.
That's why I wasn't too keen on CSS frameworks like Tailwind - I found that when writing frontend code the writing part takes up the minority of the time, it's producing a well thought out layout flow is what is actually the biggest sink of time and effort.
That said, I'm not a frontend dev, and I'm to too good at CSS - but not horrible either - so I defer to the judgement of others who are pros at this, its just my opinion and experience.
Re: Creators of Tailwind laid off 75% of their engineering team
#407Earlier quoted context omitted.
When you talk in meaningless terms like "traditional workers" and "tech bros", all it tells me is that you have divided the world into people you like and people you dislike and mourn / celebrate accordingly.
would you prefer "labor" and "class traitors"?
Re: Creators of Tailwind laid off 75% of their engineering team
#408I think that the OP should update link to this comment
Re: Creators of Tailwind laid off 75% of their engineering team
#409Earlier quoted context omitted.
The difference is that jQuery was replaced by other libraries, while Tailwind grows in popularity, but due to AI its creator doesn’t benefit from this popularity as much as before
jQuery was essentially replaced by JavaScript (and browser compatibility) getting better, but it continued to exist and grow because it was the de facto way to DOM manipulation, especially if you had to copy and paste off of Stack Overflow, or roll out a framework based UI. Tailwind being the default choice for AI UIs is not that different, it can continue to grow in usage but the fundamental need for Tailwind has pa…
Re: Creators of Tailwind laid off 75% of their engineering team
#410Earlier quoted context omitted.
If you want a bunch of tailwind class slop, then yes. Otherwise, A lot of context engineering is needed if you want it to write modular tailwind components properly for large projects where consistency is important.
> Otherwise, A lot of context engineering is needed if you want I am not seeing that. I have a few AI-assisted projects using tailwind and scrolling through it now 99% of it looks... completely modern and professional. I had previously asked it to "completely refactor, a rewrite if needed, all the tailwind/css/app styles. ensure visual and code consistency across pages". Modern coding tools add tons of their own cont…
And it looks completely the same, so much so that people can tell it's AI generated now simply due to the gradient, among other design choices LLMs seem to make by default: https://prg.sh/ramblings/Why-Your-AI-Keeps-Building-the-Same...