Post from Field: Generation of Code with LLMs
Recently, I came across an insightful post by Jon Turow on AI Agent Infrastructure, which resonated with me—especially the part on code generation, an area we’ve been experimenting with at CIVVIA . I wanted to share some quick learnings and gather feedback from practitioners in the field!
I tried Create.xyz, which I first read about in Jon’s write-up. My goal was to build an app for a (fictional) Recovery Center offering various services.
Next, I tried Bolt.new, which Jon also suggested.
领英推荐
At Civvia, we’re experimenting with AI-generated frontend code using Cursor with Claude as the LLM. The biggest advantage? It works inside an IDE. We can give it a UX (screen by screen) (Designs created in Figma), provide a set of rules for generating code, and it generates structured code exactly how we like it:
/src
├── Features
├── Components
├── FE Code - > Calls to backend APIs
So far, progress is strong, and we’ll share more once we connect the backend with web application.
Curious—has anyone else been experimenting with AI-generated frontend development? What’s working (or not) for you?