shipwithmuse

Entries matching “coding-agent”

21 builds · page 1 of 1

U

mozilla-ai

u/mozilla-ai

We've been curious how far local models have actually come for agentic coding tasks, so we ran an experiment. Setup: • Model: Muse Glimmer (30B), packaged as a single llamafile • Agent: Hermes coding agent (connected via llamafile's local server mode, zero API keys needed) • Target: Mozilla AI's Otari gateway The Issue: We pointed Hermes at a real, reported bug in Otari (#183) where the gateway returned a vague 502 error on image requests instead of passing through the actual provider error. What the Agent Did: Hermes read the issue, navigated the repo, isolated the bug, created a branch, ran existing tests, wrote a new regression test, and opened a draft PR (#727). All of it ran locally and offline, with zero code written by hand. It's still draft PR territory rather than a merged fix, but it's a solid signal that ~30B local models are getting genuinely capable for real dev workflows, not just toy demos. Video walkthrough of the run: https://youtu.be/5GAgbT-XgHU?si=vJqEDGm9hssCO5-M Happy to answer questions about the setup, model performance, or how Hermes handled tool calling!

Reddit post · Local & open models★ Pick

Local Muse Glimmer agent opens a real pull request

U

onwheelscrew

u/onwheelscrew

Anyone using Muse an orchestrator for fleets of coding agents? I’ve found it surprisingly effective and it’s convenient to be able to do so on the go from my phone. Plus Muse can instantly serve your web app for quick testing. it’s actually been pretty fun.

Reddit post · Agents & automation

Muse orchestrating fleets of coding agents

Peter Steinberger 🦞

@steipete

CodexBar learned a few new tricks in the last few weeks! TypeSafe, Nous Portal, Muse Code, CodeRabbit, Replicate, HuggingFace, Pi, Helmcode, v0, Charm Hyper, GitKraken AI, Bifrost My ambitions for this app REALLY outgrew the app name. (Oh and these keychain alerts are no more)

X post · Coding & dev tools· ♥ 1.1K

CodexBar adds Muse Code usage tracking

@syamimhazmi

@syamimhazmi

A vim-modal multi-tab Rust TUI for coding agents where each tab is a session, fronting Muse Spark via muse serve alongside Codex, Antigravity and Grok backends.

GitHub · Coding & dev tools

polyforge

Mark Zuckerberg

@finkd

Releasing Muse Code in beta today. It's a terminal coding agent that takes on complete software engineering tasks across large repos: planning changes, writing code, validating the results. Powered by Muse Spark 1.2, a coding-focused model update.

X post · Coding & dev tools· ♥ 14.8K

Muse Code beta on Spark 1.2

Your product

Sponsored

Put your logo, a line of copy and an image right here, between the builds Muse developers come to read. Same size as a post.

$100/week

Put your product here

Shown every 12 builds · on every catalog page

@Fangyuan025

@Fangyuan025

Chaty is a private offline desktop app built on Rust and llama.cpp that runs Muse Glimmer and other open models locally with a coding agent, RAG knowledge base, deep research and voice.

GitHub · Local & open models

Chaty on-device AI app

@arananet

@arananet

A CLI that opens a shop in headless Chromium to check whether an AI shopping agent can discover and act on the page, and can ask a real Muse Code agent to shop it through the official @muse-code/sdk.

GitHub · Business & commerce

muse-commerce-audit

@BlockedPath

@BlockedPath

Meta Model API OAuth for the pi coding agent. It routes Muse Spark through the openai-responses provider, since the author notes the Muse prompt cache hits about 0% on /chat/completions, and sends 24h prompt-cache retention.

GitHub · Coding & dev tools· ★ 8

pi-meta-oauth: Muse Spark in the pi agent

P

pytorch.org

pytorch.org

PyTorch added end-to-end Muse Glimmer support to ExecuTorch; on an M5 Pro, DFlash speculative decoding lifts image+text decode from 21.6 to 33.0 tok/s, and it powers the Pi coding agent locally.

Resource · Local & open models★ Pick

Muse Glimmer on ExecuTorch: DFlash on Macs and NVIDIA GPUs

Your product

Sponsored

Put your logo, a line of copy and an image right here, between the builds Muse developers come to read. Same size as a post.

$100/week

Put your product here

Shown every 12 builds · on every catalog page

@h1ddenpr0cess20

@h1ddenpr0cess20

A Muse Spark 1.1-powered terminal coding agent forked from Grok Build, with a full-screen TUI, headless mode for CI and ACP embedding in editors.

GitHub · Coding & dev tools· ★ 1

Guac Build

@SecretLUL

@SecretLUL

Muse Code Remote is an open-source web UI and outbound WebSocket relay that lets users drive their terminal Muse Code agent from any browser without opening ports.

GitHub · Coding & dev tools

Muse Code Remote web terminal

@meta-models

@meta-models

Meta's TypeScript SDK and docs for building clients that drive Muse Code agent sessions over the Muse Session Protocol, published as @muse-code/sdk with zero runtime dependencies.

Skill · Coding & dev tools· ★ 40

Muse Code SDK

@mattsta

@mattsta

A translating proxy that lets the muse coding agent run on OpenRouter despite its compiled-out provider support; the included verifier drives the real muse binary and passes 19/19 checks.

GitHub · Coding & dev tools

pproxy for muse on OpenRouter

eli

@_seemethere

Just released a pi extension to make it easier to use Muse Spark 1.1 within pi! Including easy /login behavior! You can install it with: > pi install npm:pi-meta-ai

X post · Coding & dev tools· ♥ 9

pi-meta-ai: Muse Spark in pi

@EclipseAditya

@EclipseAditya

Pi coding agent extension that adds Muse Spark 1.2, 1.2-contributor and 1.1 via the Meta Model API, a maintained fork that fixes a false auth warning on pi v0.84+.

Skill · Coding & dev tools· ★ 1

pi-muse-spark extension

BeefyDan

@B33fyDan

Progress on the VR Forge: The Agent can now move in its own and grab objects, lift them, carry them and change its colors. I am currently using #astra and #musecode both working in different branches. Soon: Minecraft-like experience building with an Agent. Stay tuned!

X post · Games & 3D· ♥ 1

VR Forge: an agent that builds inside VR

U

curiousily_

u/curiousily_

Setup the latest (master) version of llama.cpp server with the guide and the official GGUF weights by Meta AI: https://huggingface.co/meta-models/Muse-Glimmer-30B-GGUF and connected the Hermes Agent to the llama.cpp endpoint. Getting about 22t/s (+3-4t/s) on M5 Pro, using ~24GB including the drafter (provided by Meta). The model did correct tool calls and actually did some useful work inside the Hermes Agent. Moreover, the resulting coding task/project works, which was not the case when running the model with OpenCode. Watch more: https://www.youtube.com/watch?v=cmENEolUtM4

V

vercel.com

vercel.com

Vercel added Muse Spark 1.3 (meta/muse-spark-1.3) to AI Gateway on launch day, with 1M-token context, text/image/PDF input, and both standard and contributor pricing tiers.

Site · Coding & dev tools

Muse Spark 1.3 on Vercel AI Gateway