Tag: AI Tools

  • Claude Opus 4.7: Anthropic’s New Flagship, Explained in Plain English

    Claude Opus 4.7: Anthropic’s New Flagship, Explained in Plain English

    On April 16, 2026, Anthropic released Claude Opus 4.7 — the most capable version of its AI assistant that anyone can use today. It writes code more carefully, sees images in higher resolution, and is designed to work on long, complicated tasks without constant hand-holding. Here’s what that actually means, who Anthropic is, and where Opus 4.7 fits in the wider AI landscape.

    First, Who Is Anthropic?

    Anthropic is an AI company founded in 2021 by former OpenAI researchers, including siblings Dario and Daniela Amodei. From the start, the company has positioned itself as the “safety-first” lab — the one that wants to build powerful AI but also wants to understand exactly what that AI is doing and why. That’s not just branding: Anthropic publishes unusually detailed research on how its models behave, where they fail, and what risks they might pose.

    The company’s main product is Claude, a family of AI assistants available through a web app (claude.ai), a mobile app, a developer API, and integrations with cloud platforms like Amazon Bedrock, Google Vertex AI, and Microsoft Foundry.

    The Claude Model Family

    Anthropic structures its Claude models into three tiers, each optimised for a different tradeoff:

    • Haiku — the fast, lightweight model. Good for quick tasks, classification, high-volume workloads where speed and cost matter more than raw intelligence.
    • Sonnet — the balanced model. The everyday workhorse for most users: smart enough for real work, fast enough for real conversations.
    • Opus — the most capable model. The one you reach for when the problem is genuinely hard: complex code, long documents, deep research, or multi-step tasks that need careful reasoning.

    Claude Opus 4.7 sits at the top of this stack — with one asterisk, which we’ll get to shortly.

    What’s New in Opus 4.7

    Opus 4.7 is a targeted upgrade to Opus 4.6, which launched in February 2026. It’s not a generational leap — think of it as a sharpening of the blade rather than a new weapon. The gains are concentrated in the areas that matter most to the people using AI for serious work.

    Better at coding — and at checking its own work

    This is the headline. Opus 4.7 is noticeably better at handling complex, long-running software engineering tasks, and — crucially — it’s designed to verify its own outputs before reporting back. Early testers describe being able to hand off hard coding problems that previously required close supervision and actually trust the result.

    High-resolution vision

    Opus 4.7 is the first Claude model with high-resolution image support, accepting images up to roughly 3.75 megapixels — more than triple the previous limit. That matters for anything where fine visual detail counts: reading diagrams, parsing dense documents, driving computer-use agents that need to interact with real interfaces.

    Finer control over reasoning depth

    Developers can now choose from effort levels — including a new “xhigh” setting that sits between “high” and “max.” In plain English: you can tell Claude how hard to think about a problem, trading off speed and cost against depth of reasoning. For tough coding work, Anthropic recommends starting at xhigh.

    Task budgets

    A new API feature lets developers set a rough token budget for a whole agentic task — thinking, tool calls, results, and final output all included. This gives teams running long autonomous workflows a practical ceiling on how expensive a single run can get.

    Better memory across sessions

    Opus 4.7 is also better at using file-system-based memory — the kind of persistent notes that agents leave for themselves to pick up work later. That makes it more useful for genuinely long-horizon projects where context builds up over days or weeks.

    How Does It Compare to OpenAI and Google?

    On Anthropic’s own benchmarks, Opus 4.7 beats OpenAI’s GPT-5.4 (released in early March 2026) and Google’s Gemini 3.1 Pro on a number of key measures — agentic coding, scaled tool use, agentic computer use, financial analysis. But the race is tight: on directly comparable benchmarks, Opus 4.7 leads GPT-5.4 by a margin of roughly 7-to-4, and competitors still hold leads in specific areas like agentic search and multilingual Q&A.

    The practical takeaway is that no single model is universally best in 2026. Opus 4.7 is positioned as the strongest choice for long-running, autonomous, reliability-critical work — the kind of task where you need the AI to plan carefully, use tools properly, and not go off the rails halfway through.

    The Mythos Asterisk

    There’s a more powerful Claude model than Opus 4.7 — it’s called Claude Mythos Preview, and Anthropic has deliberately chosen not to release it broadly. Mythos has been made available to a handpicked group of cybersecurity and technology companies under a programme called Project Glasswing, where it’s being used to find and patch security vulnerabilities in enterprise software.

    The reason for the restricted release is safety: Mythos is capable enough that Anthropic worries about how it could be misused if deployed too widely. Opus 4.7, by contrast, has had some of its cyber capabilities deliberately reduced during training, and ships with automated safeguards designed to detect and block high-risk cybersecurity requests.

    For almost everyone, Opus 4.7 is the most capable Claude you can actually get your hands on.

    Where to Use It and What It Costs

    Claude Opus 4.7 is available from day one across every Claude surface: the claude.ai web app, the mobile apps, Claude Code (Anthropic’s terminal-based coding tool), the API, and through Amazon Bedrock, Google Vertex AI, and Microsoft Foundry. GitHub Copilot is also rolling it out to Pro+, Business, and Enterprise users.

    Pricing is unchanged from Opus 4.6: $5 per million input tokens and $25 per million output tokens. That’s cheap by flagship-model standards, and the fact that Anthropic didn’t raise prices with the upgrade is notable.

    Why This Release Matters

    Zoom out and Opus 4.7 says something about where the AI industry is heading in 2026. The flashy consumer announcements of 2023 and 2024 have given way to a quieter, more serious phase: models that can actually do work, run for hours without supervision, use tools reliably, and be trusted with real production systems. The improvements in Opus 4.7 — self-verification, xhigh effort, task budgets, better memory — are all infrastructure for that world.

    If you’re building with AI, Opus 4.7 is worth trying on your hardest problem. If you’re watching from the sidelines, it’s a useful checkpoint on how far the frontier has moved — and how carefully the companies at that frontier are now choosing what to release and what to hold back.

  • What Is MCP and Why Does It Make MyStorey Possible?

    What Is MCP and Why Does It Make MyStorey Possible?

    MCP — the Model Context Protocol — is the technical foundation that makes MyStorey work. Understanding what it is and why it matters helps explain why AI-powered WordPress management is finally practical rather than just theoretical.

    What Is MCP?

    The Model Context Protocol is an open standard, originally developed by Anthropic and now supported across the AI ecosystem, that defines how AI assistants communicate with external tools and data sources. Think of it as a universal adapter: if a service speaks MCP, any compatible AI can use it as a tool.

    Before MCP, getting an AI to interact with external systems required custom integrations for every AI provider, every service, and every use case. MCP standardizes that interface so a tool built for Claude also works with ChatGPT, Cursor, or any other MCP-compatible assistant — with no additional development work.

    How MyStorey Uses MCP

    MyStorey implements an MCP server that exposes WordPress content management capabilities as a set of structured tools. When you connect MyStorey to your AI assistant, the assistant gains access to tools like:

    • create_post — write and publish a post with full metadata
    • update_page — change the content of any WordPress page
    • import_image — download an image from a URL and add it to the media library
    • update_seo — set SEO title, meta description, and focus keyword
    • create_menu — build a navigation menu with typed items
    • update_site_settings — change the site title and tagline

    The AI decides which tools to call based on your instructions, assembles the right parameters, handles the API calls, and reports back. From your perspective, you’re just having a conversation. Under the hood, structured tool calls are being made against your WordPress site’s REST API via an authenticated MCP session.

    Why MCP Changes Things

    The significance of MCP isn’t just technical efficiency — it’s about where AI intelligence can be applied. Right now, most AI use in publishing looks like this: ask an AI to write content, copy the output, paste it into WP admin. The AI is a better typewriter, but the human is still the hands.

    With MCP, the AI’s hands extend into the tools themselves. It can write and publish, research and schedule, plan a content calendar and execute it. The human role shifts from doing to directing — which is where most of the editorial value actually sits.

    Security Model

    MyStorey uses WordPress Application Passwords for authentication — a native WordPress feature that creates scoped, revocable credentials separate from your main admin password. The MCP token issued by MyStorey is specific to your account and site. You can revoke access at any time from either your MyStorey dashboard or your WordPress user profile, without changing your admin credentials.

    The plugin communicates over HTTPS. No content or credentials are stored on MyStorey’s servers beyond what’s needed for authentication token management.

    MCP Is Growing Fast

    As of early 2026, MCP support has been adopted by Claude.ai (natively), ChatGPT (via the tools ecosystem), Cursor, Windsurf, and a growing list of development tools. The protocol is on track to become the standard interface layer between AI assistants and external services — similar to what REST APIs did for web services a decade ago.

    MyStorey’s bet is that WordPress — the platform running roughly 43% of the web — needs a first-class MCP integration. That’s what the plugin delivers today, and it’s why the Pro roadmap focuses on WooCommerce: because e-commerce is the next frontier where AI-directed action creates the most leverage.

    Get Started

    The MyStorey plugin is free to install. Starter plan starts at $7/month for one site, all tools included. No long-term commitment required.

    Download the plugin and get started →

  • How This Entire Site Was Built by Talking to an AI: A MyStorey Walkthrough

    How This Entire Site Was Built by Talking to an AI: A MyStorey Walkthrough

    This entire website — every post, every page, every image, every category, tag, SEO title, and navigation menu item — was built in a single session by talking to Claude. No WordPress admin. No clicking through menus. No uploading media manually. Just conversation.

    That’s what MyStorey makes possible. Here’s exactly how it was done.

    Step 1: Install the Plugin

    MyStorey is a standard WordPress plugin. Download it from mystorey-staging.docmet.systems/wordpress, upload it via WP admin (Plugins → Add New → Upload), and activate it. The plugin adds a new menu item in WP admin where you’ll find your MCP connection credentials.

    Step 2: Create a MyStorey Account

    Head to mystorey-staging.docmet.systems/register and create a free account. In your dashboard, connect your WordPress site by entering its URL and an Application Password (generated in WP admin under Users → Profile → Application Passwords). MyStorey verifies the connection and issues you an MCP token.

    Step 3: Connect to Claude or ChatGPT

    In Claude.ai, go to Settings → Integrations → Add MCP Server. Paste in the MCP URL from your MyStorey dashboard. That’s it — Claude now has direct access to your WordPress site as a tool it can use.

    For ChatGPT, the process is similar via the Plugins or Tools settings depending on your plan. Any MCP-compatible tool works the same way.

    Step 4: Just Talk to Your Site

    Once connected, you can tell your AI assistant things like:

    • “Write a 600-word post about the latest OpenAI funding round and publish it with a featured image from Unsplash.”
    • “Update the homepage to explain what this site is about.”
    • “Create categories for AI Industry, AI Policy, and AI Research.”
    • “Add SEO metadata to all published posts.”
    • “Build a navigation menu with Home, About, Contact, and a link to the plugin page.”
    • “Rename the site to ‘The AI Dispatch’ and update the tagline.”

    Every single one of those instructions was used to build this site. The AI handles the API calls, error handling, sequencing, and content creation. You just describe what you want.

    What MyStorey Can Do Today

    The current version of MyStorey supports the full content management lifecycle for a typical WordPress publication:

    • Posts: Create, update, publish, draft — with categories, tags, featured images, and status
    • Pages: Create and update static pages with full HTML content
    • Media: Import images from any public URL directly into the media library
    • SEO: Set SEO title, meta description, and focus keyword via Yoast, RankMath, or All in One SEO
    • Menus: Create menus, add items (pages, posts, custom URLs), assign to theme locations
    • Taxonomy: Create and manage categories and tags
    • Site settings: Update site title and tagline
    • Themes: List and activate installed themes

    What’s Coming

    The Pro plan (coming soon at $24/month) will add support for up to 3 sites and early access to WooCommerce tools — meaning AI-controlled product management, pricing updates, and inventory management. If you’re running an e-commerce operation, that’s where things get genuinely transformative.

    The Bottom Line

    If you manage a WordPress site and you use Claude or ChatGPT regularly, MyStorey removes the context switch between “thinking about content” and “publishing content.” The friction of WP admin — finding the right menu, remembering where settings live, uploading images one at a time — disappears. Your AI becomes your content team.

    Get the MyStorey plugin → — Starter plan from $7/month. Free account to get started.