Baseten Partners With Hugging Face to Fix Open-Weight AI Guardrails
Baseten's research arm teams up with Hugging Face and Goodfire to embed safety controls into open-weight models from training through runtime serving.
- Baseten, Base Labs, Hugging Face, and Goodfire announced a joint open-weight AI safety standard.
- Target problem: over 6,000 abliterated models on Hugging Face with refusal behavior surgically removed.
- Base Labs will publish training and monitoring methods; Baseten will run them live at inference time.
- Goodfire contributes interpretability tools to detect unsafe internal behaviors inside model activations.
- Baseten is valued at $13B after a $1.5B Series F; Goodfire raised $150M Series B.
- No technical specs, papers, or code released yet; framework is open call to community contributions.
Baseten’s safety alliance targets editable AI guardrails
Baseten and its Base Labs research arm have formed an open-weight AI safety partnership with Hugging Face and Goodfire. The group plans to publish model-safety methods and integrate runtime monitoring into Baseten’s inference platform, covering research, distribution, interpretability, and deployment.
The partnership announcement, published in September 2026, addresses a structural weakness in open-weight models: people who obtain the parameters can modify or remove safeguards. Baseten can enforce monitoring for workloads on its service, but self-hosted copies remain under their operator’s control.
Base Labs argues in its statement that public methods will let outside researchers audit and improve the work. The partners have outlined their responsibilities and goals, while implementation details, code, benchmarks, and release dates remain pending.
Why guardrails come loose
Open-weight releases make a model’s trained numerical parameters available for download. Licenses may still restrict use, while source code, training data, and training recipes may remain private. Access to the weights nevertheless gives researchers and operators broad control over how the model behaves.
Abliteration exploits that control by identifying internal directions associated with refusal behavior and editing the model to suppress them. A successful modification can make the model answer requests it previously rejected while preserving much of its general capability. That makes refusal training easier to reverse than controls enforced outside the model.
At the time of the announcement, Hugging Face hosted more than 6,000 models labeled as abliterated. The volume shows how quickly modified variants can spread once weights are downloadable, creating security and compliance problems for companies that rely on a base model’s original safeguards.
Four partners, one pipeline
| Organization | Position in the stack | Planned contribution |
|---|---|---|
| Base Labs | Research | Develop and publish training, evaluation, and monitoring methods for open-weight models. |
| Baseten | Inference | Integrate the resulting controls into hosted model deployment and runtime monitoring. |
| Hugging Face | Distribution | Connect the work with the model hub and the developers who publish, evaluate, and deploy open-weight releases. |
| Goodfire | Interpretability | Analyze model internals and help identify risky behavior during inference. |
Baseten joined the Hugging Face Inference Providers program in August 2026, allowing developers to invoke Baseten-hosted models through Hugging Face. That existing integration gives the partnership a direct deployment route if the research produces usable controls.
Goodfire analyzes activations, the intermediate numerical patterns generated as a model processes input. Those patterns may expose concepts or behaviors before they appear in an answer, giving runtime monitors a different signal from keyword filters or output classifiers.
Two defenses with separate failure modes
Base Labs describes a lifecycle approach that combines controls inside the model with monitoring around it:
- Training-time hardening would aim to make safety behavior more resistant to abliteration, fine-tuning, and other weight edits.
- Runtime monitoring would inspect model activity during inference and trigger logging, blocking, escalation, or another policy response.
Training-time methods can travel with published weights, although later edits may weaken them. Runtime monitors operate outside the model and can remain effective after some internal changes, provided the operator keeps them enabled. An independent operator can remove both model safeguards and external monitoring from a self-hosted deployment.
Interpretability-based monitoring also creates operational questions about false positives, missed detections, latency, compute cost, and prompt privacy. Production value will depend on measured performance against simpler controls such as classifiers, policy engines, and conventional content filters.
Capital meets product strategy
Baseten raised a $1.5 billion Series F in June 2026 at a reported $13 billion valuation. Goodfire raised a $150 million Series B led by B Capital earlier in the year. Those rounds give both companies resources to fund research, infrastructure, and long-running evaluations.
An open safety framework also supports each company’s commercial position. Baseten can package validated controls into paid hosting, Goodfire can prove its interpretability tools in production, and Hugging Face can add safety infrastructure around its model ecosystem. Enterprise customers gain a potential route for evaluating open-weight models under internal security and compliance requirements.
The evidence gap
At launch, the partners had not published enough technical material for developers or researchers to evaluate the proposed framework. Missing details include:
- A threat model covering adversarial prompts, modified weights, fine-tuning, and compromised serving systems.
- Training recipes, model architectures, source code, and software licenses.
- Benchmarks comparing hardened models with their original and abliterated versions.
- Runtime-monitor accuracy, intervention policies, and baseline comparisons.
- Latency, compute, privacy, logging, and data-retention requirements.
- Release schedules, versioning rules, governance, and contribution processes.
Independent evaluation will need to measure how much effort an attacker needs to remove safeguards, how hardening affects ordinary model quality, and whether monitoring survives adaptive attempts to evade it. Reproducible tests across model families such as Llama, Mistral, and Qwen would show whether the methods generalize beyond a single architecture.
A checklist for model teams
Teams deploying open-weight models have no new SDK, model, or endpoint from the partnership to integrate yet. Current deployment paths remain unchanged, so procurement and engineering reviews can track the project through concrete questions:
- Which components will be open, and under what licenses?
- Will monitoring work outside Baseten’s infrastructure?
- Which models, attack methods, and risk categories will the benchmarks cover?
- Can customers test the controls against their own prompts and fine-tuned models?
- What telemetry leaves the customer environment, and how long is it retained?
- How will detected risks translate into blocking, logging, or human review?
If the group publishes reproducible methods under usable licenses, model hardening could help organizations distributing weights, while portable monitors could support self-hosted deployments. Baseten-specific monitoring would cover workloads on its platform. The partnership’s practical value will become measurable when code, threat models, and benchmark results are available for independent testing.