Skip to content

Add blog post on Meta Muse Spark 1.1#3092

Open
atharvadeosthale wants to merge 4 commits into
mainfrom
blog/2026-07-09-1-today-were-releasing-muse-spark
Open

Add blog post on Meta Muse Spark 1.1#3092
atharvadeosthale wants to merge 4 commits into
mainfrom
blog/2026-07-09-1-today-were-releasing-muse-spark

Conversation

@atharvadeosthale

Copy link
Copy Markdown
Member

Summary

  • Adds an unlisted Appwrite blog post covering Meta Muse Spark 1.1, the new Meta Model API public preview, pricing, API compatibility, 1M-token context, agentic workflows, safety notes, and benchmark caveats.
  • Includes a source-backed benchmark table from Meta's Muse Spark 1.1 Evaluation Report, plus independent availability context from Artificial Analysis and Scale's SWE-Bench Pro page.
  • Adds the cover generated directly from the Appwrite cover generator API.

Source tweet: https://x.com/finkd/status/2075218444056707458

Validation

  • Ran bun format && bun optimize.
  • Ran bun format after the final wording change.
  • bun run check currently fails in this local checkout because required Appwrite environment variables are not exported, including PUBLIC_APPWRITE_ENDPOINT, PUBLIC_APPWRITE_DASHBOARD, PUBLIC_GROWTH_ENDPOINT, and related init/thread IDs.

@appwrite

appwrite Bot commented Jul 9, 2026

Copy link
Copy Markdown

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Ready Ready View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Queued Queued View Logs Preview URL QR Code


Tip

Git integration provides automatic deployments with optional PR comments

@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds an unlisted blog post covering Meta Muse Spark 1.1's public API preview, along with its AVIF cover image and a corresponding optimize-cache entry.

  • The markdoc frontmatter is well-formed: unlisted: true, correct AVIF cover path, valid author/category, and a complete FAQ block with accurate relative links to Appwrite docs.
  • The benchmark table is properly qualified with explicit vendor-benchmark caveats, independent source citations (Scale, Artificial Analysis), and bold formatting that correctly reflects which model leads each row.
  • The optimize-cache entry uses a .png key for a committed .avif file — this extension mismatch is intentional per repo convention and requires no change.

Confidence Score: 5/5

Safe to merge — this is a content-only addition of an unlisted blog post with no changes to application logic, routing, or shared components.

The change adds three files: a new markdoc post, its AVIF cover image, and a single cache-entry addition. The post is marked unlisted so it won't surface in listings before the team is ready. All internal links are relative and consistent with existing posts. No application code is touched.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/blog/post/meta-muse-spark-1-1/+page.markdoc New blog post covering Meta Muse Spark 1.1; frontmatter is well-formed (unlisted, AVIF cover path, correct author/category), benchmark table sourcing is clearly qualified with vendor caveats, and all internal Appwrite links are relative and valid.
.optimize-cache.json Adds a cache entry for the new cover image; the entry uses a .png extension while the committed file is .avif — this extension mismatch is intentional and managed separately per repo convention.
static/images/blog/meta-muse-spark-1-1/cover.avif New AVIF cover image; format matches site-wide convention and aligns with the cover path declared in the frontmatter.

Reviews (3): Last reviewed commit: "Optimize cover image: convert cover.png ..." | Re-trigger Greptile

The pattern is clear. Muse Spark 1.1 looks especially competitive on **tool-use and workflow-agent benchmarks**, including MCP Atlas, JobBench, Humanity's Last Exam with tools, and Finance Agent v2. It is less clearly ahead on pure coding-agent benchmarks. Meta's own report says Muse Spark 1.1 trails Claude Opus 4.8 and/or GPT-5.5 on Terminal-Bench 2.1 and SWE-Bench Pro, while showing meaningful gains over Muse Spark 1.0.

There is one independent signal already worth noting. [Scale's SWE-Bench Pro public leaderboard](https://labs.scale.com/leaderboard/swe_bench_pro_public) describes SWE-Bench Pro as a harder long-horizon software-engineering benchmark built around complex professional repositories, and Meta's report says Muse Spark 1.1's SWE-Bench Pro result is sourced from Scale. That is stronger than a purely internal coding score, but it is still one benchmark and one harness.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Ambiguous "Strongest compared model" value for MCP Atlas

The value Muse Spark / Opus 4.8 at 82.2 in the "Strongest compared model" column is confusing because "Muse Spark" already appears as the subject of the row. Readers will wonder whether this refers to a prior Muse Spark version (e.g. 1.0), a tie between two models, or a data error. If it means both Muse Spark (prior) and Opus 4.8 both scored 82.2, the cell should read something like Muse Spark 1.0 / Opus 4.8 (tied at 82.2) or simply Opus 4.8 at 82.2 if Muse Spark 1.0 is irrelevant to the comparison.

Prompt To Fix With AI
This is a comment left during a code review.
Path: src/routes/blog/post/meta-muse-spark-1-1/+page.markdoc
Line: 82

Comment:
**Ambiguous "Strongest compared model" value for MCP Atlas**

The value `Muse Spark / Opus 4.8 at 82.2` in the "Strongest compared model" column is confusing because "Muse Spark" already appears as the subject of the row. Readers will wonder whether this refers to a prior Muse Spark version (e.g. 1.0), a tie between two models, or a data error. If it means both Muse Spark (prior) and Opus 4.8 both scored 82.2, the cell should read something like `Muse Spark 1.0 / Opus 4.8 (tied at 82.2)` or simply `Opus 4.8 at 82.2` if Muse Spark 1.0 is irrelevant to the comparison.

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Claude Code Fix in Codex

Comment thread src/routes/blog/post/meta-muse-spark-1-1/+page.markdoc Outdated
@atharvadeosthale

Copy link
Copy Markdown
Member Author

@copilot run bun run optimize and push

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

@copilot run bun run optimize and push

Done. Converted cover.pngcover.avif and updated the reference in the markdoc front matter. Pushed in commit Optimize cover image: convert cover.png to cover.avif.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants