It's important to remember: I am not a developer. My comfort zone is in user experience and interface design, not playing DevOps scavenger hunt for SSH keys, broken paths, and .env files.
Recently, we were challenged at work to get "AI-forward" in our workflows. I embraced this, using my work computer as a lab to learn the ropes of AI-assisted coding through personal projects and course samples. Eventually, it was time to "clean house" and move all those personal learning projects (see my other posts for more details about those projects) over to my own personal laptop.
I was not relishing the job. I expected a weekend of frustration.
Instead of doing it the hard way, I decided to see if my new agentic tools could handle the heavy lifting. I took a low-tech approach to the file transfer: I zipped up the five project directories on my work machine, dropped them into Google Drive, and downloaded them onto my personal laptop.
Then, I opened the Antigravity Agent Manager.
Rather than fixing one repository at a time, the agent worked across all five simultaneously. In a matter of minutes, it re-linked broken Git remotes and cleaned up system file noise in my .gitignore files.
But it didn't just follow basic setup orders; it acted as a true collaborator. Seeing that I was onboarding older projects, the AI proactively suggested running a security audit across the repos. I agreed, and the agent generated a clear report detailing the vulnerabilities it found. Once I reviewed the report and approved the recommended fixes—specifically a critical update for Puppeteer in Portfolio 2.0—the agent executed the updates flawlessly.
The absolute standout moment, though, was when the agent paused to make one last suggestion. It realized I was on a brand new machine and proactively provided the exact terminal commands to set up my global GitHub username and email, ensuring my future commits wouldn't get "lost" or mapped to the wrong account.
Moving dev environments used to be a massive pain in the butt, especially for non-developers. Having an AI agent that simultaneously handles the tedious setup, proactively suggests and executes security audits, and anticipates your identity configuration needs? That is a massive shift in how I work.