Hi, PapaFam! āļø It is no longer news that FABLE, which was recently released, has been shut down for reasons best known to its creators. shout-out to Sonny and every other dev who play with it before it remove However, this post is not really about FABLE. It is about the lessons many of us have learned from following the AI Agent Series Sonny started and watching how software development is gradually evolving before our eyes. First, a special shout-out to our great teacher and the entire team Sonny and Jay who continue to lead from the front, helping us understand what these new AI models can truly do. Through every episode of the series, we have seen ideas transformed into real applications faster than many of us thought possible. At this point, we are no longer surprised that AI can write code. The bigger question is: HOW DO WE POSITION OURSELVES AS DEVELOPERS IN THE AGE OF AI? After following every episode of the AI Agent Series, here are five lessons that stood out to me that we can learn from SONNY. - 1. INSTALL YOUR DEPENDENCIES AND PACKAGES YOURSELF One thing I have noticed repeatedly is that AI does not always recommend the latest packages, versions, or installation methods. Sometimes it suggests outdated dependencies, deprecated libraries, or approaches that are no longer considered best practice. As developers, we should always verify package versions, check official documentation, and understand exactly what we are installing before adding it to our projects. - sonny preach the above a lot the OG should know by now AI CAN ASSIST YOU, BUT IT IS YOUR RESPONSIBILITY TO ENSURE YOUR PROJECT IS BUILT ON THE RIGHT FOUNDATION. - 2. INSTALL ALL THE SKILLS AND PLUGINS REQUIRED FOR YOUR PROJECT An AI agent is only as effective as the tools available to it. Whether it is APIs, MCP servers, SDKs, plugins, databases, or external integrations, the quality of your output often depends on the tools connected to your workflow. Many times, the limitation is not the model itself but the lack of the right tools needed to accomplish the task.