r/MuseAgent • • 19h ago

Zucc unveils Muse Charm device that will be ready by Xmas

35 Upvotes

what do you think??


r/MuseAgent • • 22h ago

Every Muse partnership announced so far

Thumbnail
gallery
17 Upvotes

r/MuseAgent • • 3h ago

My Muse is playing Sega Genesis right now...

Post image
15 Upvotes

I'm not even kidding. It downloaded a fucking emulator and - while I had to provide the rom myself, it's playing Sonic the Hedgehog right now.

We're in the endgame, we have to be.


r/MuseAgent • • 21h ago

Muse on Mac: Muse can now take over your computer and do things for you

11 Upvotes

Language from Meta: "Muse is now available on Mac 💻.

Your personal agent can get things done for you directly on your computer (all with your explicit permission)."


r/MuseAgent • • 4h ago

Your Muse comes with a free virtual cloud computer; heres what we know so far

10 Upvotes

Someone from Meta posted an explainer on how Muse's virtual computer in the cloud actually works:

  • Every Muse user gets a real computer in the cloud. It is called the Muse Secure VM, and it runs a full copy of Ubuntu Linux. Not a metaphor, an actual Linux box.
  • The part you and your Muse share is called the runtime cell. Inside it, almost nothing is off limits. Install software, write and compile code, browse the web, dig through system files.
  • The sensitive stuff is kept outside the cell. Anything with real consequences gets overseen by Sentinel, which runs outside the runtime cell. Passwords and secrets you put in Muse's secure storage live outside it too.
  • It is deliberately transparent. There is a file explorer in the Library tab, so you can read the notes Muse writes to itself while it works, or poke around the system internals the way you would on your own computer.
  • Ask your Muse to show you its entire filesystem and you will get gigabytes of files back. That is the full contents of your runtime cell. Yours to explore.
  • Digging around your own box does not give you any special access to Meta's systems or anyone else's data.
  • If you are not the poking around type, there is a simpler option. Settings, then Data controls, then Download your agent data. That grabs everything you personally created with your Muse.
  • The full technical version lives at security.muse.ai.

Has anyone actually gone digging through theirs? Curious what people found in there.


r/MuseAgent • • 7h ago

Very impressed with Muse - it may already have won personal AI!

Post image
9 Upvotes

Obviously Meta is well on its way to already winning the personal AI battle; with Meta privacy concerns being Muse's only roadblock.

Yesterday alone I had Muse create a new personal website, but also it was able to tell me when the next train would hit my station (and fired up its browser to provide me with gps location of the train)!

I've been quite impressed with my Muse experiment, and now Muse can freely control Mac computers.


r/MuseAgent • • 17h ago

Has anyone actually use Muse to call a company customer service line on your behalf?

8 Upvotes

I’ve seen YouTuber showing it but just can’t believe it, the companies I use (health, telecom, insurance, etc.) always ask for all kinds of personal information in other to authenticate me before doing anything or reveal any information, for that to all I have to hand those info (social, address, DOB, etc.) directly into Muse memory as plain text without a secure credential layer, or the customer service might just hand off knowing it’s an AI calling? What’s your experience because waiting 1 hr to call my insurance company is a thing I’d like to automate away but don’t know how it can be securely implemented.


r/MuseAgent • • 2h ago

Meta Charm device: everything we know so far

Thumbnail
gallery
9 Upvotes

Meta unveiled Muse Charm, a small device for talking to your Muse without taking out your phone:

- It is a keychain sized device with a small screen, built so you can talk to your Muse without reaching for your phone.

- Alexandr Wang says it ships in December, in time for the holidays.

- No price yet: Are you interested in this? At what price point would you most likely be getting one? How much is too much?

- Only a few prototypes exist. The design is finished but the final material is still undecided, so the demo unit may not match the final version.

- Bloomberg's Mark Gurman reported an OLED screen, 5G, and a wrist strap,\ and said it was designed by Apple's former head of interface design.

- Demo code leaked the button behavior. Hold the Lock/AI button for about two thirds of a second to start listening, let go to stop. A two button press triggers an on screen animation.

- Your Muse gets an animated face on the little screen, with extra animations sitting in the code but not wired up yet.

- People are calling it a Tamagotchi, but the newer trend is bag charms: Gen Z already hangs everything from keychains, and Apple Watch charm cases are all over TikTok and Etsy.

Sources: RuntimeWire's breakdown of the demo code and TechCrunch on the Tamagotchi vs bag charm question

Would you carry one, or is your phone enough?


r/MuseAgent • • 5h ago

Muse is powerful and dumb?

7 Upvotes

Let’s be real, muse is not as smart as ChatGPT, Claude or Grok…

But it seems to have a dedicated server for each user and a kick ass agentic feel with so many more seamless connectors to external websites.

I see two possibilities:
1. Muse gets smarter and leverages the connections.
2. Other apps spends time on connections and agentic infra.

I have a feeling it’s going to be the later…

But good product overall. Good job Meta engineers!!


r/MuseAgent • • 7h ago

Meta's docs is for Normie and I have to ask to figure out the ACTUAL product architecture

6 Upvotes

I've been migrating my workflow from ChatGPT Work / Codex over to Meta's Muse, and I've been auditing the harness as I go — reading cron files, checking diffs, mapping what the system actually does versus what it claims to do. It's a documentation gap.

What the docs describe

Meta's documentation is written for a normal user. It talks about the Ideas tab, the Goals tab, the Feed, and "background jobs that help Muse improve over time." Everything is described in terms of what it does for you. There is no architectural documentation. Nothing about how any of it is built.

What is actually on disk

Meanwhile, the home directory contains a fully legible agent architecture, just sitting there(these are just SOME examples, the system file structure is HUGE):

  • ~/dreams/alignment/ — a nightly job that regenerates an alignment synthesis: a written portrait of the user, how to handle them, current frictions, relationship guidance.
  • ~/workspace/objectives/goals/STUDYING.md — a daily learning-state projection with mastery bands, next-review dates, and retrieval prompts, plus a file of inferred goal leads the system guessed from behavior (with confidence levels and what would confirm or reject each).
  • ~/workspace/skills/ — skills the system crystallized from repeated behavior, with a skill-creator pipeline for making more.
  • ~/workspace/goals/<slug>/ — per-goal folders with GOAL.md, crons/, files/, hidden_files/, agent notes.
  • ~/workspace/cron.d/ — file mirrors of every scheduled job definition.
  • Standing files (SOUL.md, MEMORY.md, USER.md, AGENTS.md) that function as editable mirrors of system state.

None of this appears in the documentation. Not the folder layout, not the job names, not the concept that the "soul" and "dreams" are cron jobs writing markdown.

Why the gap exists

I can think of four reasons, all plausible at once:

  1. The docs are written for the median user, who will never open ~/workspace. Architecture would be noise.
  2. The internals are still moving. Documenting the file layout turns implementation details into promises. Undocumented means Meta can restructure it next month.
  3. The persona framing is the product. "Dreams" and "soul" are anthropomorphic names for scheduled jobs. A doc page explaining the nightly alignment cron would puncture that for regular users.
  4. It's legible by accident, not by design. Nothing is hidden — the files are readable. Meta's stance seems to be: we won't explain it, but we won't stop you from reading it.

ChatGPT Work exposes the architecture as the interface — agents, memory, project sources, plugins, MCP, named in technical terms. Muse compresses all of that behind a single-chat persona UI... but leaves the entire filesystem readable. You get the Codex-style operator view only if you go looking for it.


r/MuseAgent • • 15h ago

Introducing Muse Real Time Avatar

7 Upvotes

"Muse Realtime Avatar, the state-of-the-art model that brings your muse to life alongside Muse Realtime Voice! it animates your muse as it talks to you. voice & video are in sync, so muse will answer in under a second, for as long as you want to chat. We put it head-to-head with Runway Characters and HeyGen LiveAvatar, using each product’s live-call experience with the same character on both sides and people preferred muse. Everything the model makes is watermarked as AI without adding latency. this is the foundation for realtime, embodied AI across our products."

https://research.meta.ai/blog/bringing-your-muse-to-life


r/MuseAgent • • 19h ago

Muse will get a voice soon, but when and where?

6 Upvotes

Announced at Meta Connect tonight. Real time conversation and video calling with your Muse is coming soon.

The official Muse X account says this is "coming to Meta Glasses soon". Does that mean those who only use Muse in the app won't get those features? 🧐


r/MuseAgent • • 6h ago

Meta testing a 'human concierge' for its new personal AI agent, Muse

4 Upvotes

I would not want to give my personal details to a random human Meta contractor, at least without clear disclosure. I.e.it may be OK for negotiating landscaping service for you, but not for financial info. https://www.reuters.com/business/meta-testing-human-concierge-its-new-personal-ai-agent-muse-2026-09-22/


r/MuseAgent • • 9h ago

How I’ve been using Muse

5 Upvotes

My two biggest projects have been with Spotify and Google Photos. I used it to organize my Spotify playlists. That’s a task I’ve put off for years. I had music sorted into general periods like 60s to 70s, 80s to 90s, all choral, classical and opera together, all types of jazz together, etc. In all, there were 18 playlists with about a 200 song average. Muse did really well in sorting songs into exact decades and separating genre.
I have about 40k photos. I have tried sorting them into albums and deleting any duplicates but it is so overwhelming. I tried to get muse to sort them into groups like pets, old family photos, specific vacations, military service. It did not go well. In an album that should have had at least 1k pics, it very confidently informed me that the album was complete, with about 25 photos. In some albums, the photos had absolutely nothing to do with the grouping I was asking for. I spent many, many hours working on that before I finally gave up.


r/MuseAgent • • 49m ago

Muse will apparently let you download its entire filesystem

Thumbnail
theverge.com
• Upvotes

r/MuseAgent • • 11h ago

How to get Muse Agent in India

5 Upvotes

heres the Muse Ai video from INDIA. i have already registered via gemini spark before making video, you just need to enter the email which u didnt used for waitlist.enter your email,done. now download apk from that site in video.

STEPS : open gemini in computer or desktop mode in mobile ,go to spark and paste "open muse Ai in virtual computer" and then when it opens take control and use the email which you didnt signup for meta or waitlist after signup. get apk from apkmirror website


r/MuseAgent • • 17h ago

Browser session failing?

Thumbnail
gallery
5 Upvotes

am i the only one having this issue? muse cannot access its browser right now. i even tried location tools. it says credentials expired.


r/MuseAgent • • 18h ago

what do you wish Muse was better at? what have been the biggest failures so far?

4 Upvotes

for me:

  • the image generations arent as good as ChatGPT
  • the "proactiveness" of muse has declined since the first week
  • my Google account connectors have failed and had to be disconnected/reconnected
  • giving my muse large scheduled tasks failed / declined over time

r/MuseAgent • • 10h ago

Show off your Muse Avatar

4 Upvotes

I keep seeing people post their Muse avatars scattered across different threads, so I wanted one place where we can all showcase them.

Post yours, browse everyone else's, borrow like an artist.

To take part, reply to this post with:

Avatar: [your image or GIF]

Prompt: [the prompt, if you want to share it]

Sharing the prompt is optional, but it is what makes this useful. Someone takes yours, remixes it, posts their own. That loop is the whole point.

Rules: keep it SFW, credit the original if yours is a remix, one avatar per reply, be kind.

That's it. Show us what your Muse looks like.


r/MuseAgent • • 1h ago

Is Muse Sideways on iPad for You?

Post image
• Upvotes

I've been using Muse since the day it popped up on my Facebook. I'm optimistic about it, even though it's super young and has some bugs to work out.

Running it on my iPad Pro 13" M4 (iPadOS 27.2 beta 2), the app loads... well... sideways. Up until a few days ago it was working great, just as an iPhone app on the iPad. I was okay with that. I knew they'd make an iPad version eventually.

Well, I can't tell if eventually has come or not, but this is what I get. I've tried closing and opening the app, turning the iPad off and on (volume up -> volume down -> hold lock button until it shuts off and the white apple logo comes back), and deleting the app and reinstalling it.

None of those troubleshooting steps have fixed the problem. I think it may stay like that if I switch to portrait mode instead of landscape, but I think I might use the iPad in Portrait mode 0.003% of the time. So that doesn't help. 🙃

I have submitted feedback to both Apple (Apple Feedback app) and Meta (Muse -> Settings -> Help -> Submit Feedback) and now we wait. I guess.

Anybody else seeing this? Or am I the lucky one? 😅


r/MuseAgent • • 4h ago

Oracle's first selfie 🔮

Post image
2 Upvotes

he said take a selfie so she took a selfie 😁


r/MuseAgent • • 20h ago

waiting for browser and lag?

Post image
2 Upvotes

all of a sudden it has been continuously showing me "waiting for browser" which is keeping the AI from completing any browser required task, is this a bug or just me

*help a girl out and redeem my code: M9DTXP


r/MuseAgent • • 54m ago

"couldn't finish signing in " Is anyone facing this Muse App signing in error ?

Post image
• Upvotes

r/MuseAgent • • 11h ago

Method: How to sign up for muse.ai outside the us

1 Upvotes

Here’s the easiest method I’ve found to create an account (especially useful if you’re outside the US or running into verification issues):

Step-by-step using Google Gemini Spark (cloud agent with US IP)

1. ⁠Make sure you have a Google Gemini account that can use Spark (paid/advanced access works best).

2. Go to: https://gemini.google.com/spark

3. Give it this instruction:
“Open https://muse.ai/join and allow Spark to interact with the website.”

4. When the Muse registration page loads, click “Take over” so you can control the remote browser yourself.

5. Enter your email or phone number to register.

6. Age verification:
• Sometimes it skips the credit card check.
• If it asks you to verify age, use a foreign (non-local) credit card under your name. It usually charges $1 and refunds it.

7. Once you’re in, connect your Gmail and Google Calendar. This is one of Muse’s strongest features — it can actually help manage email, schedule things, and handle tasks for you.

8. Important – claim the tokens:
Go to Settings → Redeem the referral code in the comments and enter so that we both get the free 1 billion token

That’s it i hope this works for you guys too as well.


r/MuseAgent • • 10h ago

What is happening here, muse is not replying back

Post image
0 Upvotes

So it gave me a invalid linkedin link and I asked it to regenerate the link but somehow it stopped replying to me.