HackerTrans
トップ新着トレンドコメント過去質問紹介求人

artf

no profile record

投稿

Studio Platform API for creating projects and templates programmatically

grapesjs.com
1 ポイント·投稿者 artf·2 か月前·0 コメント

What We Learned Building an Interactive MCP App

grapesjs.com
4 ポイント·投稿者 artf·2 か月前·0 コメント

Is the Vibe Coding Bubble Starting to Burst?

finalroundai.com
5 ポイント·投稿者 artf·9 か月前·1 コメント

Artists are losing work, wages, and hope as bosses and clients embrace AI

bloodinthemachine.com
11 ポイント·投稿者 artf·10 か月前·0 コメント

コメント

artf
·2 か月前·議論
Honestly, I didn’t invent anything particularly new, but I deeply appreciate your words. Thank you.

Really happy to see people building great things in this space and pushing it forward. Wishing you and Templatical the best!
artf
·2 か月前·議論
As someone who built a similar open source project (grapesjs), this looks really good

Even with LLMs, generating raw HTML emails that render correctly across major email clients is still surprisingly hard, so great choice going with MJML.
artf
·9 か月前·議論
Yeah totally, we see the same thing. Most people don't phrase things the way an engineer would but funny enough, LLMs are often better than us at interpreting non technical instructions. What makes a big difference is giving the model context about what the user is actually looking at (current page, selected section, etc.), so it doesn’t have to guess. That way has a decent chance of doing the right thing.
artf
·9 か月前·議論
Tools like Lovable are great for spinning up apps, but our focus is different: we’re mainly aiming at websites. Instead of generating a full React app, the editor outputs HTML/CSS and gives you both visual editing and AI assistance, so you’re not stuck relying only on prompts for small changes.