Introducing Figure 03



Date: 10/09/2025

Watch the Video

Okay, so this video is all about using LLMs, specifically in PHP with Laravel, to auto-generate code for common tasks, which is exactly where I’m trying to be. It’s basically showing how you can leverage these AI models to write CRUD operations, API endpoints, or even entire components with minimal human intervention. Think about it: instead of spending hours writing boilerplate code for a new model, you can prompt an LLM to generate most of it, letting you focus on the unique business logic.

Why is this gold for us developers transitioning into the AI/no-code space? Because it bridges the gap! It’s not about replacing us, but augmenting our abilities. Imagine quickly scaffolding out a complex form with all the validation rules and database interactions handled, then tweaking it to perfection. That’s a massive time-saver! In practice, this could translate into cutting development time on new features by 30-50%, letting us deliver more value faster. And honestly, anything that reduces my boilerplate writing and lets me focus on the interesting problems gets a massive thumbs up from me.

Ultimately, this kind of workflow is worth experimenting with because it represents a fundamental shift in how we develop. It’s about composing solutions rather than building everything from scratch. I’m betting that getting comfortable prompting these LLMs to write code will soon become a core skill for any developer wanting to stay ahead of the curve. I’m diving in!