Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
GitHub Blog AI · 2026/7/27 18:00:00

The harness is all you need (mostly)

AI 中文解读
GitHub Copilot最新分享道出一个颠覆性观点:玩转AI不需要花哨提示词,核心在于驾驭工具本身。作者每天与AI打交道,发现真正带来效率飞跃的,不是疯狂安装各种插件或研究诡异指令,而是把现有基础功能用到极致。他举了一个简单例子:与其被每天冒出的新MCP、新技能弄得焦头烂额,不如只认准GitHub Copilot这一个“驾驭框架”,从最基础的CLI命令行入手——纯文本交互,没有复杂界面,输入指令看AI执行,反馈直接又痛快。这套方法的精髓在于“少即是多”:同一个核心工作流,换到VS Code、JetBrains或新Copilot App都能复用,学一次到处用。对普通人来说,这意味着无需成为提示词专家或追逐最新工具也能高效用AI。你只需花时间理解手头AI助手的基本操作逻辑,比如怎么给它清晰的上下文、如何拆分任务,就能大幅减少试错成本。当下AI工具日新月异,与其被信息洪流淹没,不如回归本质:把一套顺手工具用透,你就能跑赢绝大多数人。
If you’re feeling overwhelmed by AI right now, you’re not alone. Every day it seems there is a new tool, new MCP, new model, new skill, new workflow, new feature, new social post that is some form of “Hey look! I have completely figured out AI with this one weird prompt.” I…don’t believe you. I work with AI every single day, and what I’m finding is that less is way more. It’s not about what I install or configure or trick the agent into doing that makes any real difference. That stuff is interesting, but at the end of the day it feels like gimmicks. I see the biggest gains in my productivity from how I use the harness and how well I understand it. So in this post, I’m sharing you a simple workflow that you can use to drastically improve your effectiveness with AI just by using existing features of GitHub Copilot. No weird prompts. No skill everyone else seems to know about. Just the harness. The harness is all you need—mostly. Disclaimers I’m using the term “harness” interchangeably with “GitHub Copilot.” The point of this post is to keep things simple, so just know that GitHub Copilot is an agent harness. I don’t mean to insinuate that you won’t ever need any skills or MCPs or instructions or custom agents, etc. In fact, those things will become quite important as you progress and need to define complex workflows and automate things for your teams. In fact, I use a few throughout this blog post! What I am pointing out here is that you do not need any of those things to be highly successful with AI. Also, there is a lot of slop out there. If you don’t believe that, ask the agent to create a skill to do anything at all. It will happily oblige. Whether or not that generated skill actually works, it can be easily published to any number of skill or MCP registries. 1. Pick a tool, any tool This is an obvious one, right? Pick a tool! It’s so easy! But even within the GitHub Copilot family, there are a lot of options. These include the CLI, the new GitHub Copilot app, VS Code, Visual Studio, and JetBrains, just to name a few. The good news is that these experiences are increasingly being centralized on the same harness. The details can differ by tool, but the core workflow is consistent. Learn the harness once, use it everywhere. That said, I do believe that learning the harness is key, and the best way to learn it is to be as close to it as possible. So if you are just starting out, I’d recommend beginning with the GitHub Copilot CLI. It’s a terminal interface, which means it’s just text. There isn’t much UI to learn. You enter a prompt. The agent does things. But the interaction is more direct, immediate, and, frankly, very satisfying. For this demonstration, I’ll be using the new GitHub Copilot app. But the harness that app uses is the exact same thing you’ll be using if you are using the GitHub Copilot CLI, Visual Studio Code and many other places you can find GitHub Copilot. 2. Turn on YOLO mode YOLO mode is also known as “Allow All.” This lets the agent execute any command without asking permission. This can vary depending on the tool you are using, but for most it is simply an /allow-all command in the chat. Otherwise, the agent is going to stop and wait for your approval every single time it needs to do some work. Agents need autonomy for you to see an increase in productivity. If you have to approve everything the agent does, you might as well just do it yourself. Besides, that’s a miserable user experience. Nobody wants to be relegated to sitting at a desk pressing the “Approve” button all day. And pressing “Approve” over and over just trains you not to read what you are being asked to approve, which defeats the purpose. You want to be safe with agents, though. Bad things
分享
阅读原文