Title: 目前 AI 距离顶级专家还有些差距 | BestBlogs.dev
URL Source: https://www.bestblogs.dev/article/9a84ae49?amp%3Butm_medium=feed&%3Butm_campaign=resources&%3Bentry=rss_article_item
Published Time: 2026-07-05 20:02:50
Markdown Content: Skip to main contentAudio 2 
Search Ctrl+K
Change language Switch ThemeSign In
[](https://www.bestblogs.dev/en/explore/brief "Daily Brief")[](https://www.bestblogs.dev/en/explore/newsletter "Weekly Picks")[](https://www.bestblogs.dev/en/explore/topics "Topics")[](https://www.bestblogs.dev/en/worldcup "World Cup Special")
[](https://www.bestblogs.dev/en/settings "Settings")[](https://www.bestblogs.dev/en/docs "Help Center")
Narrow Mode
78
目前 AI 距离顶级专家还有些差距
Using a hard drive mounting example, this article points out that current AI overlooks critical safety steps like preventing write-through, highlighting a significant gap compared to top experts. Follow·
Yesterday·247 words (about 1 min)
AI Summary & Key Points
Summary
This article uses Linux hard drive mounting as an example to demonstrate the differences between mainstream AI and human experts. AI typically performs only basic steps such as formatting, creating mount points, and writing to fstab, but omits the step of preventing write-through (e.g., using chattr +i to protect the mount point). Top experts, however, proactively add this protection. The author points out that unless explicitly prompted, AI does not consider such security details on its own, reflecting the current gap between AI and human experts in system administration tasks.
Main Points
* 1. AI omits critical safety steps in system administration tasks.
Using hard drive mounting as an example, AI only executes basic commands and does not proactively add write-through protection (e.g., chattr +i), whereas human experts consider this a fundamental operation.
* 2. AI requires explicit user prompting to consider safety details.
If "prevent write-through" is not mentioned, AI will not actively implement protective measures, reflecting the current limitations of AI in safety awareness and experience.
Sign in to highlight text and take notes as you read. Sign in now
用硬盘挂载为例,比如一块新硬盘,作为数据盘,需要挂载到 /mnt/Data-2
几款主流的 AI ,在把新硬盘格式化后,mkdir /mnt/Data-2 ,然后把挂载信息写入 /etc/fstab ,就完事了。
这里其实有个大隐患,如果数据盘掉了,那么对 /mnt/Data-2 的写入,会直接写穿到系统盘上,原因是当数据盘掉了后,/mnt/Data-2 这个路径依然会存在,而且此时它变成系统盘上的路径了。
顶级专家在 mkdir /mnt/Data-2 ,之后,还会 chattr +i /mnt/cachedata ,这应该属于防止写穿的基本操作,然而目前对于几款主流 AI ,如果你不提防写穿,它是不会帮你去实现这事。而且还有些 AI 居然用了一些奇奇怪怪且有 Bug 的思路去处理防写穿。
Key Quotes
> If you don't mention preventing write-through, it won't help you implement it.
> Top experts, after mkdir /mnt/Data-2, also run chattr +i /mnt/cachedata, which should be a basic operation for preventing write-through.
Tags
LLM
AI Applications
System Administration
Engineering Practices
AI Capability Assessment
Related Articles
* AI R&D Automation: Wiki Knowledge Base + Skill Pack * 69. Interview with Yuandong Tian: The Real Problems of LLMs, Shifts, the AI Flood, and the Path Not Taken * From OpenClaw to FastClaw: How to Design a Great Multi-Agent Architecture * Heart Bleeding: My 32GB 16-inch MacBook Pro 2019 Suddenly Died that bricked after a system update, ultimately diagnosed as physical damage to the iNAND inside the T2 chip, along with subsequent solutions and data recovery notes.") * GLM-5.2 Released and Open-Sourced: Focused on Coding and Long-Horizon Tasks * vibe-coding-template: After Losing a Codex Conversation File, I Organized a Set of Agent Long-Term Collaboration Templates to Quickly Embed AGENTS.md, Task Prompts, Code Review, Knowledge Explanations, and Web-Search Workflows into Projects * Skill: Tips on How Vibe Coding Improves Code Quality and Efficiency * A Comprehensive Guide to Microsoft Build 2026: The 'Agent-First' Era Arrives with Seven In-House Models * One File to Double AI Coding Efficiency: A Practical Guide to AGENTS.md * Sharing My Multi-Project AI Terminal Codux: Unified Management of 8 CLIs like Codex/Claude Code by Project, Open Source
Make your daily reading actually fit you.A daily brief built from the sources you follow. Get started free HomeDiscoverWorld CupSettings