The Pipe-builders and a use case....here....
Both have a company that each publishes a News Letter. The content is created using online AIs and partially automated. Based on a link to a YouTube video their pipeline lets a large online LLM create an article for their News Letter.
No one knows how to let an AI arrange the blocks better than a human for that news letter.
It is called CSS.
CSS stands for "Cascading Style Sheets.” CSS is used to style the content of a web page by adding design elements like colors, fonts, and spacing. You can use CSS to change the look and feel of any element on a web page, from the overall layout to individual HTML tags.
In short do they need to have a clear formatting of the News Letter. The more they specify the word count or better the amount of letters per Block, the less the CSS defined layout will change by stretching the layout defined blocks larger or smaller.
During the creation process, they also need to define the importance of the content and have in the CSS these positions defined.
In newspapers the headline and center take the most important story. The right holds important shorts refereeing to other pagers and the left secondary ones. The lower part of a newspaper, only becoming visible when unfolded has an eye catcher to make the sale sealed.
That's about the core for every news carrying publication, based on where the eye falls.
In theory, the system can be automated to an extend that the human only gives a phrase such as: "Make today's newsletter about AI Agents used in the Microsoft Office Suite"
But than below that a rather complex system of rules must be placed that is only partially run by LLMs. It would need core definitions to let an LLM that searches the web understand how to sort priorities and give importance, such as by Clicks or New York Post over Washington Post articles. Basically, it would need an algorithm...
Open Source can do that.
This here can be a base for such a system, but it is in need for major tailoring. The system can in parallel create content for such blocks.
#cyberpunkcoltoure