cd /news/ai-tools/how-i-built-an-automated-ai-career-c… · home topics ai-tools article
[ARTICLE · art-126859] src=dev.to ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

How I Built an Automated AI Career Coach using Make.com

A developer built an automated AI career coach that uses Make.com to connect Google Forms, Google Sheets, and Google Gemini, evaluating student progress reports and writing tailored feedback directly into a spreadsheet without human intervention. The workflow triggers on form submissions, sends the data to Gemini with a structured prompt that assigns an On Track, Needs Review, or Action Required status, then updates the corresponding row in Google Sheets. The developer says the system eliminates hours of manual review and provides students with immediate, actionable evaluations.

by read3 min views2 publishedSep 11, 2026

As businesses and educational programs scale, evaluating user progress manually becomes a massive bottleneck. Recently, I built an automated workflow to solve this exact problem: a system that instantly analyzes student progress reports using AI and logs customized feedback back into a database—with zero human intervention.

In this post, I will walk you through how I integrated Google Forms, Make.com, Google Gemini AI, and Google Sheets to create an automated AI Career Coach. Whether you want to build this yourself or are looking for an automation expert to streamline your business, this guide will show you what’s possible.

The Tech Stack

Data Entry: Google Forms

Database: Google Sheets

Automation Engine: Make.com

AI Engine: Google Gemini (Gemini 3.8 Flash) The Use Case

Students in a training program fill out a weekly progress form containing their Name, Career Goal, and Progress So Far.

Instead of an instructor reading each submission, the data is automatically sent to Google Gemini. Gemini acts as an expert career coach, evaluates the student's progress, assigns a status (On Track / Needs Review / Action Required), and writes a summary. Finally, Make.com updates the exact row in Google Sheets with the AI's assessment.

Step-by-Step Architecture

Step 1: The Trigger (Catching the Data)

The first step in Make.com is setting up the trigger.

Pro-Tip: Initially, I used the standard Google Forms "Watch Responses" trigger. However, this trigger only grabs the form answers and doesn't know which row the data lands on in Google Sheets.

To fix this, I used the legacy "Watch Responses in Google Sheets" module. This allows Make to monitor the linked spreadsheet directly, catching the form answers and generating a crucial Row number data variable needed for the final step.

Step 2: Integrating Google Gemini AI

Next, I connected the Google Gemini AI module (Generate a response). I mapped the dynamic data from the form into a custom prompt.

Here is the exact prompt structure I used:

You are an expert student career coach and evaluator.

Evaluate this student's progress update:

Provide a concise assessment in exactly this format:

Status: [Choose one: On Track / Needs Review / Action Required]

Summary: [1-2 sentences evaluating their progress towards their goal and any suggested next steps.]

The Result

Once the automation schedule is turned on, the magic happens seamlessly. A student submits a form, and within seconds, their specific row in Google Sheets is updated with a highly tailored, actionable AI evaluation.

This workflow eliminates hours of manual review and provides immediate value to the end user.

Let's Work Together!

Building this pipeline was incredibly rewarding. Automating data entry, integrating AI into daily workflows, and connecting different apps via APIs is where I thrive.

If your business is stuck doing repetitive manual tasks, wasting hours on data entry, or you want to integrate powerful AI models like Gemini or OpenAI into your systems—I can help. Let's automate your business.

Drop a comment below, or reach out to me directly to discuss how we can build custom workflows that save you time and scale your operations.

── more in #ai-tools 4 stories · sorted by recency
── more on @make.com 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-i-built-an-autom…] indexed:0 read:3min 2026-09-11 ·