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

推荐订阅源

量子位
S
Securelist
MyScale Blog
MyScale Blog
Jina AI
Jina AI
罗磊的独立博客
The Cloudflare Blog
美团技术团队
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
雷峰网
雷峰网
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
博客园 - 聂微东
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
T
Tailwind CSS Blog
Attack and Defense Labs
Attack and Defense Labs
博客园_首页
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Hacker News
The Hacker News
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
D
Docker
Webroot Blog
Webroot Blog
N
Netflix TechBlog - Medium
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
B
Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Security Latest
Security Latest
V2EX - 技术
V2EX - 技术
N
News | PayPal Newsroom
Microsoft Security Blog
Microsoft Security Blog

Florian Brand

The Myth of unsafe Open Source AI The vibes in China’s AI labs Quo vadis, LLM benchmarks? Local models are (not) cope Living in the Agentic Era Using OpenAI A Guide to LLMs for Programmers Sane Python dependency management with uv How FastHTML sparked my joy in web development
You
Florian Brand · 2025-09-19 · via Florian Brand

A consistent theme I have observed lately by working and talking with a lot of different people is that a lot of them are underestimating the capabilities of LLMs or they don't know that things can be easily automated these days.

They are mostly stuck in their old habits and procedures and use a lot of their valuable time for things they should never be doing. They are not using LLMs enough and you probably aren't, either.

I really like this XKCD:

Automation

Because it shifted so much in the age of LLMs, as the real time invested dropped substantially[1]. Nowadays, you can specify the task you want to automate, fire off Codex or Claude Code, check back in 30 mins and have an almost-perfect result.

To give you some ideas, some things I have automated or do regularly using LLMs:

  • Convert images or timetables into calendar entries by uploading the image and asking for a .ics file.
  • Wrote a bunch of scrapers to check for the existence of something or to collect data.
  • Have scripts that automatically translate the clipboard into another language by using Espanso, one of my favorite tools.
  • Use Obsidian Clipper to transform certain web pages into semi-structured markdown files by using the Interpreter and to extract key information.
  • Keep different calendars in sync by using a small Swift script and macOS LaunchAgent. This setup alone has saved me a $50/yr SaaS subscription and a lot of (rather useless, but necessary) copying.
  • Syncing a set of files, but only starting the sync when connected to a VPN.

A lot of these things (probably all of them) don't matter to you and your life in any way, so I spare you the details of their setups (although some of them are quite impressive). But that is exactly the point: We are in the age of truly specialized software and for just 20 bucks a month[2] you can unlock this power and spend your time on more important things: Learning new things, writing or doing important work.


  1. Not counting the waiting time. ↩︎

  2. Although you should consider spending more ↩︎