Senior
Have you ever created a project from scratch using generative AI? What did you generate and what did you write yourself?
sobes.tech AI
Answer from AI
Yes, there was a project where I built a system with generative AI from scratch. Specifically, I used text generation models to automatically create product descriptions for an e-commerce platform. The generative AI was responsible for creating draft texts, while I handled the integration logic, data processing, as well as final validation and editing of the generated content.
The architecture looked roughly like this:
- The AI model generated text based on given parameters
- The backend in Java processed requests, managed sessions, and stored results
- Additional business logic ensured quality and compliance with requirements
This significantly sped up the process of filling the website with content while maintaining quality control.