Загрузка видео...

Не удалось загрузить видео

На главную

This peanut-sized chinese model just dethroned Gemini at reading documents. It’s called glm-ocr. it’s a tiny 0.9b parameter vision-language model that is about to replace every expensive ocr api you use. → Handles text, tables, formulas, handwriting → Scored 94.62 on OmniDocBench V1.5 → 8 languages → vLLM, SGLang,...

37,577 просмотров • 5 месяцев назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

let me explain what Anthropic just did they built an AI model so good at finding security vulnerabilities that they have refused to release it meet Claude Mythos → it’s Anthropic’s newest frontier model and it’s not available to the public. not because it’s not ready. because it’s too dangerous → Mythos found tens of thousands of zero day vulnerabilities across every major operating system and web browser… many of them 1 to 2 decades old. for context… Opus 4.6 found about 500. Mythos found tens of thousands → it found vulnerabilities in the Linux kernel. a 27 year old vulnerability in OpenBSD. a 16 year old vulnerability in FFmpeg → it doesn’t just find bugs. it writes the exploits too. that’s the part that scared them → so instead of releasing it… Anthropic has created Project Glasswing. a cybersecurity initiative where they hand picked 40+ companies to use Mythos for defense only → the partner list reads like a who’s who of tech… Amazon, Apple, Microsoft, Google, Nvidia, Broadcom, Cisco, CrowdStrike, Palo Alto Networks, JPMorgan, the Linux Foundation → Anthropic is giving up to $100 million in usage credits to these partners and $4 million to open source security organizations → they’re briefing CISA and the Commerce Department on how to handle this → the benchmarks are truly insane… Mythos hit 77.8% on SWE-bench Pro where Opus 4.6 scored 53.4%. hit 93.9% on SWE-bench Verified where Opus 4.6 scored 80.8% → Anthropic’s head of frontier red team said this is “the first time a model is this good that we decided to approach release in a very different way” this is the first time an AI company has held back a model because it was too capable not too expensive. not too slow. too dangerous and instead of locking it in a vault they weaponized it for defense and gave it to the companies that run the internet that’s either the most responsible thing an AI company has ever done… or the scariest only time will tell

klöss

21,270 просмотров • 5 месяцев назад

New open-source agent harness just landed! I got early access to TrueForge by TrueFoundry and have been running it locally for the past few days. The harness layer deserves as much attention as the model, and open source matters here because you can inspect the loop, run it on your own infrastructure, and swap to the latest or cheaper models. TrueForge handles the runtime work that makes an agent reliable. It drives the tool-calling loop, manages context, coordinates subagents, and executes code in a sandbox, with any model you choose. Every tool call re-sends the growing context to the model, so in practice the harness controls most of what an agent costs to run. A few things stood out from my testing and their published benchmarks. Vendor-Neutral by design. It runs OpenAI, Anthropic, and Google models alongside open-weight models like Kimi, GLM, and DeepSeek. Model routing is a setting, and you can send each task to the model that fits it. On a 14-task enterprise agent benchmark, it matched the accuracy of Claude Managed Agents running the same Opus 4.8 model at roughly 30% lower cost per run (3.8M tokens vs 10M for the same answers). Routing the same tasks to GLM-5.2 held accuracy and brought cost down by about 75%, around $3 per run instead of $12. Fully self-hosted and Open Source (MIT License). I had it running locally with one command, with sandboxed code execution working out of the box. It's time to own your agent harness. Thanks to TrueFoundry for partnering on this post.

elvis

11,303 просмотров • 1 месяц назад

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 human reading speed. Here's how it works: Every other LLM stores weights in 32-bit or 16-bit floats. BitNet uses 1.58 bits. Weights are ternary just -1, 0, or +1. That's it. No floats. No expensive matrix math. Pure integer operations your CPU was already built for. The result: - 100B model runs on a single CPU at 5-7 tokens/second - 2.37x to 6.17x faster than llama.cpp on x86 - 82% lower energy consumption on x86 CPUs - 1.37x to 5.07x speedup on ARM (your MacBook) - Memory drops by 16-32x vs full-precision models The wildest part: Accuracy barely moves. BitNet b1.58 2B4T their flagship model was trained on 4 trillion tokens and benchmarks competitively against full-precision models of the same size. The quantization isn't destroying quality. It's just removing the bloat. What this actually means: - Run AI completely offline. Your data never leaves your machine - Deploy LLMs on phones, IoT devices, edge hardware - No more cloud API bills for inference - AI in regions with no reliable internet The model supports ARM and x86. Works on your MacBook, your Linux box, your Windows machine. 27.4K GitHub stars. 2.2K forks. Built by Microsoft Research. 100% Open Source. MIT License.

Guri Singh

2,180,357 просмотров • 6 месяцев назад

Baby talk vs “parentese” - what’s the difference? Often in my replies I see parents explaining why - as a method of promoting language acquisition - they never use “baby talk.” I generally agree with this sentiment, but there are some important distinctions to be made here. If by “baby talk” you mean using cutesy nonsense words (like wa-wa for water or ba-ba for bottle) you’re on the right track. There’s no need for you to make up incorrect or overly simplified vocabulary on your child’s behalf. Use real words, even if your child isn’t quite ready to do so themself. It’s how they learn. But sometimes I see confusion between “baby talk” and what is known as “motherese” or “parentese” - which isn’t nonsensical, but simply slower and more varied in intonation. (Think of Ms. Rachel’s sing-songy voice.) And this isn’t something you need to shy away from at all. In fact, research suggests that parentese - with its prolonged vowel sounds and expressive facial expressions - can be a social hook that attracts children’s attention, encouraging them to attune not only to the language to which they are being exposed but how it is produced. Importantly, it’s complete and grammatically correct… just a little more performative than you might use elsewhere. This lovely video, shared to IG by tommypadula, is a nice example. Everything mom says is 100% correct… it’s simply exaggerated in ways that are clearly capturing her daughter’s rapt attention. Just look at the smiles and eye contact it’s attracting. This isn’t baby talk. It’s parentese. And it’s fantastic.

Dan Wuori

28,752 просмотров • 1 год назад