50 Best Tweets About Small Language Models (2026)

Find the best tweets about small language models, including compact architectures, on-device AI, benchmarks, fine-tuning, efficiency, and deployment.

Small and compact language models, on-device inference, efficiency, benchmarks, fine-tuning, hardware constraints, and real deployments.

Creators
42
Updated

What 50 top Small Language Models posts reveal

The conversation emphasizes local and specialized small language models. Posts frame distillation, compression, and hardware-aware deployment as ways to pursue lower-cost, private inference, while arguing that model choice should be evaluated on the intended workload. [2014192454258274743, 2043483564348731461, 2074697730874823077]

Dominant tone
Positive

82% of posts

Median score
25.9

All-time engagement

Leading format
Announcement

84% of posts

Recent posts
38%

Published in 90 days

Conversation map

The themes creators return to

On-device and local inference

Running models privately on laptops, phones, Apple devices, consumer GPUs, and self-hosted setups to reduce cloud cost, latency, and data exposure.

56%

Task-specific benchmarks and capability thresholds

Evaluating compact models against real workloads, agent reliability floors, coding and reasoning benchmarks, and use-case-specific quality rather than broad leaderboard rank alone.

32%

Compression, quantization, and sparsity

Reducing model and KV-cache memory, compute, and energy use with 1-bit or ternary weights, low-bit quantization, sparsity, cache compression, and related kernels.

28%

Small models for agents and tool use

Using SLMs and action models for tool calling, structured extraction, agent guardrails, evaluators, and narrow repeatable workflows where speed and predictability matter.

24%

Efficient model architectures

Architecture-level approaches for compact capability, including sparse MoE, hybrid convolution-attention designs, state-space models, continuous token representations, and embedding layouts.

20%

Specialized fine-tuning and distillation

Turning small base models into reliable domain specialists through synthetic data, teacher-student distillation, LoRA/SFT/DPO, preference training, and task-specific datasets.

18%

Efficient training and scaling laws

Lowering the cost of pretraining and training small models through compute-optimal scaling, optimized kernels and optimizers, automated architecture search, and consumer-hardware training.

16%

Extreme edge and microcontroller AI

Deploying highly constrained language models on low-power hardware such as ESP32 chips, wearables, and embedded devices through memory-aware architectures.

6%

Tone and stance

Sentiment Positive leads
Author posture Supportive leads

Performance benchmark

Median likes
91
Median reposts
13
Median replies
11
Median views
9.8K

Posts with media make up 82% of this collection. Their median all-time score is 38.0, compared with 2.78 for text-only posts.

Format mix

  • Announcement 84% · score 25.9
  • Tutorial 14% · score 25.2
  • List 2% · score 38.0

Where creators agree, and where they do not

Open debate

Small agents may face a capability floor

A reported tool-calling experiment found a specialized action model faster and more successful than a larger alternative on one Asana-task test. Separately, an agent benchmark analysis argues that models can fall below a usable capability threshold as they shrink. [1952469728410390593, 2070509559249310029]

Open debate

Extreme-edge demonstrations are intentionally narrow

ESP32 posts describe fully local generation under severe memory limits, but identify the TinyStories-trained model as suitable for short, simple stories rather than questions, code, facts, or tool use. [2080501012935434357, 2082708239456850263]

Patterns behind standout posts

Statistical standouts

  1. View standout post 1 Score 1839.2 · 71.09× median
  2. View standout post 2 Score 1707.2 · 65.99× median
  3. View standout post 3 Score 1582.8 · 61.18× median
  4. View standout post 4 Score 1056.2 · 40.83× median
  5. View standout post 5 Score 818.7 · 31.65× median

Who shapes this conversation

The five most represented creators account for 20% of the selected posts.

  1. 1. Akshay 🚀

    @akshay_pachaar

    2 posts

  2. 2. BURKOV

    @burkov

    2 posts

  3. 3. Andrej Karpathy

    @karpathy

    2 posts

  4. 4. Lior Alexander

    @LiorOnAI

    2 posts

  5. 5. 0xMarioNawfal

    @RoundtableSpace

    2 posts

  6. 6. Shruti Codes

    @Shruti_0810

    2 posts

Deployment posts also document limitations

Some posts explicitly qualify local-model benefits: modest hardware may replace only smaller workflows; ESP32 models are narrow TinyStories systems; and a locally useful agent requires more than model weights alone. [2043483564348731461, 2081455240734466392, 2067578268350386344]

Since the previous snapshot

What changed since Aug 12, 2026

  • 80% of the selected posts remained.
  • The creator count changed by -1.
  • The leading sentiment remained stable.
How this analysis was made

Themes, sentiment, stance, and post format are classified per tweet. All counts, shares, medians, creator concentration, freshness, and performance comparisons are then calculated directly from the published snapshot.

Xholic's all-time score compares engagement while accounting for reach, post age, and creator consistency. It is used for relative comparisons within this collection.

This report analyzes the exact 50-post snapshot shown below. AI identifies editorial categories and drafts explanations; all statistics are calculated from the snapshot, and every narrative claim is checked against cited posts before publication.

Top Small Language Models tweets from 42 creators

Ranked 01–50

  1. 01

    @TheAhmadOsman ·

    INCREDIBLE Someone on r/LocalLLaMA did an incredibly practical thing They took a tiny 0.6B model that was trash at task (Text2SQL) Created a knowledge distiliation agent with a Claude Code skill And made the 0.6B model behave like a specialist using 100 examples The problem >

    • 56 Replies
    • 209 Reposts
    • 2.1K Likes
    • 122.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  2. 02

    @AlexFinn ·

    I don't care what kind of hardware you have, you should be running local models It will save you a ton on money on OpenClaw and keep your data private Even if you're on the cheapest Mac Mini you can be doing this Here's a complete guide: 1. Download LMStudio 2. Go to your

    • 171 Replies
    • 209 Reposts
    • 2.1K Likes
    • 191.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  3. 03

    @rasbt ·

    A small Qwen3.5 from-scratch reimplementation for edu purposes: https://t.co/OnupgeE55l (probably the best "small" LLM today for on-device tinkering)

    • 47 Replies
    • 511 Reposts
    • 3.1K Likes
    • 150.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  4. 04

    @karpathy ·

    New post: nanochat miniseries v1 The correct way to think about LLMs is that you are not optimizing for a single specific model but for a family models controlled by a single dial (the compute you wish to spend) to achieve monotonically better results. This allows you to do

    • 226 Replies
    • 659 Reposts
    • 5.4K Likes
    • 715.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  5. 05

    @karpathy ·

    nanochat can now train GPT-2 grade LLM for <<$100 (~$73, 3 hours on a single 8XH100 node). GPT-2 is just my favorite LLM because it's the first time the LLM stack comes together in a recognizably modern form. So it has become a bit of a weird & lasting obsession of mine to train

    • 325 Replies
    • 605 Reposts
    • 7.3K Likes
    • 1.3M Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  6. 06

    @akshay_pachaar ·

    Apple finally did it. Its new framework, Core AI, runs models entirely on Apple silicon, so inference happens on the user's device with zero server calls and zero token bills. That means Qwen, Mistral, and SAM3 running natively across iPhone, iPad, Mac, and Vision Pro. It's a

    • 36 Replies
    • 133 Reposts
    • 1.3K Likes
    • 91.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  7. 07

    @the_smart_ape ·

    everyone's talking about @karpathy autoresearch and most of you have no idea what it actually does. there's a training script (train(dot)py) that trains a small language model, basically a baby GPT. and there's an instruction file (program(dot)md) that tells an AI agent what to

    • 42 Replies
    • 70 Reposts
    • 680 Likes
    • 39.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  8. 08

    @BrianRoemmele ·

    WOW! The $8 AI Machine! Something extraordinary just happened and it changes what “local AI” can mean. I am testing it tonight. Thus far it shows many possibilities… So what it this $8 AI device? A developer going by slvDev has forced a 28.9-million-parameter language model

    • 74 Replies
    • 149 Reposts
    • 846 Likes
    • 52.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  9. 09

    @_vmlops ·

    Everyone talks about LLMs like you need massive GPUs and billions of parameters You really don’t Came across this: https://t.co/j5z6o7vnpO⁠ It’s a tiny ~9M parameter model you can train in minutes (even on Colab) What I liked: ▫️It shows the entire pipeline - tokenizer →

    • 6 Replies
    • 40 Reposts
    • 291 Likes
    • 10K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  10. 10

    @ashtilawat ·

    This week, I gave 63 interns from Stanford, MIT, and UT a hard challenge: **Train your own small language model.** Not prompt one. Not wrap GPT-5.5 in a nicer UI. Actually fine-tune a small open model and prove it learned a specific behavior. The catch? It cannot be

    • 29 Replies
    • 15 Reposts
    • 339 Likes
    • 38.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  11. 11

    @burkov ·

    This paper argues that Small Language Models (SLMs) offer a more economical and suitable future for agentic AI by demonstrating their sufficient power for specialized tasks, outlining a conversion algorithm from LLMs to SLMs, and discussing the significant operational and

    • 11 Replies
    • 61 Reposts
    • 342 Likes
    • 25.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  12. 12

    @techNmak ·

    Microsoft made 100B parameter models run on a single CPU. bitnet.cpp: The official inference framework for 1-bit LLMs. The math behind 1-bit LLMs is what makes them revolutionary. Traditional LLMs use 16-bit floating point weights. Every parameter is a number like 0.0023847 or

    Video thumbnail from Tech with Mak's post Watch video
    • 23 Replies
    • 24 Reposts
    • 189 Likes
    • 22.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  13. 13

    @akshay_pachaar ·

    Vibe train your AI agents. There's a new method that could replace LLM-as-a-judge for production agents. Most teams rely on a giant LLM as a judge to evaluate and guard their agent. But it has two major drawbacks: - It's slow and expensive at inference time - It often misses

    • 20 Replies
    • 25 Reposts
    • 159 Likes
    • 11.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  14. 14

    @KanikaBK ·

    GOOGLE JUST SHRUNK AI MODELS FROM 31GB TO 4GB AND NOBODY IS TALKING ABOUT IT. I tested this compression tech for 2 days. It cuts AI memory by 85% without losing accuracy. Large language models running on your phone. No internet needed. No cloud costs. This changes everything:

    • 25 Replies
    • 25 Reposts
    • 112 Likes
    • 9.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  15. 15

    @kimmonismus ·

    Pretty insane: PrismML has introduced its 1-bit Bonsai models, compressing an 8.2B-parameter LLM into just 1.15 GB while maintaining performance comparable to leading 8B models. By focusing on “intelligence density,” the company claims roughly a 10x improvement in capability per

    • 24 Replies
    • 29 Reposts
    • 323 Likes
    • 19.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  16. 16

    @arankomatsuzaki ·

    • µLMs (8M–30M params) generate the first 4–8 words on-device in ~55 ms • A cloud LLM then continues the same response seamlessly • This “commit-and-continue” design masks cloud latency • Result: near-instant, context-grounded AI on wearables and other constrained devices

    • 12 Replies
    • 40 Reposts
    • 240 Likes
    • 21.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  17. 17

    @emollick ·

    Gemma 4 E4B is impressive for an on-device LLM. GPT-4ish quality, and expect hallucinations. Here is: “List five sociological theories starting with u and what they are. Then describe them in a rhyming verse” Its in real time, the last is a little bit of a stretch, but not bad!

    Video thumbnail from Ethan Mollick's post Watch video
    • 38 Replies
    • 30 Reposts
    • 374 Likes
    • 53.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  18. 18

    @sukh_saroy ·

    🚨Every LLM on the planet is stuck in first gear. GPT, Claude, Gemini, Llama. All of them. They generate text one token at a time. That's roughly 15 bits of information per step while burning billions of FLOPs each time. The bottleneck isn't model size anymore. It's the unit of

    • 10 Replies
    • 21 Reposts
    • 110 Likes
    • 9.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  19. 19

    @AIHighlight ·

    🚨 Breaking: A free AI model trained for $7,800 just beat one 400 times its size at competition math. It runs small enough to fit on a laptop. Weibo's AI lab published the results and open-sourced the whole thing. The industry has run on one idea for two years. Bigger is

    • 16 Replies
    • 64 Reposts
    • 133 Likes
    • 12.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  20. 20

    @burkov ·

    An absolute must read. LLMs cost a lot to run, so a common move is to train a small model to imitate a big one — feeding the small "student" the same inputs and having it match, word by word, the probabilities the large "teacher" assigns to each possible next word, a procedure

    • 3 Replies
    • 13 Reposts
    • 73 Likes
    • 3.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  21. 21

    @LiorOnAI ·

    Google's latest paper on Compression is the future. Here's why. They compressed LLM memory 6x with zero accuracy loss. When ChatGPT writes a reply, it remembers every word you've said. That memory is stored in a growing notebook (KV cache). A 100,000-word conversation can eat

    • 24 Replies
    • 32 Reposts
    • 176 Likes
    • 26.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  22. 22

    @paulabartabajo_ ·

    Looking for real mobile AI apps that run 100% on-device? No cloud. No API keys. Here's a batch of examplels built with LFM models and @liquidai's LEAP SDK. Bookmark this ↓ https://t.co/xlD3SCbzJs

    • 2 Replies
    • 14 Reposts
    • 55 Likes
    • 2.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  23. 23

    @ModelScope2022 ·

    Meet Marco-Mini-Instruct: a highly sparse MoE multilingual model from Alibaba International. 17.3B total params, only 0.86B active (5% activation ratio). 🚀 Beats Qwen3-4B, Gemma3-12B, Granite4-Small on English, multilingual general, and cultural benchmarks — with a fraction of

    • 3 Replies
    • 12 Reposts
    • 108 Likes
    • 7.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  24. 24

    @andrewchen ·

    set up a mini rack for a home lab setup (will share a pic soon) w my Mac mini and DGX spark with more coming. had a few thoughts as I play w qwen3.5, gemma4, and other models: - there’s an S curve on LLM model quality per use case. Show text output side by side from the latest

    • 29 Replies
    • 7 Reposts
    • 109 Likes
    • 12.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  25. 25

    @Shruti_0810 ·

    Trains billion-parameter LLMs from scratch on a single GPU. Most people still think AI training requires millions of dollars and entire datacenters. This open-source repo proves them wrong. Build and train GPT-style models from scratch using techniques designed for consumer

    • 12 Replies
    • 8 Reposts
    • 38 Likes
    • 3.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  26. 26

    @Shruti_0810 ·

    Holy shit... Microsoft open sourced an inference framework that runs a 100B parameter LLM on a single CPU. It's called BitNet. And it does what was supposed to be impossible. No GPU. No cloud. No $10K hardware setup. Just your laptop running a 100-billion parameter model at

    Video thumbnail from Shruti Codes's post Watch video
    • 13 Replies
    • 24 Reposts
    • 58 Likes
    • 6.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  27. 27

    @arpit_bhayani ·

    When a public LLM benchmark says one model is better than another, it is testing broad, difficult reasoning and, more importantly, opinionated tasks. Your use case might not need that. For example, if you are summarizing tickets, classifying intent, or extracting fields from

    • 17 Replies
    • 10 Reposts
    • 163 Likes
    • 13.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  28. 28

    @LiorOnAI ·

    Most language models only read forward. Perplexity just open-sourced 4 models that read text in both directions. They used a technique from image generation to retrain Qwen3 so every word can see every other word in a passage. That changes how well a model understands meaning.

    • 6 Replies
    • 10 Reposts
    • 42 Likes
    • 4.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  29. 29

    @shshnkp ·

    New! Foundation Models SDK for Python. Access the on-device LLM from Python to: - Run on-device batch &amp; real-time streaming inference - Guided generation via type-safe decorators/schemas - Process transcripts exported from Swift apps for quality analysis

    • 1 Replies
    • 6 Reposts
    • 50 Likes
    • 3.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  30. 30

    @RoundtableSpace ·

    A 14B model on a single consumer GPU hitting 74.6% on LiveCodeBench. No fine-tuning. No API calls. No cloud. No data leaving your machine. The idea is simple wrap a frozen small model in smart infrastructure and it starts competing with frontier models at a fraction of the

    • 21 Replies
    • 13 Reposts
    • 119 Likes
    • 52.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  31. 31

    @thestreamingdev ·

    3 ai models racing simultaneously on an m2 macbook air (8gb) built tiny bit, a local agent terminal for benchmarking small language models head-to-head on apple silicon. @PrismML @liquidai @Alibaba_Qwen tested bonsai-8b (1-bit, 1.16gb) vs qwen3-0.6b (q4, 0.37gb) vs lfm2.5-350m

    Video thumbnail from thestreamingdev()'s post Watch video
    • 4 Replies
    • 5 Reposts
    • 35 Likes
    • 9.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  32. 32

    @SimonHoiberg ·

    Everyone is now looking at self-hosted AI models. Naturally. But if you think you can buy a Mac Mini and replace Claude or OpenAI, you need a serious wakeup call. Cause there's more to it than just the size of the weights - for a model to become practically useful, we need to

    Video thumbnail from Simon Høiberg's post Watch video
    • 19 Replies
    • 5 Reposts
    • 48 Likes
    • 6.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  33. 33

    @atulkumarzz ·

    Ling-3.0-tiny is punching way above its size. 🔥 With 7.9B total parameters and just 1.3B active per token, it delivers strong reasoning and agentic performance while staying lightweight enough for resource-constrained deployment. Now open-weight in BF16, FP8 and INT4. 🧵

    • 8 Replies
    • 45 Reposts
    • 207 Likes
    • 100.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  34. 34

    @Marktechpost ·

    Liquid AI Released LFM2.5-350M: A Compact 350M Parameter Model Trained on 28T Tokens with Scaled Reinforcement Learning - LFM2.5-350M is a 350M parameter small language model trained on 28 trillion tokens, with a hybrid architecture built from 10 double-gated LIV convolution

    • 2 Replies
    • 6 Reposts
    • 25 Likes
    • 2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  35. 35

    @ttunguz ·

    2025 is the year of agents, & the key capability of agents is calling tools. When using Claude Code, I can tell the AI to sift through a newsletter, find all the links to startups, verify they exist in our CRM, with a single command. This might involve two or three different

    • 5 Replies
    • 2 Reposts
    • 32 Likes
    • 5.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  36. 36

    @DivyanshT91162 ·

    People said LLMs needed GPUs. This one runs on an $8 ESP32-S3 microcontroller. • 28.9M parameters • 14.9 MB 4-bit model • ~9.5 tokens/sec • 0 cloud • 0 internet • 100% on-device inference • 100% open source • MIT License The trick? Instead of loading the entire model into

    • 1 Replies
    • 6 Reposts
    • 15 Likes
    • 1.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  37. 37

    @smratitiwa86867 ·

    🤯 Researchers just made LLMs over 99% sparse… without killing performance. And unlike most “sparse AI” papers, this one actually gets REAL GPU speedups instead of just theoretical FLOPs reductions. The trick? LLMs are already naturally sparse inside their feedforward layers.

    • 5 Replies
    • 6 Reposts
    • 9 Likes
    • 437 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  38. 38

    @arsh_goyal ·

    A 1 billion parameter AI model. Runs entirely on your laptop with no cloud or GPU bills or internet. MiniCPM5-1B just dropped and it's the best 1B local model right now. Here's what actually makes it worth trying: > Beats Qwen3.5 0.8B and LFM2.5 1.2B on math, coding, and tool

    Video thumbnail from Arsh Goyal's post Watch video
    • 8 Replies
    • 4 Reposts
    • 19 Likes
    • 11.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  39. 39

    @ttunguz ·

    Pocket Power : From State of the Art to Your Phone in 23 Months Two years ago, the idea of useful AI on your phone was fantastical. Siri couldn't finish a sentence. Local models hallucinated nonsense. Last week, Google released Gemma 4 E4B, a free model that matches GPT-4o &

    • 10 Replies
    • 4 Reposts
    • 24 Likes
    • 4.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  40. 40

    @RoundtableSpace ·

    Language Model Builder is a free app that walks you through building your own small language model from scratch with a 90-minute interactive textbook and a local training workbench.

    Video thumbnail from 0xMarioNawfal's post Watch video
    • 13 Replies
    • 7 Reposts
    • 61 Likes
    • 47.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  41. 41

    @mark_k ·

    On March 31, @PrismML unveiled Bonsai, a family of 1-bit ultra-dense language models that pack astonishing intelligence into tiny footprints. Named after the art of miniature trees, these models prove that true AI power thrives when compressed rather than expanded. The flagship

    • 1 Replies
    • 5 Reposts
    • 23 Likes
    • 1.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  42. 42

    @nrqa__ ·

    MiniCPM-V4.6 1.3B just changed what “small AI model” means. It runs on edge devices. Outperforms Qwen3.5-0.8B on key multimodal benchmarks. And cuts visual computation costs by ~50%. This feels like the beginning of truly deployable AI

    • 10 Replies
    • 9 Reposts
    • 38 Likes
    • 40.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  43. 43

    @sabir_huss50540 ·

    A 28.9 million parameter language model just ran on an $8 chip. No server. No wifi. No GPU. It runs on an ESP32-S3, the kind of chip you solder into a hobby project, writing each word to a tiny wired screen at about 9.5 tokens per second. The last model anyone ran on a chip

    • 5 Replies
    • 3 Reposts
    • 11 Likes
    • 805 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  44. 44

    @TheTuringPost ·

    Should remembering and writing use the same gate? A very interesting Korean model, Naju, brings back the LSTM principle of separate control over retention and writing. Naju implements it inside a modern state-space model compatible with parallel scans: - one gate decides how

    • 2 Replies
    • 2 Reposts
    • 11 Likes
    • 2.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  45. 45

    @cleanunicorn ·

    Google is talking about TurboQuant and it's huge They're releasing this compression algorithm to the world, and it just might be what powers those 2M context window models. The Problem Every LLM uses a key-value cache to track conversation context. It's like a digital cheat

    • 1 Replies
    • 2 Reposts
    • 8 Likes
    • 579 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  46. 46

    @seunosewa ·

    Working with the smallest modern LLM I could find, Qwen3:0.6b, I now understand supervised fine-tuning and direct preference optimization, full fine-tuning vs LoRA, and the role of cheap API models like DeepSeek v4 in cleaning, formatting, and even generating sufficient data. 🥳

    • 2 Replies
    • 1 Reposts
    • 12 Likes
    • 668 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  47. 47

    @TDataScience ·

    Does your project call for a full-scale frontier model, or will a small language model be enough? How should you go about choosing the right one? Sara Nobrega breaks down the decision-making process in an accessible guide. https://t.co/eZBLtH7t29

    • 1 Replies
    • 0 Reposts
    • 6 Likes
    • 1.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  48. 48

    @ainativedev ·

    What's the smallest model that can actually run an AI agent? Not the cheapest. Not the fastest. The smallest one that reliably gets the job done. In their latest analysis, Nicolas Fortuin and Baptiste Fernandez (@FernandezBap ) put NVIDIA's (@nvidia) open-weight Nemotron models

    • 0 Replies
    • 1 Reposts
    • 3 Likes
    • 105 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  49. 49

    @TDataScience ·

    How feasible is it to actually set up an LLM locally? Ivo Bernardo sets out to find a large language model that can run entirely on his laptop, and to benchmark its performance. https://t.co/qG1IBhQxGe

    • 1 Replies
    • 1 Reposts
    • 4 Likes
    • 2.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  50. 50

    @JulianGoldieSEO ·

    MINICPM5 JUST BROKE THE "BIGGER IS BETTER" MYTH A 1B parameter model is doing things that used to require models 10x its size. Here's what makes it different: Performance: → Just 1B parameters but supports reasoning, coding, and tool use → Runs locally on a laptop or even a

    Video thumbnail from Julian Goldie SEO's post Watch video
    • 1 Replies
    • 0 Reposts
    • 2 Likes
    • 1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.

Explore more of the best tweets on X.

Browse all tweet collections

Tweet Remixer

Remix this post

Creator

@creator

View on X

Choose a tone