In this video, I explain why AI won’t replace your job, demonstrate agentic AI coding and ‘vibe coding’ with tools like Warp and GitHub Copilot, and show practical examples and notes on building an AI-driven web app.
Instructions#
Agentic AI vs simple chat#
- Chat models: prompt -> response
- Agentic AI: runs tasks autonomously, chains actions, calls external tools/APIs, manipulates files and runs commands.
Tools I tried#
- Warp (excellent for agentic workflows and code generation): https://www.warp.dev/
- GitHub Copilot (agentic features inside IDEs): https://docs.github.com/en/copilot
Notes#
- Key takeaway: agentic AI drastically speeds up scaffolding and repetitive work, but it does not replace human creativity, system design, auditing and long-term maintenance.
- Team impact: expect new tasks (reviewing AI output, securing pipelines, cleaning up “vibe-coded” artifacts). Roles like “vibe-coding cleanup specialist” may appear.
- Practical advice: learn agent tools, add CI checks, require code reviews, create test suites, and instrument monitoring.
References#
- Warp Tutorial: https://www.youtube.com/watch?v=d6QZ1v_J4lI