Muse the band lost @muse to Meta's AI agent
Here is a sentence I did not expect to type this month. A British rock band that has used @muse on Instagram and X for years is now posting as @museband, and the old handle belongs to an AI agent. Meta unveiled Muse, its personal AI agent, on September 8, 2026. By the time the announcement landed, the company was already using @Muse for its agent — and the band's account had moved.
I write about archiving social content, so my first reaction was not about the band at all. It was about every link I have ever saved that points at a handle rather than a permalink. If a platform can hand a username from a 1999-trademarked band to its own product, then a handle is not an identity. It is a lease, and the landlord can reassign it.
What actually happened, and what nobody has explained
The reporting is consistent about the present state and honest about the gaps. Engadget's Karissa Bell, writing on September 9, 2026, confirmed that the band's Instagram username appeared to change to @museband earlier in the summer, that the band now uses @museband on X as well, and that the exact circumstances surrounding how the accounts changed hands are unclear. Meta did not respond to Engadget's request for comment, and neither did representatives for the band.
The dating is genuinely contested, which matters more than it sounds:
- The Independent places the Instagram change in July 2026.
- Reddit users reported seeing something change as early as early June 2026.
- Engadget states plainly that it is not clear when the X changeover happened.
A month or two of ambiguity is the whole story here. If the handle moved in June, that predates the Muse announcement by roughly three months and looks less like a takeover and more like an earlier, unexplained transfer. If it moved in the days before September 8, the inference writes itself — but it would still be an inference. I am not going to pretend the record is cleaner than it is.
One detail is unambiguous and slightly absurd. Mark Zuckerberg's first posts about the Muse agent apparently tagged the band's account, and early posts from other Meta executives did the same. Mike Isaac of The New York Times called it a "bug." A name collision that survived into the launch announcements is a fairly direct demonstration of the problem: the identifier had two owners in people's heads at once.
Meta has done this before — twice, on the record
This is where the story stops being about a band. Engadget walked the precedent, and both cases follow the same shape:
| Year | Handle | Who held it | What happened |
|---|---|---|---|
| 2021 | @Meta | An independent motorcycle magazine | Meta acquired the handle shortly after announcing the Facebook → Meta rename. The editor-in-chief called it a "punch in the gut" from a "corporate Goliath." The magazine later renamed itself. |
| 2023 | @threads | American Threads, a small fashion retailer | Meta did not control the handle when Threads launched. Roughly a month later, it did. |
| 2026 | @muse | Muse, the band, holding a 1999 trademark | Band now posts as @museband on Instagram and X; the agent uses @Muse. Terms undisclosed; Meta declined comment. |
What Meta said in 2021, when pressed, is the only official statement in any of these: "We allow people to change their usernames on Instagram." The company did not answer whether it had contacted or paid the publisher, and said it had not made legal threats.
The honest read: a 1999 trademark is not a shield. The band appears to have been operating on the assumption that long use plus a registered mark equals ownership of a handle. The visible outcome suggests that on a large platform, handle allocation is an internal product decision that long use does not constrain.
The other side of the same coin: X sells handles now
If Instagram's stand is that usernames are not property, X spent late 2025 asserting the opposite. X opened a handle marketplace for buying inactive usernames — reported by The Verge, TechCrunch, Decrypt and others from October 2025, with rare handles priced into the thousands and, per Decrypt, some asking prices reaching seven figures.
Put the two positions next to each other and the inconsistency is the point:
- Instagram: you may not buy, sell or trade usernames — and the platform may reassign one anyway.
- X: usernames are tradeable inventory with a marketplace and a price list.
- Either way: the value of a handle is decided by the platform, not by whoever has been posting from it.
For anyone who treats a handle as a durable citation — a source link in a report, an attribution in a paper, a "follow @name" in a newsletter — both positions produce the same failure mode. The label can move. The record keyed to the label follows it.
What this means for an archive, concretely
I went back through my own saved links after reading the Engadget piece, and the damage pattern is easy to describe even when it is invisible in a browser. A stored URL of the form instagram.com/muse or a note reading "captured from @muse" carries no record of who was publishing at capture time. After a handover, every such reference silently re-points. Nobody gets an error. The page loads. It is simply a different publisher now.
That is the argument for archiving at the level of the post, not the account. A workable habit:
- Store the post text, not just the link. The words are the evidence; the link is a pointer that can be reassigned.
- Record the handle as data, with the date you saw it.
@muse, observed 2026-06-12is a statement of fact about a moment. A bare@museis a claim about the present that expires quietly. - Keep the numeric or long-form identifier too. Post IDs survive handle changes; handles do not survive being wanted by a larger entity.
- Re-verify attribution before citing. If your source is a handle you captured months ago, open it again. You may find an AI agent.
A small script makes the point better than prose. ThreadGrab's public API returns a profile's posts as JSON, which you can flatten into Markdown that pins the handle state at capture time:
curl -s https://threadgrab.com/api/profile/USERNAME \
-H "Accept: application/json" | jq '.' > profile.json
# Write a Markdown snapshots that records the handle AS OBSERVED TODAY
jq -r '"handle_observed: " + .username + "\nobserved_at: " + (now | todate)' \
profile.json > handle-state.md
jq -r '.posts[] | "## " + .created_at + "\n\n" + .text + "\n\nsource: " + .url + "\n"' \
profile.json > archive-2026-09-10.md
Two files, doing two different jobs. handle-state.md is a dated claim about who held the name. archive-2026-09-10.md is the content itself, which keeps saying what it said regardless of who inherits the handle next.
If you already have a folder of older captures and want to know which ones are exposed to a handover, this check is enough to find them. It looks for any stored file whose only identifier is a bare handle with no post ID and no observation date:
# Finder for captures whose only identifier is a handle (no post ID, no date)
grep -rL 'status/[0-9]' archive/ | xargs grep -l 'handle: @' 2>/dev/null
# Anything in that list is a citation that can silently change owner.
# Re-fetch each one and append the handle state you observe today.
for f in $(grep -rL 'status/[0-9]' archive/); do
echo "needs re-verify: $f"
done
The rule the script encodes is simple: a capture that stores a handle and nothing else is not an archive. It is a bookmark that will one day point somewhere you did not intend.
What to watch next
- Whether Meta or the band ever explains the transfer. Right now "unclear" is the only accurate word, and it has stayed that way for a day of very wide coverage. If terms surface, the 2021 and 2023 precedents become much easier to interpret.
- Whether the band's marketers treat @museband as a new start or a temporary detour. A permanent rebuild would suggest they do not expect to get the handle back.
- Whether Instagram's no-trading policy gets restated or revised. Two documented handovers plus a live marketplace on the competing platform is a lot of pressure on a rule that now reads as mostly nominal.
- What happens to inbound links. The interesting long-tail effect is not the band's follower count. It is the thousands of third-party references to
@musethat now resolve to an AI agent with no correction notice anywhere.
The limitations of this article
- Cause is undocumented. I can tell you the handle now belongs to Meta's agent and the band posts as @museband. I cannot tell you whether money, legal pressure, a good-faith negotiation, or an ordinary username change produced that. Any account that states a cause is filling a gap the reporting leaves open.
- The dates disagree. June for Reddit observers, July for The Independent, undated for the X changeover. I have kept all three rather than picking the most dramatic.
- Meta did not comment. As of September 10, 2026, neither Meta nor the band has gone on the record to Engadget. The only first-party statement in the entire precedent chain is Meta's 2021 line about allowing username changes.
- Platform policy can shift. The X handle marketplace was reported from October 2025. Availability and terms should be re-checked before relying on it.
Frequently asked questions
Did Meta take the @muse handle from the band Muse?
The @muse handle on Instagram and X is now used by Meta's Muse AI agent, and the band posts from @museband on both platforms. Engadget reported on September 9, 2026 that the exact circumstances of the handover are not public, and Meta did not respond to its request for comment. Neither Meta nor the band has explained the terms, so treating this as a completed transfer with a known cause would be speculation.
When did the band's Instagram handle change?
Fans noticed the band's Instagram username appeared to change to @museband earlier in the summer of 2026. The Independent put the change in July 2026; Reddit users reported seeing a change as early as June. The X handle changeover is not dated in any source. The gap between the handle moving and Meta announcing Muse is exactly why the timeline is contested.
Has Meta done this before with a username it wanted?
Yes, twice on the record. Engadget notes that Meta secured the @Meta Instagram handle, previously used by an independent motorcycle magazine, shortly after announcing the Facebook-to-Meta rename in 2021. The magazine's editor-in-chief described it at the time as a punch in the gut. When Threads launched in 2023 the @threads handle belonged to a small fashion retailer called American Threads, and a month later Meta controlled the account.
Can you buy or sell an Instagram username?
Officially, no. Meta does not allow people to buy, sell or trade Instagram usernames, and says only that users may change their usernames. On X the position moved the other way: X opened a handle marketplace for trading inactive usernames, reported by The Verge, TechCrunch and others in October 2025. The two platforms now sit on opposite sides of the same question.
What should an archivist take from a handle handover?
That a handle is a lease, not a deed. If your records key on @muse, then after a handover every one of those references now resolves to a different publisher, and old links around the web quietly change meaning. Archive the handle history alongside the content, store the post text and its canonical URL in files you control, and re-verify attribution before you cite a handle you captured months ago.
Does ThreadGrab record a handle change?
ThreadGrab captures public X, Bluesky and LinkedIn content into Markdown with timestamps and the source URL, so a post you saved under an old handle keeps the identity it had when you captured it. It does not and cannot reverse a platform-level username decision. The practical value is that your copy of a thread never silently re-points at whoever holds the handle today.
Last verified: September 10, 2026. Primary sources: Engadget, "Muse, The Band, Lost Its Social Media Handles To Muse, Meta's New AI Agent" by Karissa Bell (September 9, 2026); Meta Newsroom, "Introducing Muse: The World's First Personal AI Agent Built for Everyone" (September 8, 2026); The Independent on the July Instagram change and the band's technology-themed catalogue; Google News aggregation of concurrent coverage from Stereogum, Vulture, Consequence of Sound, Digital Music News, Cybernews and the San Francisco Chronicle (all September 9, 2026); and X handle marketplace reporting from The Verge, TechCrunch and Decrypt (October 2025). The band's 1999 trademark is reported via its wiki, cited by Engadget. Meta and the band both declined or did not respond to comment requests, and the terms of the handle transfer remain undisclosed.
Keep the posts, not just the handle
ThreadGrab turns public X, Bluesky and LinkedIn content into clean, timestamped Markdown — so your archive keeps its authors even when a handle changes hands.
Try ThreadGrab →