Technical lessons from building an AI video transcription tool: YouTube OAuth2 authentication, async task-based APIs, Python concurrency patterns, GPT laziness issues, and iOS Shortcuts integration.
Articles by grapeot
从微信群菜鸡互啄和AI代替人类工作看我们思考时到底应该追求什么
反思为何正确性不是思考的核心目标,提出真正重要的是纲举目张(Prioritization)、举一反三(Connection)和知行合一(Verification)三种能力。
视频信息密度那么低,为什么大家都在拍视频?
视频信息密度低、不可检索、难以跳转,但up主赚大钱而写文章不赚钱。核心在于视频让"作者"站到前台,观众更容易产生情感连接和付费意愿。
Why Do People Keep Making Videos When They're So Low in Information Density?
Videos are terrible for learning—can't skim, search, or navigate easily. Yet creators make millions because video makes the "author" tangible, lowering the barrier to payment. Articles hide the author behind ideas.
从面向对象到面向注释——如何管理AI来辅助编程
提出AI辅助编程的核心从数据结构和算法转向注释和DocString的质量。类比管理AI与管理人类团队,强调了解能力边界、任务分解、委托和质量检查等开发经理式的思维方式。