Build a Multi-Agent AI Workflow Apps Script

🚀 Apps Script + Gemini Mastery — Issue #32 Build a Multi-Agent AI Workflow with Google Apps Script + Gemini https://github.com/lsvekis/Apps-Script-Code-Snippets In the last issue, we built an AI Automation Agent that could understand a request, select approved tools, create an execution plan, and perform controlled actions inside Google Workspace. Now we’re going one step … Read more

The Context Window Is the New IDE Vibe Coding

🚀 Vibe Coding — Issue #39 The Context Window Is the New IDE: Give AI the Right Information, Not More Information Context Engineering • AI Coding • Project Knowledge • Better Prompts • Developer Workflow • Code Quality You ask AI to add a feature. The answer looks perfect. Except… It uses the wrong framework … Read more

How to Use AI to Attack Your Best Ideas Before the Real World Does

Vibe Learning — Issue #23 AI as the Devil’s Advocate How to Use AI to Attack Your Best Ideas Before the Real World Does We usually ask AI to help us make ideas better. Improve this. Expand this. Give me more ideas. Make this argument stronger. Tell me whether this is good. There’s nothing wrong … Read more

Vibe Coding The AI Dependency Trap: Are You Still Learning—or Just Generating

🚀 Vibe Coding — Issue #38 The AI Dependency Trap: Are You Still Learning—or Just Generating? AI Coding • Developer Skills • Critical Thinking • Learning • Independence • Engineering Judgment AI can make you feel like a dramatically better developer. You describe a feature. AI writes it. There’s an error. AI fixes it. Tests … Read more

Build an AI Automation Agent for Google Workspace

🚀 Apps Script + Gemini Mastery — Issue #31 Build an AI Automation Agent for Google Workspace https://github.com/lsvekis/Apps-Script-Code-Snippets Until now, most of the AI projects in this series have followed a familiar pattern: User asks → Gemini analyzes → Gemini returns an answer. This issue takes the next step. We’re going to let Gemini decide … Read more

The Socratic AI Vibe Learning

Vibe Learning — Issue #22 The Socratic AI Stop Asking AI for Answers. Start Asking It to Challenge Your Thinking. We have a strange problem. AI is becoming incredibly good at answering questions. And that might make us worse at asking them. Think about the normal AI interaction: You ask. AI answers. You read. Done. … Read more

JavaScript Deep Dive When Correct Code Produces the Wrong Result

🟦 JavaScript Deep Dive — Issue #28 JavaScript Race Conditions: When Correct Code Produces the Wrong Result The bugs that depend on timing — and disappear when you try to debug them Your JavaScript looks correct. The API works. There are no syntax errors. The application works 99% of the time. But occasionally: Welcome to … Read more

JavaScript Memory Leaks: Deep Dive

🟦 JavaScript Deep Dive — Issue #27 JavaScript Memory Leaks: The Bugs That Get Worse the Longer Your App Runs How to find the objects JavaScript should have forgotten — but didn’t Your JavaScript application works perfectly when it starts. Ten minutes later, it’s a little slower. An hour later: You refresh. Everything is fast … Read more

Build Your Own AI Tutor Vibe Learning

Vibe Learning — Issue #21 Build Your Own AI Tutor Stop Asking AI for Answers. Start Designing How It Teaches You. Most people already have access to an AI tutor. They just aren’t using it like one. They open AI and type: “Explain this to me.” AI explains it. They read the answer. It makes … Read more

Apps Script AI Prompt Engineering Studio for Google Workspace

🚀 Apps Script + Gemini Mastery — Issue #30 AI Prompt Engineering Studio for Google Workspace https://github.com/lsvekis/Google-Apps-Script-Gemini-Projects We’ve spent the last several issues using Gemini to generate code, review projects, create documentation, build dashboards, and debug Apps Script. But all of those projects depend on one thing: The quality of the prompt. For Issue #30, … Read more