惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Jina AI
Jina AI
罗磊的独立博客
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
J
Java Code Geeks
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
InfoQ
月光博客
月光博客
博客园_首页
Vercel News
Vercel News
P
Proofpoint News Feed
GbyAI
GbyAI
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
A Personal AI Workbench for Ordinary People
Xu Bian · 2026-05-05 · via DEV Community

Xu Bian

I finished an English series on the way I think ordinary people can start using AI for real work.

The point is not to become an AI expert first.

The point is to have one place where you can say what you want, give the tool access to the right folder, and check the result.

Anything important still needs a human pause: publishing, deleting, paying, or authorizing.

My preferred starting point is simple:

One project folder. One command-line window. One plain-English request. One habit of checking before confirming.

That is the "AI workbench" idea.

Why I started with the command line

Most people hear "command line" and think it means programming.

I think that is the wrong frame.

For an AI tool like Codex, the command line can be the cleanest interface because it does not start with a pile of buttons.

You type the goal:

I want to organize the files in this folder and turn the useful material into a public article.

Please inspect the folder first.
Tell me what looks public, what looks private, and what you would do next.
Do not move or publish anything until I approve the plan.

Enter fullscreen mode Exit fullscreen mode

This is not a developer-only request. It is a normal human request with a goal, boundary, and confirmation rule.

What the series covers

The series is for people who can use a computer or phone, but do not want to memorize AI jargon before doing anything useful.

It covers:

  1. Your Personal AI Workbench
  2. Why I Think One Command-Line Window Is All You Need
  3. AI Tools Actually Come in Four Types
  4. Web, App, Client, IDE, CLI — What Is the Difference
  5. Why Ordinary People Can Use CLI Too
  6. The Minimum AI Glossary
  7. Foreign Models, Accounts, Networks, and Real-World Limits
  8. Ten Things Ordinary People Can Do with AI Right Away
  9. When Not to Use AI
  10. My Minimum AI Workbench
  11. AI Glossary for Ordinary People

The practical test

My test for an AI tool is not whether it has the most impressive demo.

It is whether it can reach the work.

The questions I ask are practical:

  • Can it read the current folder?
  • Can it edit the file I am actually working on?
  • Can it run a check?
  • Can it open or name the next page I need?
  • Can it stop at the moment where I need to confirm an account, payment, deletion, authorization, or public publish?

If a tool cannot reach the work, it may still be useful for conversation. But it is not a workbench yet.

The safety boundary

This series is not an argument for handing judgment to AI.

The more useful an AI tool becomes, the more important the boundary becomes.

I do not want AI to decide medical, legal, investment, payment, publishing, or deletion questions for me.

What I want is preparation, inspection, comparison, drafting, organization, and explanation — then a stop where a human decision is needed.

That habit matters more than any specific product name.

A first prompt

If you already have Codex installed, start in an empty folder and try this:

I want to start using AI to help me get things done, but I am not a programmer
and I do not want to learn a bunch of jargon first.

Please tell me: in this folder, what can you help me with?
Can I ask you to read files, change content, make a plan, explain something, or check for errors?
Give me one small first task I can do here — steps small enough that you can guide me through each one.

Enter fullscreen mode Exit fullscreen mode

The question is not "how much AI theory do I know?"

The better question is: can I describe a real task clearly enough that the tool can help me move one step?

Full series:

https://marlinbian-site.pages.dev/en/tutorials/ai-workbench-for-everyone/


Originally published on my personal site:
https://marlinbian-site.pages.dev/en/tutorials/ai-workbench-for-everyone/

More links: GitHub · YouTube · LinkedIn · Bluesky · Mastodon · Discord