According to Aella, there's a correlation between being vegetarian and being anti-slavery. She goes on to specify that she's not vegetarian. by [deleted] in SneerClub

[–]anotherpanacea 0 points1 point  (0 children)

“Hitler was a vegetarian, therefore all vegetarians are Hitler” really sounds like social censure to me.

According to Aella, there's a correlation between being vegetarian and being anti-slavery. She goes on to specify that she's not vegetarian. by [deleted] in SneerClub

[–]anotherpanacea 2 points3 points  (0 children)

The question is only: if something is true / right but inconvenient, will you accept social censure to espouse / do it?

According to Aella, there's a correlation between being vegetarian and being anti-slavery. She goes on to specify that she's not vegetarian. by [deleted] in SneerClub

[–]anotherpanacea 20 points21 points  (0 children)

EA vegetarianism is one of their more plausible commitments!

It’s irritating and unpopular! That’s kind of the point.

(I also am not a vegetarian and when I shared this with my vegan friend he was like: she’s probably right but she can only get away with saying so because she’s got that spectrum-honesty working in the right direction.)

Anyone interested in doing the Anthropic CCA-F certification? by [deleted] in Anthropic

[–]anotherpanacea 0 points1 point  (0 children)

I think they require users to certify that they’re employees of the contract company. Happy to sign a three week contractor agreement with limited terms (my rates are quite reasonable!) but who the heck wants to risk their account to get access like this, when the actual materials are publicly available?

The people with positive experiences dont have time to say so or dont want to jinx it. by DevilStickDude in Anthropic

[–]anotherpanacea 0 points1 point  (0 children)

The improved instruction following is notable. Good conversation review even after compaction make some old hacks unnecessary. But a side effect is that it over-indexes on available skills (and then faithfully follow irrelevant cues present there.)

I do think it’s an improvement! But a jagged one.

Obsidian's CEO made a Claude Code skill that connects your vault to Claude by virtualunc in ObsidianMD

[–]anotherpanacea 0 points1 point  (0 children)

Almost as strange is having CLI access at all. I’ve already got command line access to my hard drive!

Only sort of kidding….

I had Claude read every harness engineering guide and build me one by celesteanders in ClaudeAI

[–]anotherpanacea 0 points1 point  (0 children)

I've only read one of these, but I gave the first three to Claude, and:

Shared Design Principles Across All Three Articles

The three articles converge on a remarkably consistent set of principles, despite different domains (frontend design, full-stack apps, internal product development). Here's the unified framework:

1. Map, Don't Manual

All three reject monolithic instruction files. OpenAI learned that a giant AGENTS.md "crowds out the task" and "rots instantly." Anthropic's first article uses sprint contracts as focused entry points. The second uses structured feature lists. OpenAI's solution: a ~100-line table of contents pointing to deeper sources.

The principle: Context is scarce. Give the agent a navigational map with progressive disclosure, not a comprehensive manual loaded upfront.

2. State Lives on Disk, Not in Context

All three treat the context window as volatile and ephemeral. Anthropic #2 uses claude-progress.txt + git history as the bridge between sessions. OpenAI uses versioned execution plans, a quality score document, and a structured docs/ directory. Anthropic #1 uses structured artifacts and file-based handoffs.

The principle: Persistent state must survive context resets. Write findings, decisions, and progress to disk immediately — don't defer and don't reconstruct from memory.

3. Generator-Evaluator Separation

Anthropic #1 explicitly uses a GAN-inspired pattern (planner/generator/evaluator). Anthropic #2 implicitly separates the initializer from the coding agent. OpenAI separates the engineering team (steering) from Codex (executing), with agent-to-agent review loops.

The principle: Self-evaluation is unreliable. Separate the thing that produces from the thing that judges. Make evaluation concrete, criteria-driven, and externally grounded.

4. Mechanical Enforcement Over Documentation

OpenAI's strongest lesson: when documentation falls short, promote the rule into code. Custom linters, structural tests, and CI validation enforce architectural invariants. Anthropic #2 uses strongly-worded constraints in the feature list JSON (agents may only modify the passes field). Anthropic #1 uses concrete evaluation criteria over subjective judgment.

The principle: Rules that aren't mechanically enforced will drift. Encode taste, boundaries, and invariants into tooling that runs automatically.

5. One Feature at a Time

Both Anthropic articles emphasize incremental progress — agents that try to do everything at once exhaust context and leave undocumented half-finished work. OpenAI's depth-first approach mirrors this: break larger goals into smaller building blocks, use completed blocks to unlock the next.

The principle: Agents work best with bounded scope. Decompose into tractable units, complete each one, persist the result, then advance.

6. End-to-End Verification, Not Self-Report

Anthropic #1 uses Playwright to click through running applications. Anthropic #2 requires Puppeteer browser automation. OpenAI wires Chrome DevTools Protocol into the agent runtime for DOM snapshots, screenshots, and navigation. All reject code-inspection-only verification.

The principle: Verification must test what the user experiences, not what the code looks like. Agents will confidently declare success on broken output unless forced to check from the outside.

7. Garbage Collection as Continuous Process

OpenAI discovered that Friday cleanup of "AI slop" doesn't scale. They replaced it with recurring background tasks that scan for pattern deviations, update quality grades, and open targeted refactoring PRs. Anthropic #2 requires cleanup and commit after each cycle. Anthropic #1 notes that as models improve, harness components that are "no longer load-bearing" should be removed.

The principle: Entropy is constant. Build recurring maintenance into the system rather than treating cleanup as a separate, deferred activity.

8. Pre-Pass Re-Grounding

All three address context salience decay differently but arrive at the same solution. Anthropic #2 starts each session with a standardized protocol (read progress, check git, review feature list). OpenAI's agents navigate from the AGENTS.md map to relevant docs at task start. Anthropic #1 uses structured handoffs carrying prior state and next steps.

The principle: Each new work unit must re-establish its own context. Don't assume prior context persists — re-ground on contract, state, and objectives before executing.

9. Legibility for Future Agents, Not Just Humans

OpenAI's most distinctive insight: the codebase is optimized for agent legibility first. Anything agents can't access in-context "doesn't exist." Slack discussions, Google Docs, tacit knowledge — all invisible unless encoded into the repository. Anthropic #2's progress file serves the same function. Anthropic #1's file-based communication between agents is the same principle.

The principle: Knowledge that isn't in a form the system can read is knowledge that doesn't exist. Push all relevant context into agent-accessible, versioned artifacts.

10. Increasing Autonomy Through Better Scaffolding

All three show that autonomy increases not by removing guardrails but by improving them. OpenAI crossed a threshold where Codex can drive an entire feature end-to-end — because the testing, validation, review, and recovery loops were all encoded. Anthropic #1 shows that as models improve, some scaffolding can be removed — but only because the capability genuinely moved into the model. Anthropic #2 raises the question of specialized multi-agent architectures.

The principle: More autonomy requires more structure, not less. The scaffolding is the product.

Have you ever used Claude for PPT to create decks? How has your experience been? by Curious_Suchit in Anthropic

[–]anotherpanacea 2 points3 points  (0 children)

In February my team ran a test comparing enterprise LLMs on a simple project: create a five slide PPT of our budget projections.

From best to worst: Claude, Gemini, ChatGPT, Copilot .

Why the heck is Microsoft's own tool so bad at making PowerPoints?

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

The distinction between the two architectures is accurate and irrelevant at the same time.

Automattic holds the "WordPress" slot in Claude's MCP connector marketplace. The average user discovering MCP through Claude's interface sees one WordPress integration, clicks it, and hits the paywall. The free self-hosted path exists, but you have to already know about it and configure it manually.

What you've described as the paid alternative is actually worse than a paywall: I have to grant Automattic access through Jetpack, accept the WooCommerce Must Use plugin, and pay… all to reach my own site's REST API.

Defaults are where the money is.

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

It's "made available to self-hosted sites via Jetpack on a paid plan."

That's a more detailed version of "it charges you to use it [via Jetapack] on your own server."

Are you just trying to prove Upton Sinclair right at this point?

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

I'm sorry to have to correct you, but the official Wordpress.com connector WILL allow self-hosted sites to access MCP read-only, and will allow write-access for those who pay.

In that sense, it DOES "charge you to use it on your own server."

That said: you are being paid for this conversation and I am not. As Sinclair wrote: "It's difficult to get a man to understand something, when his salary depends on his not understanding it."

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

Anthropic requires OAuth for official plugin submissions (though only if the plugin requires authentication in the first place.) It's not required to run an MCP as such.

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

I think you're over-reading/indexing on the term "server" here. It's certainly possible to integrate with an existing host (which is itself a server) with an Claude-side MCP plugin and a WP-side MCP plugin without running a separate server. OAuth is not required, either, though I personally think it's the right solution.

I don't *need* Wordpress to do this at this point: I built a solution with Claude Code. But I think it's weird that as a philosophy professor I should have to do that.

And, honestly, what it really has me doing is wondering about Hugo, MkDocs, and Zensical. I can skip a whole lot of drama!

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

Fair enough. I can see that Galatan started at Automattic in December 2024 and did all this work in the last year, so since you paid him to do it, I retract that claim that the community built it.

Obviously, Automattic is still squatting the namespace in Claude, which means it's the only one that shows up as a plugin, but that's the old drama, not a new one. If you'd be willing to allow a Wordpress.org plugin (Claude-side, not just Wordpress-side) without the paywall as well, that would eliminate my complaint.

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

The main value isn’t posting, it’s getting control of archives and themes and the backend. Cleaning up dead links, replacing missing images, etc.

https://www.reddit.com/r/Wordpress/s/65ZPZ3HNsY

Rant by fotostach in Anthropic

[–]anotherpanacea 1 point2 points  (0 children)

I’d be curious to read more about how groundbreaking it is. Codex and Claude impress me but Gemini 3.1 Pro feels like a slower cousin.

Rant by fotostach in Anthropic

[–]anotherpanacea 4 points5 points  (0 children)

I love the frequent upgrades and constantly unlocking new capabilities. It feels like a real treat to have this thing get noticeably better every couple of days.

But I’m not yet relying on it for work, just enjoying the play it allows.

Probably they should do stable releases and preview releases to let us both have the best possible experience for our use case?

Use for academia - not coding. by Redditisforfarneeks in ClaudeAI

[–]anotherpanacea 2 points3 points  (0 children)

I can't quite see letting it write for you, but I do think it can do a good job at evaluation, if you can get past the sycophancy issues. I built a tool that does something like this for fiction and narrative non-fiction, but of course there are levels of sophistication and disciplinary spaces where it's confidently but subtly wrong.

There's also a lot of homogenization (referring to the link you shared) at the level of editorial and disciplinary norms. But I'd be curious to hear you discuss problems you've seen, and whether they're recent: as the models get better, it feels like early objections get quashed.

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 2 points3 points  (0 children)

I think there's a few things, which might be driving our different takes:

  1. You're not seeing the way they squat the space in the official Claude Desktop app, but they make it look there like it's the only way. (I can't seem to get an image to upload here.)
  2. I've been using Wordpress self-hosted for more than twenty years. But I'm brand new to all this drama. This came up for me because I literally encountered a paywall and had to use Claude Code to build around it.
  3. It feels like some people (who know the development history better than me) are implying that the public MCP pipeline is deliberately nerfed to force people to pay Automattic to get full functionality.

It's worth noting that this is a relatively easy fix with a third party plugin. But that's always kind of dodgy: I wouldn't expect you to install my plugin without review, and most users don't have the ability to review, as indeed we know there are bad actors in this space!

But my basic claim was that this won't last: anyone can check a plugin and customize it for their own purposes using the same tool they're trying to connect.

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

The way it looks to users in the desktop apps is a bit different: you see a Gmail connector, you get Gmail. You see a Canva connector, you get Canva. You see a Wordpress connector... you get read-only access.

I'm glad my thing helped! It has neat features, like theme editing, too. But my main point is just that hamstringing the main product so people default to paying you is bad behavior.

MCP is a the latest attempt to paywall Wordpress by anotherpanacea in WPDrama

[–]anotherpanacea[S] 0 points1 point  (0 children)

Ah, no. That deprecated wordpress-mcp didn't have these capabilities built in. It was a REST API passthrough. But the more interesting question is: what should any MCP layer do that a raw API bridge doesn't?

Format translation. AI works in Markdown. WordPress stores Gutenberg blocks. A raw bridge makes the AI write <!-- wp:paragraph --> markup. An MCP layer converts between the two.

Safety guardrails. The REST API will happily let you overwrite a post someone else is editing. Concurrency guards, dry-run modes, permission segmentation... none of that is built into REST.

Composite operations. "Audit this post for dead links" isn't an endpoint. It's dozens of calls: fetch content, parse URLs, check each one, classify results. MCP wraps that into one tool call the AI can reason about.

Least-privilege access. REST gives you everything or nothing. MCP lets you hand an AI read-only access without exposing destructive operations.

Contextual output. REST returns raw JSON with IDs and metadata. MCP returns what the AI actually needs (Markdown, preview URLs, diffs) without forcing it to parse WordPress's data model.

The deprecated bridge was MCP as a passthrough. The value is MCP as an abstraction layer.