Teresa Torres created a system using Python scripts and Claude to automate her research workflow. The script searches preprint servers like arXiv for keywords daily, and Claude then generates detailed summaries of saved papers, delivering a "research digest" directly to her to-do list each morning.

Related Insights

Knowledge workers are using AI agents like Claude Code to create multi-layered research. The AI first generates several deep-dive reports on individual topics, then creates a meta-analysis by synthesizing those initial AI-generated reports, enabling a powerful, iterative research cycle managed locally.

The paradigm is shifting from using AI as a general chatbot to building a team of 'digital employees.' Claude Skills allow users to encapsulate a specific, repeatable workflow—like drafting a newsletter from tweets—into a tool that can be executed on demand, creating a specialized agent for that job.

To maximize an AI assistant's effectiveness, pair it with a persistent knowledge store like Obsidian. By feeding past research outputs back into Claude as markdown files, the user creates a virtuous cycle of compounding knowledge, allowing the AI to reference and build upon previous conclusions for new tasks.

Moving beyond chatbots, tools like Claude Cowork empower non-coders to create complex, multi-step autonomous workflows using natural language. This 'agentic' capability—connecting documents, searches, and data—is a key trend that will democratize automation and software creation for all knowledge workers.

Use the Claude chat application for deep research on technical architecture and best practices *before* coding. It can research topics for over 10 minutes, providing a well-summarized plan that you can then feed into a dedicated coding tool like Cursor or Claude Code for implementation.

The most effective way to use AI is not for initial research but for synthesis. After you've gathered and vetted high-quality sources, feed them to an AI to identify common themes, find gaps, and pinpoint outliers. This dramatically speeds up analysis without sacrificing quality.

Create a single command that triggers scripts for your AI to consolidate tasks from various sources (like Trello), generate a daily to-do list in a notes app, and pull in new research. This streamlines your morning routine and provides immediate focus for the day.

A key strategy for labs like Anthropic is automating AI research itself. By building models that can perform the tasks of AI researchers, they aim to create a feedback loop that dramatically accelerates the pace of innovation.

To gain data ownership and enable AI automation, Teresa Torres built a personalized task manager using Claude Code and local Markdown files. This allows her to prompt the AI to directly see and execute items from her to-do list, a capability not possible with third-party tools like Trello.

Teresa Torres defined a `/today` slash command in Claude Code. This shortcut triggers a detailed, pre-written prompt that scans her task files, checks for team updates, and generates a prioritized daily to-do list in Obsidian, automating a repetitive and complex morning routine.