r/MachineLearning · 3d ago · 8 · research fine tuning open source

Novel defense against fine-tuning poisoning attacks that constrains model adaptation to a trusted subspace learned from clean LoRA adapters, making malicious updates geometrically unreachable. Evaluated on 196 public adapters with strong attack suppression while preserving legitimate adaptation, with open-source code and reproducible experiments available.

r/MachineLearning · 3d ago · 6 · research fine tuning

A researcher exploring RLHF dynamics poses an interesting thought experiment about training models to exhibit bad behavior and whether latent good behavior would emerge, suggesting alignment properties might be baked into pretraining rather than purely learned during fine-tuning. This touches on mechanistic interpretability and the nature of alignment in language models but lacks empirical validation or concrete technical contribution.

r/LocalLLaMA · 3d ago · 8 · new model tool inference api update

Gepard-1.0 is a streaming text-to-speech model optimized for real-time dialogue and voice agents, built on Qwen3-0.8B with NVIDIA NanoCodec for low-latency audio generation. The model generates speech incrementally as text arrives, delivering natural prosody and supporting zero-shot voice cloning, making it practical for conversational AI applications where latency matters more than perfect speaker matching.

Simon Willison · 3d ago · 6 · tool tutorial open source

Simon Willison demonstrates building a Web Component for embedding GitHub code snippets using GPT-5.5, which fetches raw GitHub URLs and displays specified line ranges with line numbers. This showcases practical LLM-assisted web development for creating reusable components, though it's more of a creative experiment than a production tool or framework advancement.

Simon Willison · 3d ago · 7 · tool library workflow

sqlite-utils 4.0 introduces database schema migrations, a practical feature for developers managing evolving data structures in SQLite-backed applications. This is particularly useful for AI engineers building data pipelines, RAG systems, or applications that need reliable database versioning alongside their model workflows.