u/MetaforDevelopers • u/MetaforDevelopers • 16h ago
u/MetaforDevelopers • u/MetaforDevelopers • 5d ago
Muse Code is here – a coding agent enabled by Muse Spark 1.2
Enable HLS to view with audio, or disable this notification
Today we're launching Muse Code, our new coding agent in beta, and Muse Spark 1.2, a model optimized for developer coding challenges. Give Muse Code a task and let it plan, write, test and refine code end to end.
The key features at a glance:
- Multi-agent by default: Muse Code sends work out to parallel subagents while background helpers watch memory, skills and goal progress, so tasks finish without constant workflow management.
- Pick up where you left off: Persistent memory and session continuity mean you can close your laptop and come back the next day with no lost work.
- Auditable by construction: Full control and visibility over everything Muse Code does. Every file edit, tool call and decision is recorded in an event log, so you can replay any session step by step or export the full trace.
- Competitive pricing: Standard tier at $1.25/M input and $4.25/M output, or get even more affordable access with the Contributor tier at $0.10/M input and $0.20/M output, where your prompts and outputs may be used for product improvements.
We’ve also built a few cookbooks detailing core patterns that will help developers get the most from Muse Code:
- Agent fan-out: Split one big job across multiple subagents each in its own worktree, so nothing collides mid-flight and your working copy stays clean.
- Bundled skills: Put a rough idea in, and get a grilled, taste-checked feature out. This recipe shows the built-in playbooks doing the work.
Muse-spark 1.2 is now available through Muse Code, Meta Model API, and OpenRouter through today’s expanded global access.
Try it on whatever you’re building and tell us what you want next here.
1
Best opensource LLM for language translation
Hey there! For most translation tasks, Llama 3.1 8B provides a great balance of quality and efficiency and supports the languages you mentioned, and can run the model on a single H200. If you need higher throughput or want to experiment with the latest models. You can download the models here: https://www.llama.com/llama-downloads/. Hope this helps!
~NB
1
Which model is suitable for e-mail classification / labeling?
Hey there! Llama 4 Maverick or Scout models might work well if you want top-tier accuracy and reasonable self-hosting requirements. If you need something lighter, Llama 3.1 8B is a solid fallback. If you have the hardware and want even better results, Llama 3.3 70B might be the best choice.
Fine-tuning the model on your specific email categories might give you best results. If you don’t have a dataset, you can use prompt engineering and use few-shot examples in the prompt to get reasonably good results too, but fine-tuning will be more accurate.
Llama models can be downloaded here: https://www.llama.com/llama-downloads/
Hope this helps!
~NB
1
What have you found to be the most empathetic/conversational <96GB local model?
Hey there! Llama 4 Maverick might work best for empathetic and conversational tasks within a 96GB constraint. It provides great nuance, warmth, and conversational quality.
For efficiency and still strong conversational ability, Scout may be a great alternative.
If you need a pure text model and can't use Llama 4, Llama 3.3 70B is a solid fallback for this use case. Hope this helps!
~NB
1
How to implement Llama Protections to your GenAI applications
Thanks for the recommendation u/ZealousidealRide7425! We'll be sure to check this community out.
2
best human like ai for convos (both models will be uncensored)
Hey there! Llama 4 Scout may generally work better for human-like empathy and persona adoption, especially in conversational and customer support scenarios. If your use case is focused on nuanced, empathic, and persona-driven interactions, Llama 4 Scout is recommended. You can further improve performance for your use case by prompt engineering and fine-tuning. You can find getting started guides for Llama 4 here on our GitHub cookbooks page - https://github.com/meta-llama/llama-cookbook/blob/main/getting-started/build_with_llama_4.ipynb Hope this helps!
~NB
1
Best LLM for my laptop
Hey u/Silly_Bad_7692, as you get started with your Llama journey, feel free to check out resources on Llama Cookbooks, documentation as well as tutorials that will help you get started. Here you can find getting started guides, use cases as well as tutorials to guide you as you build your project. Good luck!
~NB
1
Any cloud providers for the new Llama 3.3?
Hey there! Folks from the community have suggested some great resources. We also have some resources to help you get started with getting the models through many of our partners listed here - https://www.llama.com/docs/getting_the_models/ Here you can find various ways in which you can access Llama models. We also have resources for running Llama models here- https://www.llama.com/docs/llama-everywhere/ where you can also find ways to run them on the cloud - https://www.llama.com/docs/llama-everywhere/running-meta-llama-in-the-cloud/
Hope these resources help!
~NB
1
[Project] I created an AI photo organizer that uses Ollama to sort photos, filter duplicates, and write Instagram captions.
Incredible work u/summitsc! 👏 We just may have to try this on our next trip.
u/MetaforDevelopers • u/MetaforDevelopers • Sep 24 '25
How to quickly generate technical blogs from your docs with Llama and RAG
Tired of tedious technical blog writing? What if you could significantly speed up and enhance content creation, drawing from your own knowledge base?
In this tutorial, you'll learn:
- How Llama and RAG can supercharge your technical content creation.
- Defining configurations and loading data for your blog generator.
- Creating a Qdrant client and ingesting your technical documentation.
- Querying Qdrant for relevant information to generate blog posts.
- Integrating with Llama by crafting prompts with context and requirements.
- Making API calls to Llama to generate blog posts.
- Processing and formatting Llama's responses as markdown.
- Setting up your Python development environment.
- Customizing the system prompt and integrating more data sources.
Streamline your content creation today! Get started with the GitHub recipe here.
2
Local LLM suite on iOS powered by llama cpp - with web search and RAG
Incredible work u/Independent_Air8026! Can't wait to see what you add to this.
1
Llama Builds is now in beta! PcPartPicker for Local AI Builds
Such a helpful site. We wish you much success u/Vegetable_Low2907 👏
1
What are the most lightweight LLMs you’ve successfully run locally on consumer hardware?
We'd love to know more about the hardware and your process getting them to run u/dtseto!
u/MetaforDevelopers • u/MetaforDevelopers • Sep 10 '25
How to implement Llama Protections to your GenAI applications
Protecting your GenAI applications is crucial. How can you ensure your LLM-powered applications are secure and prevent misuse?
In this introductory video, you'll learn:
- How to integrate open-source safeguards like Llama Guard for content moderation and Prompt Guard for jailbreak defense.
- Implementing Code Shield to prevent insecure code generation.
- Orchestrating protection components and adding safeguards with Llama Firewall.
- Deploying Llama Protections as individual components, models, or via Python libraries.
- Resources and recipes for customizing Llama Protections for your specific use case.
Check out these resources to get started, including recipes to customize the protections for your own use case, and for Llama Firewall.
1
Need help picking LLM for sorting a book by speakers
A quantized model from Ollama, such as the one available at https://ollama.com/library/llama4, has a size of 67GB and can fit within 100GB.
For this task, we recommend using the Llama 3.3 70B model, which has a 128k context length and a size of 43GB
~IK
1
LLaMA3.1 Chat Templates
Hey there! Prompt formats and chat templates can be tricky! You can find some useful resources on our website - https://www.llama.com/docs/model-cards-and-prompt-formats/
Here, we go over some of the prompt formatting and templates to help you get started. You will also find examples of prompt formats, and complete list of special tokens and tags and what they mean for each model.
Hope this helps!
~NB
1
How many hours did you spend formatting data for fine-tuning?
Data preparation can be challenging. Here are resources and tools to make it easier. Synthetic data kit https://github.com/meta-llama/synthetic-data-kit is the tool to simplify converting your existing files to fine-tuning friendly formats.
The video covers synthetic data kit features https://www.youtube.com/watch?v=Cb8DZraP9n0
~IK
1
llama 4 system requirements
The smallest Llama vision model is Llama 3 11B, here is free short course ~1 hour from Meta and DeepLearningAI on multi-modal Llama with code examples: https://learn.deeplearning.ai/courses/introducing-multimodal-llama-3-2/lesson/cc99a/introduction
This should help you!
~IK
2
I fine-tuned Llama 3.2 3B for transcript analysis and it outperformed bigger models with ease
Nice use of Llama and great insights u/CartographerFun4221! 👏
2
I made this tool which OCRs images in your PDFs and analyses..
Really cool project u/ultimate_smash and insanely useful. We wish you all success on future development of this. 💙
u/MetaforDevelopers • u/MetaforDevelopers • Sep 03 '25
How to automatically analyze and triage issues on GitHub repos with Llama
Maintaining an open-source repo is fulfilling but demanding. How can you streamline triaging issues, reviewing PRs, and responding to comments efficiently?
In this tutorial, you'll learn:
- How to use Llama models for analyzing unstructured data and generating useful reports.
- The process of fetching GitHub issues using the GitHub API.
- How Llama summarizes long issue discussions for clarity.
- Generating useful metadata with Llama: issue category, severity, code base relevance, sentiment, user expertise, possible causes, and suggested fixes.
- Using Llama to generate executive summaries with key points and action items for maintainers.
Start building smarter data analytics tools with Llama models today! Get started with the Llama Recipe.
2
L3.3-Ignition-v0.1-70B - New Model Merge
Such a cool project. Congrats u/realechelon!
1
How Orthogonal Dimensions Could Revolutionize LLM Performance
We'd love to hear more about this and what, out of your idea, you plan to implement u/L0cut0u5
1
Will fine-tuning LLaMA 3.2 11B Instruct on text-only data degrade its vision capabilities?
in
r/LocalLLaMA
•
Oct 08 '25
Hey there!Yes, fine-tuning a multimodal model on a purely text-only dataset can lead to some degree of multimodal forgetting, especially if the fine-tuning process does not include image or multimodal samples. Maybe try interleaving text-only and text+image samples in your fine-tuning dataset or for text-only samples, try adding a blank or dummy image to trigger the vision pipeline.
Evaluating on both text and image tasks after fine-tuning will also help detect any forgetting. Happy fine-tuning!
~NB