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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
小众软件
小众软件
量子位
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Jina AI
Jina AI
T
Threat Research - Cisco Blogs
博客园_首页
The Hacker News
The Hacker News
C
Cyber Attacks, Cyber Crime and Cyber Security
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享
Security Latest
Security Latest
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
Lohrmann on Cybersecurity
V
V2EX
P
Proofpoint News Feed
I
Intezer
云风的 BLOG
云风的 BLOG
Spread Privacy
Spread Privacy
罗磊的独立博客
H
Help Net Security
T
Tor Project blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
S
Schneier on Security
Blog — PlanetScale
Blog — PlanetScale
L
LINUX DO - 热门话题
D
DataBreaches.Net
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
Simon Willison's Weblog
Simon Willison's Weblog
Latest news
Latest news
P
Proofpoint News Feed
NISL@THU
NISL@THU
Y
Y Combinator Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
P
Palo Alto Networks Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
Security @ Cisco Blogs

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 ↩︎