HackerTrans
热门最新趋势评论往期问答秀出招聘

rovmut

no profile record

提交

Stop Treating LLMs Like Databases

medium.com
4 分·作者 rovmut·23天前·0 评论

[untitled]

1 分·作者 rovmut·6个月前·0 评论

Show HN: An alternative to 'flat' image generators for layout-heavy design

layoutcraft.tech
2 分·作者 rovmut·6个月前·1 评论

[untitled]

1 分·作者 rovmut·6个月前·0 评论

[untitled]

1 分·作者 rovmut·8个月前·0 评论

[untitled]

1 分·作者 rovmut·8个月前·0 评论

Can Agentic AI workflows create good content?

medium.com
1 分·作者 rovmut·8个月前·1 评论

[untitled]

1 分·作者 rovmut·8个月前·0 评论

Zed Editor in 2025: Your Guide to the High-Performance, Rust-Based Code Editor

toolshelf.tech
2 分·作者 rovmut·8个月前·0 评论

How to Run N8n for Free Forever on Google Cloud

medium.com
3 分·作者 rovmut·8个月前·0 评论

评论

rovmut
·6个月前·讨论
Hey HN, I’m the maker of LayoutCraft.

I built this because I was frustrated with the current state of AI image generation. I found myself spending hours re-rolling prompts just to get the text spelled correctly or to fix a layout that looked "slightly off." The issue is that diffusion models generate pixels, which makes them inherently probabilistic—if you ask to change a text the whole image is regenerated.

LayoutCraft takes a different approach. Instead of guessing pixels, I built a rendering pipeline that uses LLMs to write HTML and CSS, which is then rendered via Playwright. This makes the output deterministic. It means the text is actual DOM text (always crisp), the layouts respect specific hex codes for brand consistency, and you can resize the same design state to different aspect ratios instantly without artifacts.

It’s definitely not for generating "art" or photorealistic scenes, but for structured marketing assets where layout consistency matters, I found this workflow much more reliable. I’d love to hear your feedback on the approach!