Google & Microsoft ship tutor and agents

Google added a Colab “Learn Mode” that guides users step‑by‑step like a tutor instead of just giving full solutions, while Microsoft previewed a VS Code Agents app for running multiple agent sessions across repositories. Those tool updates nudge developer workflows toward guided learning and human‑supervised multi‑agent work. That changes what standout projects look like: demonstrate how you orchestrate agents or use tutoring workflows, not just call an LLM. (blog.google) (infoworld.com)

A coding notebook used to act like a student who blurts out the final answer. Google just added a mode in Colab that instead behaves more like a tutor, giving step-by-step guidance instead of jumping straight to the solution. (blog.google) Google announced the feature on April 8, 2026, and called it Learn Mode inside Colab’s Gemini assistant. The company says it is designed to help people “build your coding skills” while they work in the notebook. (blog.google) Colab is Google’s browser-based notebook for writing and running Python code next to text, charts, and outputs. It is widely used for data science classes, machine learning experiments, and quick prototypes because the code and the explanation live in the same document. (blog.google) (colab.research.google.com) The shift sounds small until you compare the old habit with the new one. A tool that hands over finished code rewards speed, while a tool that asks you to work through the steps rewards understanding. (blog.google) Microsoft shipped the mirror image of that change on the same day. Visual Studio Code version 1.115 previewed a separate VS Code Agents app that can run multiple agent sessions in parallel across multiple repositories, each in its own isolated worktree. (code.visualstudio.com) (infoworld.com) A repository is the folder that holds a software project’s code and history. A worktree is a separate checkout of that project, like giving each helper its own desk so they do not overwrite each other’s papers. (code.visualstudio.com) Microsoft says developers can track session progress, inspect code differences inline, leave feedback, and create pull requests without leaving the app. That turns the human from typist into supervisor, reviewing several streams of machine work instead of pairing with one chatbot in one window. (code.visualstudio.com) Put the two launches together and the pattern is hard to miss. Google is shaping artificial intelligence as a teacher inside the coding workspace, while Microsoft is shaping it as a team of workers inside the coding workspace. (blog.google) (code.visualstudio.com) That changes what “good at using artificial intelligence” looks like in public. A strong project now has to show either how you learned your way to the result or how you coordinated several agents to get there, not just that you pasted a prompt into a large language model. (blog.google) (code.visualstudio.com) (infoworld.com) The practical giveaway will be in portfolios and demos. Expect more notebook walkthroughs that show intermediate reasoning and more code demos that show agent orchestration, review loops, and pull requests across several repos instead of one polished answer box. (blog.google) (code.visualstudio.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.