NEW · Morning journal prompts → start your day with intention
Random Prompts
New Aug 10 2026 · Meta Superintelligence Labs · Apache 2.0 Open-Weight · Runs on a single GPU

Muse Glimmer Prompt Generator

The Muse Glimmer prompt generator gives you 20 free, copy-paste prompts for Meta's open-weight 30B multimodal AI model. Vision analysis, local agents, coding, research — runs on your own hardware. No signup needed.

What is a Muse Glimmer Prompt Generator?

The Muse Glimmer prompt generator on this page gives you 20 ready-to-use prompts designed for Meta Muse Glimmer — the open-weight 30B multimodal model released by Meta Superintelligence Labs on August 10, 2026. Each prompt is written to make use of Glimmer's distinct strengths: accepting both text and images as input, a 131K-token context window for long-document tasks, and the ability to run privately on your own hardware.

Muse Glimmer is distilled from Meta's frontier model Muse Spark 1.2 and released under the Apache 2.0 licence — meaning anyone can download it, run it locally on a single consumer GPU, and use it for both personal and commercial purposes at zero per-token cost. Unlike API-only models, Glimmer keeps your data on your machine.

The prompts below are organised across Glimmer's six best use-case categories: vision analysis, local agent workflows, code review, research synthesis, long-context tasks, and writing. Copy any prompt directly into Muse Glimmer via Ollama, LM Studio, Meta's API, or any OpenRouter-compatible client.

How to Get the Best Results from Muse Glimmer

Use this structure to get structured, reliable output from Muse Glimmer:

[Context: who you are and what you're working on] + [Task: specific instruction with numbered sub-tasks] + [Format: how you want the output structured] + [Attachment note: ATTACH IMAGE or PASTE TEXT]

What Muse Glimmer Does Best:

  • Analysing images — screenshots, diagrams, charts, documents
  • Long-context tasks with 131K token window (full codebases, contracts)
  • Multi-step agent tasks with tool use instructions
  • Privacy-first local inference — no cloud, no data sharing
  • Structured output extraction from text or images
  • Cross-referencing multiple documents in one pass

Prompting Tips for Muse Glimmer:

  • Number your sub-tasks (1, 2, 3…) — Glimmer follows numbered lists well
  • Specify output format explicitly: JSON, table, numbered list, paragraph
  • For vision tasks, describe what you want extracted before attaching the image
  • For long documents, paste or attach the full text — don't summarise it yourself
  • Use "you are a [role] agent" framing for agentic workflows
  • Ask for confidence levels on ambiguous extractions

20 Free Muse Glimmer Prompts — Copy & Paste

Click any prompt to copy — paste directly into Muse Glimmer via Ollama, LM Studio, or the Meta API

1. Architecture Diagram — Implementation Checklist

Vision Analysis

I am attaching an architecture diagram for a distributed microservices system. Analyse every component and connection shown in the image and produce: (1) A numbered implementation checklist ordered from foundational infrastructure to application layer — each item should name the specific component, the technology choice shown or implied, and the key configuration decision. (2) A dependency map showing which items must be complete before each subsequent item can begin. (3) A list of the three highest-risk components and why. (4) Any components in the diagram that appear incomplete or inconsistently connected. Format your output as a structured technical brief suitable for a sprint planning session. [ATTACH DIAGRAM]

2. Local Coding Agent — Multi-File Refactor

Local Agent

You are a local coding agent with access to a Python codebase. I will paste the contents of three files below. Your task: (1) Identify all duplicate logic across the three files and propose a shared utility module that eliminates the duplication — show the exact module contents; (2) Flag any function that has no corresponding test coverage and generate a pytest test for each; (3) Identify any function exceeding 40 lines and propose a refactored version that splits it into smaller, named sub-functions; (4) Check all import statements — flag unused imports and suggest removals. Output your changes as a structured diff with file name headers. Do not summarise — show me the actual code. [PASTE FILE CONTENTS]

3. Invoice Data Extraction — Structured Output

Vision Analysis

I am attaching an invoice image. Extract every data point from it and return a fully structured JSON object with the following fields: vendor_name, vendor_address, vendor_email, vendor_phone, invoice_number, invoice_date, due_date, line_items (array of: description, quantity, unit_price, line_total), subtotal, tax_rate, tax_amount, total_due, payment_terms, currency. If any field is absent or illegible, set its value to null and note the reason in a separate 'extraction_notes' field. After the JSON, add a one-paragraph data-quality assessment: what is clearly readable, what is ambiguous, and whether you recommend manual verification of any field. [ATTACH INVOICE IMAGE]

4. UI/UX Screenshot Audit

Vision Analysis

I am attaching a screenshot of a web application dashboard. Conduct a structured UX audit covering: (1) Information hierarchy — is the most important information visually prominent? Identify the three most visually dominant elements and assess whether they match user priority; (2) Cognitive load — count the number of distinct interactive elements visible. Is it above or below the optimal 5-9 for working memory? (3) Affordance clarity — identify any element whose function is unclear from its visual design alone; (4) Accessibility flags — note any likely colour contrast issues, small touch targets, or text that appears below 14px; (5) Navigation clarity — can a new user determine where they are and what their three most likely next actions are within 5 seconds? End with a prioritised list of the five highest-impact improvements, each with a single actionable recommendation. [ATTACH SCREENSHOT]

5. Research Figures Synthesis

Research

I am attaching four figures from different academic papers on the same topic: large language model fine-tuning methods. For each figure: state which paper it appears to be from if identifiable, describe what metric is being compared, and what the key takeaway is. Then produce a cross-figure synthesis: (1) Which fine-tuning method shows the most consistent advantage across all four figures? (2) Where do the figures contradict each other — and what methodological difference most likely explains the contradiction? (3) What question do these four figures collectively fail to answer that a fifth study should address? Format as a research briefing note with figure references in brackets. [ATTACH 4 PAPER FIGURES]

6. Handwritten Notes — Structured Summary

Vision Analysis

I am attaching a photo of handwritten meeting notes. Transcribe every legible element of the notes, marking illegible sections with [unclear]. Then organise the transcribed content into a structured meeting summary with the following sections: Meeting Date and Participants (if noted), Agenda Items Discussed, Key Decisions Made (as a numbered list), Action Items (as a table: Owner | Task | Deadline), Open Questions Raised But Not Resolved, and Any Follow-Up Meeting Dates Noted. If the notes appear to be from multiple separate meetings, separate them clearly. [ATTACH NOTES PHOTO]

7. Competitive Product Comparison — From Screenshots

Vision Analysis

I am attaching screenshots of the pricing pages of three competing SaaS products. For each product: extract the plan names, prices, billing frequency, and every feature listed under each plan. Then create a unified comparison in three formats: (1) A structured table with products as columns and features as rows — mark each cell as Included, Add-on, or Absent; (2) A positioning analysis identifying which product is positioned as entry-level, which as mid-market, and which as enterprise — explain the pricing and feature signals that support each positioning; (3) A buyer's guide summary: for what specific buyer profile is each product the best choice, and why? [ATTACH 3 PRICING SCREENSHOTS]

8. Long-Context Document Q&A

Research

I am pasting a 60-page technical specification document below. After reading the full document, answer the following five questions — cite the specific section or page number for each answer: (1) What is the stated performance benchmark for the system under peak load conditions? (2) What are the three explicitly stated failure modes and their corresponding recovery procedures? (3) Does the document specify a maximum acceptable latency for the primary API endpoint, and if so, what is it? (4) Are there any contradictions between the requirements stated in Section 2 and the constraints described in the appendices? (5) What open questions or TBD items remain unresolved in the final version of the document? [PASTE FULL DOCUMENT]

9. Agentic Task — Customer Support Triage

Local Agent

You are a local customer support triage agent. I will provide you with 20 raw support ticket texts below. For each ticket: (1) Classify the issue type from this fixed taxonomy: Billing, Technical Bug, Feature Request, Account Access, Onboarding, Other; (2) Assign a severity: Critical (blocking work), High (significant friction), Medium (inconvenient), Low (cosmetic); (3) Extract the customer's stated desired outcome in one sentence; (4) Suggest the team or individual this ticket should be routed to; (5) Draft a 2-sentence initial acknowledgement reply that is specific to this ticket's issue — not a generic template. Output as a structured JSON array with one object per ticket containing: ticket_id, issue_type, severity, desired_outcome, routing, acknowledgement_reply. [PASTE TICKET TEXTS]

10. Codebase Review — Security Audit

Code

Review the following Python/Node.js code for security vulnerabilities. For each vulnerability found: state the vulnerability type (e.g. SQL injection, insecure deserialization, hardcoded credential, path traversal, SSRF, command injection, XSS), the exact line number or function name where it occurs, an explanation of how it could be exploited, a severity rating (Critical / High / Medium / Low / Informational) with CVSS 3.1 rationale, and a corrected code snippet that resolves the issue without changing the function's intended behaviour. After all individual findings, provide a summary: total count by severity, the single highest-risk finding you'd remediate first, and any security pattern that appears to be a systemic coding practice problem rather than an isolated mistake. [PASTE CODE]

11. Chart Interpretation — Business Data

Vision Analysis

I am attaching a business performance chart. Provide a structured analysis: (1) Chart type identification and what metric(s) are being plotted, including units and time range; (2) Trend identification — describe the overall trend, any inflection points, and whether the trend is accelerating, decelerating, or stable; (3) Anomaly detection — identify any data points that deviate significantly from the trend and propose the two most likely explanations for each; (4) A plain-English executive summary of what this chart tells a non-technical stakeholder in 3 sentences; (5) The single most important business action this data suggests, and what additional data would be needed to confirm that action is the right one. [ATTACH CHART IMAGE]

12. Local Privacy Agent — PII Redaction

Local Agent

You are a privacy-first local document processing agent. I will paste a raw document text below. Your task: (1) Identify and tag every instance of personally identifiable information (PII) by type: full name, email address, phone number, physical address, date of birth, national ID number, financial account number, IP address, biometric descriptor, or medical information; (2) Produce a redacted version of the document where every PII instance is replaced with a type placeholder in brackets, e.g. [EMAIL], [FULL_NAME]; (3) Generate a PII inventory table: Type | Count | Examples of Redacted Values (show only the placeholder format, not the real values); (4) Flag any sentence where PII removal significantly changes the meaning of the surrounding text, requiring human review before use. [PASTE DOCUMENT]

13. Product Roadmap — From User Research Notes

Research

I am pasting raw notes from 12 user research interviews below. Each interview is separated by '---'. Read all 12 and produce: (1) A thematic analysis — identify the top 5 recurring pain points across all interviews, ranked by frequency. For each theme, include 2-3 direct quotes from different participants; (2) A jobs-to-be-done framework summary — for each theme, articulate the underlying job using the format 'When I [situation], I want to [motivation], so I can [expected outcome]'; (3) A prioritised feature recommendation list — 8 features that would address the top themes, ordered by impact and feasibility, with a one-sentence rationale for each; (4) Any notable outlier or contradictory finding that did not fit the main themes but could represent an underserved segment. [PASTE INTERVIEW NOTES]

14. Long-Form Technical Article

Writing

Write a 1,200-word technical article titled 'Running Open-Weight AI Models Locally: A Practical Guide for 2026.' The audience is a software developer who has heard about local AI but never tried it. Structure: (1) Why run locally — 3 concrete benefits (privacy, latency, cost) with a specific example for each; (2) Hardware requirements — what GPU VRAM is needed for 7B, 13B, and 30B models, and what consumer cards currently hit each threshold; (3) The 5-step quickstart — from model download to first inference, using a real tool like Ollama; (4) A comparison of three current open-weight models suitable for local use (Muse Glimmer, DeepSeek V4 Flash, Kimi K3) — one paragraph each on their strengths; (5) Three real-world use cases where local beats cloud: private document processing, low-latency autocomplete, and offline travel assistant. End with a one-paragraph 'when to stay in the cloud' honest coda.

15. Contract Clause Comparison — Image Input

Vision Analysis

I am attaching two scanned pages from different versions of the same software licence agreement — Version A and Version B. Compare the two documents and identify: (1) Every clause that differs between versions — present as a structured table with three columns: Clause Reference | Version A Text | Version B Text; (2) Flag any change that materially alters the legal rights or obligations of either party — rate each as Major Change or Minor Change with a one-sentence legal plain-English explanation; (3) Identify any clause present in one version and absent in the other; (4) Write a one-paragraph change summary suitable for a non-lawyer executive explaining what has changed and what it means practically. [ATTACH BOTH DOCUMENT PAGES]

16. Agentic Workflow — Email Batch Processor

Local Agent

You are an email processing agent running locally. I will paste the contents of 15 raw emails below, each separated by '---'. For each email: (1) Classify it into one category: Action Required, FYI Only, Meeting Request, Newsletter/Marketing, Automated Notification, or Spam; (2) For 'Action Required' emails: extract the specific action, the person responsible, and any stated deadline; (3) For 'Meeting Request' emails: extract the proposed date/time, attendees, location or video link, and meeting purpose; (4) Draft a one-sentence response acknowledgement for every email that requires a reply — do not draft generic responses; (5) Flag the three emails that are highest priority and explain why in one sentence each. Produce your output as a structured per-email report, then a separate 'Priority Actions' section at the end. [PASTE EMAIL CONTENTS]

17. Photo Recipe Generator

Vision Analysis

I am attaching a photo of the contents of my fridge or kitchen counter. Identify every ingredient you can clearly see, noting uncertainty for any item you are not confident about. Then: (1) Suggest 3 complete recipes that can be made using primarily the identified ingredients — each recipe should have a name, 4-sentence method, and a note on any one additional ingredient that would significantly improve it; (2) Rank the 3 recipes from quickest to most involved with estimated prep and cook time; (3) Flag any ingredient in the image that appears to be near or past its freshness peak, based on visible cues; (4) Suggest one pantry staple that is likely already in my cupboard and would unlock 2 additional recipes from these ingredients. [ATTACH FRIDGE/PANTRY PHOTO]

18. Slide Deck Critique — From Screenshot

Vision Analysis

I am attaching a screenshot of a presentation slide. Evaluate it across five dimensions and give a score out of 10 for each with a one-paragraph justification: (1) Clarity — can someone read and understand the main message in under 8 seconds?; (2) Visual hierarchy — is the most important information the most visually prominent?; (3) Data integrity — if there is a chart or statistic, is it clearly labelled and does it appear to be presented without distortion?; (4) Design quality — is the layout clean, are colours used purposefully, is whitespace adequate?; (5) Message strength — does the slide advance a single clear argument or is it trying to do too many things? After the scores, give the one change that would most improve this slide and show the exact revised copy/structure. [ATTACH SLIDE SCREENSHOT]

19. Multi-Source Research Brief

Research

I will paste excerpts from five different sources on the topic of AI regulation in the EU below. Read all five, then produce: (1) A 300-word objective synthesis of what the sources collectively establish as fact — no opinions, only what is directly evidenced; (2) A comparison of where the sources agree, where they differ, and where they are silent (noting gaps in the collective coverage); (3) A 150-word opinionated analysis — your reasoned assessment of what the most significant implication of these facts is for an AI company operating in Europe in 2026; (4) Three specific follow-up questions that are not answered by any of the five sources and would be material to a compliance decision. [PASTE SOURCE EXCERPTS]

20. Local Development Assistant — Debug From Screenshot

Code

I am attaching a screenshot of an error message and stack trace from my terminal or browser console. Diagnose the error: (1) Identify the exact error type, the file and line where it originates, and the immediate cause; (2) Trace the call stack from the error point back to the originating function call — explain in plain English what each frame in the stack represents; (3) Provide the most likely fix as a code snippet — show the exact lines to change and what to change them to; (4) Explain in one sentence why this fix works; (5) List two alternative causes that could produce this same error if your primary diagnosis is wrong — and what distinguishing test or log check would confirm or rule each one out. [ATTACH ERROR SCREENSHOT]

Muse Glimmer vs. Alternatives (2026 Comparison)

How Muse Glimmer compares to the closest open-weight and hosted AI models in 2026:

Model Size / Type Vision? Open-Weight? Context Best For
Muse Glimmer ★ 30B, multimodal Yes — text + images Yes — Apache 2.0 131K tokens Local vision + agent tasks, privacy-first
Muse Spark 1.2 Frontier, closed Limited No — API only 1M tokens Hardest coding, ultra-long context
Gemini 3.5 Flash Mid-size, hosted Yes No — Google API 1M tokens Fast, cost-effective cloud vision tasks
Kimi K3 Frontier, open-weight Text only Yes 128K tokens Hard reasoning, math, STEM — no vision
DeepSeek V4 Flash Fast, open-weight Text only Yes 64K tokens Fast local inference, coding, summarisation

★ Muse Glimmer is the only open-weight model in this comparison with native vision support — the key differentiator for local image analysis tasks. Specs as of August 2026.

Muse Glimmer Prompting Tips

Do This:

  • Use numbered sub-tasks — Muse Glimmer handles structured instructions well
  • Attach images directly; don't describe them — let Glimmer see them
  • Specify output format (JSON, table, numbered list) to avoid freeform answers
  • Pass full documents in the context window rather than summarising first
  • Use "you are a [role] agent with access to [tools]" for agentic prompts
  • Ask Glimmer to flag uncertainty — it responds well to confidence-level requests

Avoid This:

  • Vague, open-ended prompts — Glimmer performs best with specific constraints
  • Describing an image in text when you can attach it directly
  • Asking for image generation — Glimmer understands images but does not generate them
  • Mixing too many unrelated tasks in a single prompt — split into separate calls
  • Skipping the context-setting step for professional tasks (who you are, what you're building)
  • Using it for real-time web search — Glimmer has a training cutoff; pair with a RAG layer for live data

Frequently Asked Questions — Muse Glimmer

What is Meta Muse Glimmer?

Muse Glimmer is an open-weight 30-billion-parameter multimodal AI model developed by Meta Superintelligence Labs, released on August 10, 2026. It accepts both text and images as input and generates text output. Unlike its parent model Muse Spark 1.2 — which is closed and API-only — Muse Glimmer is released under the Apache 2.0 licence, meaning anyone can download, run, and modify it. It is optimised for local deployment on a single consumer GPU, long-running agentic tasks, and tool use, with a 131,072-token (131K) context window.

How is Muse Glimmer different from Muse Spark 1.2?

Muse Spark 1.2 is Meta's frontier coding and reasoning model — larger, more capable, closed-weight, and available only via the Meta Model API. Muse Glimmer is a 30B model distilled from Muse Spark 1.2, meaning it inherits much of Spark's knowledge and instruction-following behaviour but in a smaller, open-weight package that can run on a single GPU. The tradeoff: Glimmer is less powerful on the hardest reasoning benchmarks than Spark, but it is free to run locally, has zero per-token cost, and enables privacy-first workflows where data never leaves your machine. For most practical tasks — document processing, vision analysis, coding assistance, agent workflows — Glimmer is capable enough to be the better choice.

What hardware do I need to run Muse Glimmer locally?

Muse Glimmer (30B parameters) runs on a single consumer GPU. At 4-bit quantisation (the standard for local inference), a 30B model typically requires approximately 20–22 GB of VRAM. Cards that comfortably meet this include the NVIDIA RTX 5090 (32 GB), RTX 4090 (24 GB), or RTX 3090 Ti (24 GB). At 8-bit quantisation, VRAM requirements roughly double, so that is less practical for local use. If you are using an Apple Silicon Mac, the M4 Max (128 GB unified memory) or M4 Pro (48 GB) handle 30B models well via MLX or llama.cpp. For inference via the Meta Model API or OpenRouter, no local GPU is required at all.

Can Muse Glimmer analyse images?

Yes. Muse Glimmer is a multimodal model that accepts both text and images as input. You can attach screenshots, photos, diagrams, charts, scanned documents, UI mockups, or any image file alongside your text prompt, and Muse Glimmer will reason over both. This makes it useful for tasks like extracting data from invoices, auditing UI screenshots, interpreting research figures, comparing contract documents, and debugging from error screenshots — all without needing a separate vision model. The vision capability is built in natively, not bolted on via a plugin.

Is Muse Glimmer free to use?

Muse Glimmer is free in two senses. The model weights are released under the Apache 2.0 licence — you can download and run the model on your own hardware at zero cost, with no per-token charges and no usage limits beyond your hardware's capacity. If you prefer cloud inference, Muse Glimmer is available via OpenRouter and other third-party inference providers at competitive per-token pricing (typically lower than closed frontier models). The Meta Model API may also carry Glimmer as a hosted option. For privacy-sensitive workloads, local deployment is the recommended choice since data never leaves your machine.

What are the best use cases for Muse Glimmer prompts?

Muse Glimmer excels at tasks that benefit from its three key advantages: multimodal input (vision + text), a long 131K context window, and the ability to run locally for privacy-sensitive work. The strongest use cases are: (1) Document and image analysis — invoices, contracts, research papers, charts, UI screenshots; (2) Local agent workflows — multi-step tasks with tool use where data should not leave your machine; (3) Codebase review and refactoring at scale — the 131K window lets you pass entire files without chunking; (4) Long-context research synthesis — summarising and cross-referencing multiple sources in a single pass; (5) Privacy-first processing — PII redaction, confidential document handling, internal data analysis that cannot go to cloud APIs.

More AI Model Prompt Generators