Advertisement · 728 × 90

Posts by

Video

Gemma 4 is here. 🚀

Google DeepMind’s new open model family — Apache 2.0, multimodal, and capable enough to run serious workloads on your own hardware.
We at 575 Lab couldn’t wait to test it.

Our full review below

Curious to hear what others are seeing in their own tests.
#Gemma4 #AI #OpenSource

2 days ago 1 0 0 0
Preview
MiniMaxAI/MiniMax-M2.7 · Hugging Face We’re on a journey to advance and democratize artificial intelligence through open source and open science.

MiniMax has release the MiniMax M2.7 model weights.

Blog: www.minimax.io/news/minimax...
Model: huggingface.co/MiniMaxAI/Mi...

1 week ago 41 7 2 0

Really appreciate the thoughts from Nathan. I prefer open over closed source models, but Nathan is raising interesting points.

Great read. Thank you for sharing @natolambert.bsky.social

1 week ago 1 0 0 0

People are too obsessed with benchmarks for open models. The core determining factor of success often is:
1. Immediate & long term tooling support
2. Finetunability

Tbh Gemma has struggled here in the past. Qwen has excelled at it. It's where the winners are crowned.

2 weeks ago 39 4 5 1

So excited about Gemma4!

2 weeks ago 1 0 0 0

Nemotron-3-Ultra and Gemma4!

2 weeks ago 5 0 0 0
Video

Mistral's Voxtral TTS

An open-weight model for natural, expressive, and ultra-fast text-to-speech

🎭Realistic, emotionally expressive speech.
🌍Supports 9 languages and accurately captures diverse dialects.
⚡Very low latency for time-to-first-audio.
🔄Easily adaptable to new voices

3 weeks ago 40 2 3 1
Advertisement
Post image

Kolmogorov-Arnold causal generative models

KaCGM, a causal generative model for mixed-type tabular data where each structural equation is parameterized by a Kolmogorov--Arnold Network (KAN). This decomposition enables direct inspection of learned causal mechanisms,

4 weeks ago 15 5 2 0

I'm a big fan of Nemotron models

Mostly because the API is free 😂

2 months ago 7 1 0 0
Post image

PaperBanana

AI researchers often spend way too much time crafting diagrams and plots instead of focusing on the ideas. To rescue them from this burden, they built an Agentic Framework to auto-generate NeurIPS-quality paper illustrations!

2 months ago 23 6 1 2
Preview
GitHub - agno-agi/dash: Self-learning data agent that grounds its answers in 6 layers of context. Inspired by OpenAI's in-house implementation. Self-learning data agent that grounds its answers in 6 layers of context. Inspired by OpenAI's in-house implementation. - agno-agi/dash

Dash

Inspired by OpenAI’s in-house data agent ( openai.com/index/inside... ), it is a self-learning data agent that grounds its answers in 6 layers of context and improves with every run.

github.com/agno-agi/dash

2 months ago 18 1 0 0
Preview
Deploying Small Language Models (LFWS307) | Linux Foundation Education Prepare for MLOps and AI infrastructure roles by deploying small language models across laptop, server, edge, and browser environments.

🧠🆕 NEW: Deploying Small Language Models (LFWS307) — a live 3-day workshop with 10+ hrs of hands-on labs. Learn to deploy SLMs on laptops, servers, edge & browser. Build skills for real-world AI & ML platform roles.

Enroll: training.linuxfoundation.org/training/dep...

#SLMs #AIEngineering #MLOps

2 months ago 12 5 2 0
Video

Agentic AI is more than just a tool. LF executive director Jim Zemlin explains why smaller, specialized AI agents deliver better results, lower costs, and greater trust with open source.
🎥https://www.youtube.com/watch?v=vfNMZ2G8jPA&t=254s

#OpenSource #AI #AgenticAI #Innovation #ResponsibleAI

2 months ago 14 2 0 0
Video

BREAKING:

TIM WALZ: "If you see these ICE agents in your neighborhood, take out that phone and hit record."

"Help us create a database of the atrocities against Minnesotans, not just to establish a record for posterity, but to bank evidence for future prosecution."

3 months ago 16929 6047 592 302
Advertisement

A sentiment I very much share. I hope not to get disappointed by @anthropic.com

3 months ago 0 0 0 0

Llama a la Coalición de Derechos de los Inmigrantes de Portland (1-888-622-1510) si ves a ICE en su vecindario, y llama a mi oficina (503-231-2300) si un ser querido ha sido detenido.

Ahora más que nunca, debemos proteger a nuestros vecinos. Alza la voz.

3 months ago 20 7 0 1
Preview
2026 is the Year of Self-hosting CLI agents like Claude Code make self-hosting dramatically easier and actually fun. This is the first time I would recommend it to normal software-literate people.

2026 is the Year of Self-hosting by Jordan Fulghum

CLI agents like Claude Code make self-hosting on a cheapo home server dramatically easier and actually fun.

fulghum.io/self-hosting

3 months ago 28 3 2 0

Please welcome Google's Open Source efforts to Blue Sky at @opensource.google!

3 months ago 245 39 7 4
someone saying, "You cannot afford to run an open source model on your own hardware" in response to me saying I advocate for open source AI

someone saying, "You cannot afford to run an open source model on your own hardware" in response to me saying I advocate for open source AI

The post they are replying to was written on an MacBook Pro I upgraded to 64 GB of RAM specifically to be able to run 70B models

You can run Qwen3-Coder-30B on 32GB or RAM, and it's surprisingly capable at most coding tasks, even

3 months ago 174 14 12 0

@maxnum.bsky.social macht Mut. Hoffnung, keine Angst!

4 months ago 0 0 0 0
Post image

[YouTube] Mastering the JAX AI Stack
The Learning JAX video series is now live! 23 videos covering the entire JAX AI Stack to an intermediate/advanced level www.youtube.com/playlist?lis...

4 months ago 1 1 0 0

Humans really had the creative freedom to do anything and we chose racism and credit scores

7 months ago 18 2 2 0
Post image
7 months ago 16668 4434 280 163
mkdir /tmp/aime25_openai
OPENAI_API_KEY=x \
  uv run --python 3.13 --with 'gpt-oss[eval]' \
  python -m gpt_oss.evals \
  --base-url http://localhost:1234/v1 \
  --eval aime25 \
  --sampler chat_completions \
  --model openai/gpt-oss-20b \
  --reasoning-effort low \
  --n-threads 2

mkdir /tmp/aime25_openai OPENAI_API_KEY=x \ uv run --python 3.13 --with 'gpt-oss[eval]' \ python -m gpt_oss.evals \ --base-url http://localhost:1234/v1 \ --eval aime25 \ --sampler chat_completions \ --model openai/gpt-oss-20b \ --reasoning-effort low \ --n-threads 2

TIL you can run an eval suite against OpenAI's gpt-oss-20b open weights model running in LM Studio with the following uv one-liner. Here's my full TIL: til.simonwillison.net/llms/gpt-oss...

8 months ago 74 4 3 1
Advertisement
Print featuring the upper half of a white woman in a dress with hair up facing forwards

Print featuring the upper half of a white woman in a dress with hair up facing forwards

Fanny Mendelssohn (1805-1847)
composed more than 460 works, which were published under her lauded composer brother, Felix Mendelssohn's name #WomensArt

8 months ago 2084 437 0 30

I remember trying to deploy Llama1. Amazing how the ecosystem has changed!

8 months ago 1 0 0 0
re:publica 25: MONITOR-Forum: Social Media regiert die Welt
re:publica 25: MONITOR-Forum: Social Media regiert die Welt YouTube video by re:publica

Der öffentlich-rechtliche Rundfunk als Plattform für eine diverse und lebendige Zivilgesellschaft. Mein Plädoyer auf dem Monitor-Forum der re:publica. Mit Annika Brockschmidt, Constanze Kurz und Nadia Zaboura.
youtube.com/watch?v=C2_L...

10 months ago 278 61 5 1
Preview
Republica 25: Netzgemeinde in Sorge um Demokratie Republica 2025: Big Tech bedroht die Demokratie. Die Netzgemeinde diskutiert ernsthaft über digitalen Rassismus und sucht dringend nach Lösungen.

Ausführlicher Rückblick auf die @re-publica.com bei ‹Breitband› im Deutschlandfunk Kultur: «Digitaler Faschismus und was dagegen hilft»
#rp25
www.deutschlandfunkkultur.de/re-publica-2...

10 months ago 49 16 3 2
What's new in the Gemmaverse
What's new in the Gemmaverse YouTube video by Google for Developers

BIG news for Gemma this week. Gemma 3n, MedGemma, and more. Watch Omar Sanseviero and I to learn what's new

Watch the full session →

youtu.be/o7Bv4r08FBM?...

10 months ago 5 1 0 1