Right here’s what caught with me:
- Begin easy. A tough prototype beats an ideal concept.
- Be particular when debugging, and inform your copilot precisely what’s going fallacious.
- Learn the API documentation. It’s not glamorous, however it saves hours.
- Don’t count on one-shot builds. Iteration is the true secret.
That was my first style of vibe coding. A working script, inbuilt an airport, powered by curiosity and Guinness.
Part 2: Constructing a Google Sheets add-on
The Python script labored, however sharing it was painful. Nobody on my workforce needed to mess with Colab or code. So I opened Gemini and stated, “Let’s flip this right into a Google Sheets add-on.”
I needed one thing anybody may use – plug in an API key, select an endpoint, and pull information proper right into a sheet. Gemini requested in regards to the format, buttons, and error dealing with. After just a few rounds, it clicked.
By the top of the weekend, I had a working add-on. It pulled key phrase metrics, saved API keys, and dealt with errors cleanly. The content material workforce can use it with no need to the touch the code.
That construct modified how I thought of instruments:
- Usability issues greater than intelligent code.
- LLMs work finest while you discuss to them like collaborators.
- The clearer your prompts, the quicker you get outcomes.
From there, I knew the subsequent step. If I may construct in Sheets, I may construct on the net.