AI Weekly · Issue 9

Anthropic Unleashes Claude Opus 4.8

New effort parameter and dynamic workflows power cost-efficient autonomous agents for enterprise-scale coding tasks

Hero illustration for Anthropic Unleashes Claude Opus 4.8
Anthropic released Claude Opus 4.8, significantly boosting its coding and agentic capabilities, alongside a new effort parameter for cost control. Google's Gemini introduced Spark as a proactive personal AI agent and launched the advanced video generation tool Veo 3. Meanwhile, GitHub Copilot deepened its integration with developer workflows through a generally available SDK, an "Agents window" in VS Code, and enhanced remote session controls. The industry is rapidly shifting towards more autonomous agents and multimodal creation, pushing AI deeper into daily productivity and complex software development.

Top of the Week

Top of the Week illustration
Top of the Week

Anthropic shipped Claude Opus 4.8 in June 2026, marking a substantial leap in its coding, agentic skills, reasoning, and practical knowledge work, surpassing Opus 4.7. This update introduces a critical effort control parameter, allowing users to balance capability against cost directly within claude.ai and Cowork, with "High" as the default. Opus 4.8 also brings "Dynamic Workflows" for Enterprise, Team, and Max plans, enabling Claude Code to orchestrate hundreds of parallel subagents for tasks like codebase-scale migrations. A "Fast Mode" research preview is also available via the Claude API, promising up to 2.5x higher output tokens per second at 3x lower cost by setting speed: "fast" in API calls.

The release further refines agentic interactions with mid-conversation system messages in the Messages API, allowing instruction updates without re-stating the full prompt. This preserves prompt cache hits and reduces costs in agentic loops. These enhancements build on a rapid cadence of releases, including the 1-million-token context window introduced with Opus 4.6 in February 2026, and the Code Execution Tool API from August 2025.

This release matters because it signals Anthropic's aggressive push into highly autonomous, cost-optimized agentic workflows, directly challenging competitors in complex software development and enterprise automation. The effort parameter, in particular, demonstrates a growing focus on practical resource management for advanced AI tasks.

Claude

Claude illustration
Claude

Gemini

Gemini illustration
Gemini

Copilot

Copilot illustration
Copilot

Tools Worth Trying

  1. Perplexity AI — An AI-powered search engine that answers questions with citations, having crossed one billion monthly queries in Q1 2026. It combines web search with AI synthesis to deliver sourced, factual answers, making it essential for research tasks where trust and verifiability are paramount. Free tier available; Pro plan at $20/month.
  2. DALL-E / GPT Image Generation (OpenAI) — Integrated directly into ChatGPT, this tool excels at understanding complex prompts with multiple elements and spatial relationships for image generation. While not always winning "beauty contests" against competitors, its comprehension makes it highly accessible for detailed scene descriptions. Included with ChatGPT Plus ($20/month).
  3. Adobe Firefly — Adobe's AI image generation, integrated into Photoshop, Illustrator, and the Creative Cloud suite, is trained on licensed content, ensuring commercial safety and clear IP protection for generated images. It's the go-to for professional designers seeking AI integration into existing workflows. Included with Creative Cloud subscription.
  4. Runway Gen-4.5 — Following OpenAI's redirection of Sora resources to robotics in March 2026, Runway Gen-4.5 stands out in the AI video generation market. It offers advanced capabilities for creating dynamic video content.
  5. ElevenLabs — A leading tool for AI audio generation, enabling realistic voice synthesis and sound design. It's widely used for creating natural-sounding narration, dialogue, and other audio elements for various applications.
Gemini Spark, Google's new proactive personal AI agent, is rolling out to trusted testers and in beta to Google AI Ultra subscribers aged 18 and over in the United States in May 2026, aiming to transform Gemini from an assistant into an agent that works on tasks on your behalf.

The 5-Minute Action Plan

  1. Experiment with Claude's effort Parameter: If you're using Claude Opus 4.8 via claude.ai or Cowork, adjust the effort setting (Low, Medium, High, Max) to see how it impacts output quality and token usage for your specific tasks. This helps optimize for cost or capability.
  2. Explore Gemini Spark (if eligible): If you're a Google AI Ultra subscriber in the US, check your Gemini app menu for the new "Spark" tab and begin testing its proactive task management capabilities. This is an early look at a more autonomous AI agent.
  3. Integrate GitHub Copilot SDK: For developers building applications or tools, consider leveraging the new generally available Copilot SDK to embed Copilot’s agentic engine directly into your products. Start by reviewing the SDK documentation.
  4. Test Copilot's Agents Window in VS Code: Update your Visual Studio Code to the latest stable release and explore the new "Agents window" to interact with Copilot in an agent-first, task-oriented manner. This changes how you approach complex coding tasks.
  5. Connect M365 Copilot to GitHub Server: If your organization uses Microsoft 365 Copilot, set up the connection to your GitHub Server to centralize issues, pull requests, and knowledge base content within your M365 workflow. This reduces context switching for developers.
  6. Try Perplexity AI for Sourced Research: For any research task requiring factual, cited answers, switch from traditional search or general chatbots to Perplexity AI. Its citation model builds trust and provides verifiable information.
When using Claude Opus 4.8 for complex coding tasks, you can now update instructions mid-conversation without resetting the entire prompt by sending a new system message, which helps maintain context and reduce costs in agentic loops.
You are an expert Python refactorer. Your goal is to simplify and optimize the given code.

[EXISTING CONVERSATION HISTORY...]

SYSTEM: The user has indicated they want to focus on readability. Prioritize clear variable names and concise function definitions over extreme performance optimizations.

The Prompt Library

Codebase Migration Plan

Use this prompt to generate a high-level plan for migrating a codebase between technologies, outlining key steps and potential challenges.

You are an expert software architect. I need a detailed, phased migration plan for moving our [CURRENT_TECHNOLOGY_STACK] codebase to [TARGET_TECHNOLOGY_STACK]. Our current codebase has approximately [NUMBER] lines of code, [NUMBER] microservices, and relies on [KEY_DATABASE_TECHNOLOGIES]. The migration should prioritize [KEY_PRIORITY, e.g., minimal downtime, cost efficiency, improved scalability].

Outline the following:
1. **Phase 1: Assessment and Planning** (Tasks, deliverables, estimated duration)
2. **Phase 2: Infrastructure Setup** (Tasks, deliverables, estimated duration)
3. **Phase 3: Incremental Migration Strategy** (How to move components, order of operations, rollback plans)
4. **Phase 4: Testing and Validation** (Types of tests, performance benchmarks)
5. **Phase 5: Deployment and Monitoring** (Deployment strategy, monitoring tools)
6. **Key Challenges and Mitigation Strategies** (Technical debt, team training, data migration)

Assume a team of [NUMBER] developers with [LEVEL] experience in the target stack.

Agentic Workflow Breakdown

Use this prompt to break down a complex, multi-step task into a series of autonomous agent actions, suitable for dynamic workflow systems.

I need to automate the process of [COMPLEX_TASK, e.g., "researching competitor pricing, generating a summary report, and drafting an email to stakeholders"]. Break this down into a series of distinct agentic steps, specifying the input and output for each agent, and any dependencies between them.

For each agent, provide:
- **Agent Name:** [e.g., "Competitor Research Agent"]
- **Goal:** [Specific objective]
- **Input:** [Data or output from previous agent]
- **Output:** [Data produced]
- **Tools/Capabilities Required:** [e.g., "Web search, PDF parsing, Spreadsheet analysis"]
- **Dependencies:** [Previous agent outputs required]

Ensure the final output is a coherent, actionable report or communication.

Critical Thinking Refinement

Use this prompt to improve the depth and nuance of an argument or analysis by identifying weaknesses and suggesting counter-arguments.

Analyze the following argument: "[PASTE_YOUR_ARGUMENT_OR_TEXT_HERE]".

Identify:
1. **Core Thesis:** What is the main point being made?
2. **Supporting Evidence:** What facts, data, or reasoning are used to support the thesis?
3. **Potential Weaknesses:** Where are the logical fallacies, unsupported assumptions, or gaps in evidence?
4. **Strongest Counter-Arguments:** What are the most compelling opposing viewpoints or criticisms?
5. **Suggestions for Improvement:** How could the argument be strengthened, made more nuanced, or better supported?

Present your analysis in a structured, critical manner.

Multimodal Content Idea Generator

Use this prompt to brainstorm creative ideas for video or image content based on a theme, suitable for tools like Veo 3 or DALL-E.

I need ideas for a short AI-generated video (up to 60 seconds) or a series of images (3-5) based on the theme of "[THEME, e.g., 'the unseen beauty of data networks' or 'a day in the life of a future smart city']".

For video ideas, suggest:
- **Visual Concept:** [Describe the primary visual elements and style]
- **Key Scenes/Transitions:** [Outline 3-5 distinct moments]
- **Emotional Tone:** [e.g., 'Inspiring', 'Calm', 'Dynamic']
- **Potential Audio Cues:** [e.g., 'Synthwave soundtrack', 'Ambient hum']

For image series, suggest:
- **Image 1 Concept:** [Detailed visual description]
- **Image 2 Concept:** [Detailed visual description]
- **Image 3 Concept:** [Detailed visual description]
- **Overall Aesthetic:** [e.g., 'Cyberpunk', 'Minimalist', 'Organic']

Focus on concepts that would leverage AI generation capabilities for unique visuals.

API Integration Strategy

Use this prompt to plan the integration of a new API (like the Copilot SDK) into an existing application, considering technical and strategic aspects.

We are planning to integrate the [NEW_API_NAME, e.g., 'GitHub Copilot SDK'] into our [EXISTING_APPLICATION_NAME, e.g., 'internal IDE plugin']. Our goal is to enable [KEY_FUNCTIONALITY, e.g., 'AI-powered code suggestions and agentic task execution'].

Provide a strategy covering:
1. **API Endpoints to Utilize:** [Specific functions or features]
2. **Authentication and Authorization:** [How to handle credentials securely]
3. **Data Flow and Transformation:** [Input/output handling, data mapping]
4. **Error Handling and Resilience:** [Strategies for API failures, rate limiting]
5. **Impact on Existing Architecture:** [Necessary changes, potential bottlenecks]
6. **Phased Rollout Plan:** [Development, testing, deployment stages]
7. **Monitoring and Metrics:** [How to track performance and usage]

Meeting Prep with Context

Use this prompt to prepare for a meeting by summarizing relevant documents and outlining potential discussion points.

I have an upcoming meeting on [MEETING_TOPIC] with [ATTENDEES].
Please summarize the key points from the following documents:
1. [LINK_TO_DOCUMENT_1]
2. [LINK_TO_DOCUMENT_2]
3. [PASTE_RELEVANT_TEXT_OR_NOTES]

Based on this, identify:
- **Key Discussion Points:** [3-5 critical items to cover]
- **Potential Questions from Attendees:** [Anticipate questions based on their roles/interests]
- **My Action Items/Goals:** [What I need to achieve or prepare]
- **Controversial Topics:** [Any areas likely to generate debate]

Present this as a concise briefing document.

Code Review Assistant

Use this prompt to get an AI to act as a code reviewer, focusing on specific aspects like security, readability, or performance.

You are a senior software engineer performing a code review. Review the following [LANGUAGE] code snippet for [REVIEW_FOCUS, e.g., 'security vulnerabilities, adherence to best practices, and potential performance bottlenecks'].

\`\`\`[PASTE_CODE_HERE]\`\`\`

Provide feedback in the following format:
- **Overall Summary:** [Brief assessment]
- **High-Priority Issues:** [Critical problems with suggested fixes]
- **Medium-Priority Issues:** [Improvements, best practice violations]
- **Minor Suggestions:** [Readability, stylistic changes]
- **Positive Feedback:** [What was done well]

Be specific and provide code examples for suggested changes where appropriate.

Learning New Topic Synthesis

Use this prompt to quickly grasp a new technical concept by synthesizing information from various sources.

I need to understand the core concepts of "[NEW_TOPIC, e.g., 'Federated Learning in AI']". I have gathered the following resources:
1. [LINK_TO_ARTICLE_1]
2. [LINK_TO_RESEARCH_PAPER]
3. [PASTE_SUMMARY_FROM_BLOG_POST]

Synthesize this information into a concise explanation covering:
- **What it is:** [Definition and purpose]
- **How it works:** [Key mechanisms and components]
- **Why it's important:** [Benefits and applications]
- **Key Challenges/Limitations:** [Drawbacks and open problems]
- **Comparison to related concepts:** [How it differs from similar ideas]

Assume I have a basic understanding of [RELATED_FIELD, e.g., 'machine learning'].

Persuasive Email Draft

Use this prompt to draft a persuasive email for a specific audience and goal, incorporating key arguments.

Draft a persuasive email to [TARGET_AUDIENCE, e.g., 'our executive leadership team'] with the goal of [GOAL, e.g., 'securing budget for a new AI research initiative'].

Include the following key arguments:
- [ARGUMENT_1, e.g., 'Significant ROI potential based on market trends']
- [ARGUMENT_2, e.g., 'Competitive necessity to avoid falling behind']
- [ARGUMENT_3, e.g., 'Alignment with long-term company strategy']

The tone should be [TONE, e.g., 'professional and confident, yet urgent'].
Conclude with a clear call to action.

Data Analysis Plan

Use this prompt to outline a plan for analyzing a given dataset to answer specific questions.

I have a dataset containing [DESCRIPTION_OF_DATASET, e.g., 'customer purchase history including product IDs, timestamps, and customer demographics']. I want to answer the following questions:
1. [QUESTION_1, e.g., 'What are the top 5 most purchased products by region?']
2. [QUESTION_2, e.g., 'Is there a correlation between customer age and product category preference?']
3. [QUESTION_3, e.g., 'How has purchase frequency changed over the last year?']

Outline a data analysis plan including:
- **Required Data Cleaning Steps:** [Handling missing values, outliers, data types]
- **Key Metrics to Calculate:** [Specific calculations needed]
- **Visualization Ideas:** [Charts or graphs to represent findings]
- **Statistical Methods:** [Any specific tests or models]
- **Potential Insights:** [Hypotheses to explore]

Assume access to standard data analysis libraries in Python (pandas, numpy, matplotlib, seaborn).
📚 Sources 17
  1. releasebot.iohttps://releasebot.io/updates/anthropic/claude
  2. anthropic.comhttps://www.anthropic.com/news/claude-opus-4-8
  3. linas.substack.comhttps://linas.substack.com/p/anthropic-claude-2026-every-launch-guide
  4. support.claude.comhttps://support.claude.com/en/articles/12138966-release-notes
  5. hidekazu-konishi.comhttps://hidekazu-konishi.com/entry/anthropic_claude_model_release_timeline.html
  6. gemini.googlehttps://gemini.google/release-notes
  7. gemini.googlehttps://gemini.google/gemini-drops
  8. ai.google.devhttps://ai.google.dev/gemini-api/docs/changelog
  9. docs.cloud.google.comhttps://docs.cloud.google.com/gemini/enterprise/docs/release-notes
  10. home.google.comhttps://home.google.com/get-inspired/the-new-google-home-built-around-you
  11. releasebot.iohttps://releasebot.io/updates/github
  12. github.bloghttps://github.blog/changelog/2026-06-03-github-copilot-in-visual-studio-code-may-releases
  13. github.bloghttps://github.blog/changelog/label/copilot
  14. learn.microsoft.comhttps://learn.microsoft.com/en-us/microsoft-365/copilot/release-notes
  15. github.comhttps://github.com/github/copilot-cli/releases
  16. aiweekly.cohttps://aiweekly.co/learning-ai/ai-applications/best-ai-tools-2026-100-reviewed-rated
  17. reddit.comhttps://www.reddit.com/r/ChatGPTPro/comments/1ra82k6/best_ai_tools_to_use_in_2026_by_category