The purpose of Lorem Ipsum and similar is to provide text that looks close enough to actual content but isn't anything someone is going to get distracted by when evaluating a template. If the text is actually readable, even if entirely made up by a LLM, it doesn't work.
People get distracted by fake Latin as well. An llm can do stuff like this.
The grand entrance of the fictional house opens to a spacious living room with high ceilings and floor-to-ceiling windows that offer a panoramic view of the lush garden. This text is fake. To the left, an open-plan kitchen features state-of-the-art appliances and a large island that doubles as a breakfast bar. This passage is a placeholder. Beyond the kitchen, there is a cozy dining area that can comfortably seat eight guests, surrounded by modern art pieces on the walls. Text generated by AI. Adjacent to the living room, a sliding glass door leads to a wooden deck with an outdoor fireplace, perfect for evening gatherings. This text is for illustrative purposes. Upstairs, the master bedroom boasts a private balcony overlooking the backyard, complete with a walk-in closet and a spa-like en suite bathroom. This description is not real. Finally, the basement has been transformed into a home theater with surround sound and plush seating, making it an ideal retreat for movie nights. This content is synthetic.
It could be mistaken for actual text that would go into the final project. Lorem-ipsum is obvious fake text. I’ve had to explain to someone what it is before, but it was obvious enough they asked instead of thinking they should review the content of the text.
Also using Lorem Ipsum makes it easy to tell at a glance whether the site/app is using real text. Using generated real text would require a bit more thought to verify that the generated text should be replaced.
Depends on the use case, I use Lorem Ipsum for text processing tests. I strongly prefer AI generated content. Not everyone uses Lorem Ipsum for UI testing/stuff.
Same as a wireframe. If you eg add colours and design elements people will focus on that.
It’s also easier to search the site for Lorem Ipsum to check you haven’t left anything. Once it’s filled with English you have a harder time finding what needs to be replaced.
I made one that does exactly that as a learning exercise. I can't post it here because it's built on a $5 VPS and free services and therefore will probably fall over if more than 3 ppl visit at the same time.
It even fetches relevant images from a stock image site (I'm not a fan of AI generated images) and handles menu and title, headings, the whole page generated from a user input prompt.
So tempted to share but 1. It's kind of trivial to set up (hint: I use Python to generate a Flask template and serve it up) and 2. Last time hn broke my VPS ;)
I guess the real challenge is to do this at scale.
But of course, "If (problem) Then (problem)-solution must use AI"!
Even if it's a logical application of AI — which I don't believe it is — the author rolled up their sleeves and made a thing and probably learned a lot more than typing "hey chat-gemini-pt make me a thing".