Earlier quoted context omitted.
The AI issue was that their docs advertise their paid offerings. When AI plagiarizes the docs it doesn't include the ads.
When you say plagiarizes, do you mean they are publishing their own docs without ads? Or you mean when the AI is reading the docs instead of a person they ignore the ads?
Google AI Studio is now sponsoring Tailwind CSS
271–280 of 319 posts
Re: Google AI Studio is now sponsoring Tailwind CSS
#272Earlier quoted context omitted.
Maybe we accidentally found a more meaningful chance for having a discussion about LLMs. As CSS is limited in scope, ultra-well defined, testable and declarative, this should be a home run for LLMs.
> limited in scope, ultra-well defined, testable Are we talking about the same CSS?
Re: Google AI Studio is now sponsoring Tailwind CSS
#273Earlier quoted context omitted.
The question isn't "what is the lowest cost that a CSS library could be maintained for" The question is rather, how can the most popular UI system (especially for AI models) have a healthy business model? Think of the immense value that Tailwind is bringing to all the companies and developers using it. Surely there should be a way for the creators to capture a small slice of that in our economic system.
> the most popular UI system (especially for AI models) Like others earlier in the thread I'm symphatetic to this company/project, but your code/project being referenced often in AI output in itself doesn't imply that the thing needs to be a business. bash, curl, awk, Python code with numpy imports, C++, all sorts of code is constantly being generated by AI, doesn't mean curl or numpy should be its own company, or th…
you'd be surprised
https://numpy.org/about/#sponsors https://curl.se/sponsors.html
Re: Google AI Studio is now sponsoring Tailwind CSS
#274Earlier quoted context omitted.
The question isn't "what is the lowest cost that a CSS library could be maintained for" The question is rather, how can the most popular UI system (especially for AI models) have a healthy business model? Think of the immense value that Tailwind is bringing to all the companies and developers using it. Surely there should be a way for the creators to capture a small slice of that in our economic system.
> the most popular UI system (especially for AI models) Like others earlier in the thread I'm symphatetic to this company/project, but your code/project being referenced often in AI output in itself doesn't imply that the thing needs to be a business. bash, curl, awk, Python code with numpy imports, C++, all sorts of code is constantly being generated by AI, doesn't mean curl or numpy should be its own company, or th…
Re: Google AI Studio is now sponsoring Tailwind CSS
#275Earlier quoted context omitted.
I really don’t understand this idea that seems to be prevalent to let the LLM generate everything from scratch instead of using existing battle tested frameworks. Be it for css or backend code. Good modular design of software and separation of concern are still important for debugging and lifecycle. For (instructing) the llm it will also be easier if it uses frameworks as the resulting code of the project itself will…
CSS simply doesn't need a framework - there's no "from scratch". For humans or LLM authors. Tailwind is a lot of overhead conceptually and tooling wise to just not have to write classnames, and it's actually anti-modular.
If you're a senior CSS developer you will invariably reach a point of using "object oriented CSS" which is where you combine classes to an effect.
At that point you're not far off Tailwind. TW just took it all the way.
Re: Google AI Studio is now sponsoring Tailwind CSS
#276Earlier quoted context omitted.
Let's say you're paying your devs $100k / year. All in costs on those devs are probably $150k or so. That means your $1m / year will fund 6 full time developers with a little left over. This podcast from the CEO[1] says their engineering team was 4 people and the remaining staff is the 3 owners, the 1 remaining engineer, and one part time customer support person. So assuming every full time person was costing $150k i…
The question is still why you need multiple devs worth 150-250kpa to maintain a CSS library.
Re: Google AI Studio is now sponsoring Tailwind CSS
#277Earlier quoted context omitted.
No ill will towards the team, but isn’t it almost absurd that a CSS library is funded to the tune of 1m+ yearly and is still in financial difficulty? It is technically complete. There is no major research work or churn like in React, no monstruous complexity like Webpack.
Let's say you're paying your devs $100k / year. All in costs on those devs are probably $150k or so. That means your $1m / year will fund 6 full time developers with a little left over. This podcast from the CEO[1] says their engineering team was 4 people and the remaining staff is the 3 owners, the 1 remaining engineer, and one part time customer support person. So assuming every full time person was costing $150k i…
Re: Google AI Studio is now sponsoring Tailwind CSS
#278This is good, but it doesn't necessarily mean that Tailwind is out of the financial difficulty that we talked about yesterday. You can sponsor Tailwind for as little as $6,000/year. 29 companies were already sponsoring Tailwind including 16 companies at the $60,000/year level. Maybe Google AI Studio has decided to shell out a lot more, but it could also be a relatively small sponsorship compared to the $1.1M in spons…
No ill will towards the team, but isn’t it almost absurd that a CSS library is funded to the tune of 1m+ yearly and is still in financial difficulty? It is technically complete. There is no major research work or churn like in React, no monstruous complexity like Webpack.
Re: Google AI Studio is now sponsoring Tailwind CSS
#279Earlier quoted context omitted.
> limited in scope, ultra-well defined, testable Are we talking about the same CSS?
lol People don't realize that Tailwind democratized styling for a lot of people who didn't want to or didn't know how to write CSS. We're not going back to writing hand-crafted CSS with or without LLMs. LLMs, by their nature, work better with Tailwind since it needs a much smaller context to make the right decision.
> We're not going back to writing hand-crafted CSS with or without LLMs.
A lot of us have never stopped writing hand-crafted CSS. Also, in my experience, Gemini 3 Pro is an absolute monster at writing layouts and styling in pure CSS with very basic descriptions of what I want (tested it while I was experimenting with vibe coding in some sleepless night LOL).There are still a lot of developers who loathe using Tailwind and avoid touching it like the plague. Handwritten CSS still offers more opportunities for optimization and keeps your markup much cleaner than spamming utility classes everywhere (I understand the appeal of rapidly iterating with it, though).
Re: Google AI Studio is now sponsoring Tailwind CSS
#280How did a CSS library make any money at all? How did a CSS library have employees?
If Tailwind wasn't making that much money, they wouldn't have been able to keep developing Tailwind up to this level of sophistication. To be specific, they had 4 staff engineers and had to fire 3 of them[1]. [1] https://socket.dev/blog/tailwind-css-announces-layoffs#:~:te...
> they wouldn't have been able to keep developing Tailwind up to this level of sophistication.
You imply that'd be a bad thing, but I'd beg to differ.