Register and share your invite link to earn from video plays and referrals.

Tencent AI
@TencentAI_News
The official @Tencentglobal newsroom for AI updates and developer resources.
95 Following    24K Followers
We open sourced BrowserSkill, a bridge between your agent and your actual browser. most tools give the agent a blank browser. We let it borrow a tab from yours, then hand it back. > login state is already there, it just works where you're signed in > captchas and confirmation dialogs come back to you, then it continues > it's a CLI, not an MCP server => any agent that can run a shell can use it, and you see every call it makes one thing that's easy to miss: the agent asks before borrowing a tab, and that switch lives in your browser settings, not in a flag, so it can't be talked around. one line to install, works with Cursor, Claude Code, Codex, Hermes, Openclaw, CodeBuddy, WorkBuddy. Everything runs locally, MIT.
Show more
0
135
2.7K
322
Forward to community
Can we get a redo button while we're at it? Secure VM put agent isolation on everyone's mind. Rollback is the other half of safety. When a step goes wrong, you want to undo it. @CubeSandbox is open source. Agents go off-script all the time, so each task gets its own kernel and untrusted code never touches your stuff. Your credentials sit in a vault and get injected at the gateway, never inside the sandbox. And when a step still goes wrong, you roll back to a snapshot instead of starting over. 🤯repo:
Show more
We open-sourced CubeSandbox for a reason: so builders tell us what's broken. They did: → Cross-node pause/resume. Pause on one node, resume on another. Snapshot restore and stability both improved. → Component failure used to take the cluster down. CubeMaster multi-replica, template service split out. No single point of failure left on the core path. → LLM timeout: 60s proxy cutoff was killing slow-first-token models. Now 2h. Next thing builders told us @CubeSandbox : pause/resume memory cost is too high, on it.
Show more
🥳We just open-sourced Cube Sandbox! An instant, concurrent, secure and lightweight sandbox runtime for AI Agents. Built with RustVMM and KVM, it achieves the perfect balance of security and performance: → Sub-60ms cold start (2.5-50x faster) → Under 5MB memory overhead per instance (6x less memory) → Dedicated kernel per sandbox (hardware-level isolation) → Thousands of concurrent sandboxes per node → 100% E2B SDK compatible. Swap the endpoint, zero code changes Full-stack capability, one-click deployment. 3 steps to spin up your own private AI sandbox 👇 🔗
Show more
Quiet detail in the fine print: AuK ships MIT, SGLang-Omni has supported it since day 0, and the whole thing fits on one consumer GPU. You could be running it this afternoon.
🚀 AuK is officially here. Nano banana🍌 for audio An open-source foundation model for unified speech generation and editing. Natural-language instructions + reference audio. One interface. Zero-shot TTS. Instruction-controlled generation. Content editing. Whisper-conversion. De-accent. Timbre/style/emotion edit. Speed/Pitch control. Enhancement, denoising, multi-speaker and music separation. Also releasing AuK-Flash: 4-step inference. ~4.5× faster under matched conditions. Code, weights, and demo are live. Try it and share your feedback. 🤗 Paper & upvote: ⭐ GitHub & star:
Show more
The open-source WeKnora (MIT, 22k stars) just shipped v0.8.0. A new step from RAG toward agentic RAG: a self-remembering, safely sandboxed knowledge agent platform. What's new: 🧠 Cross-session memory: profile, preference, fact, task and interest, each proposed for your confirmation before it sticks. 🔐 Sandboxed by default: Skills used to run in the host process; that backend is gone. Each session now runs in its own sandbox on Docker, E2B, or Cube, with configurable network egress policies. 📦 Skills as assets: a tenant-wide catalog, not scattered scripts. Pull them from ClawHub, SkillHub or any git repo, versioned and verified to load before anything runs.
Show more
Quick one: DeepSeek V4.1 Flash lands on WorkBuddy/CodeBuddy, co-launched exclusively in China, discounted for two weeks. TokenHub, ima,​ and Marvis are live day 0 as well. Well played, @deepseek_ai 🫡 V4.1 Flash is a really solid model, major gains across text and agent performance, with native multimodal visual understanding. Yes, we have our own models too, but open beats owned, it always has.
Show more
Fun fact: your agent is quietly wrong about the past. Outdated facts aren't deleted, just shadowed to the back. RoMem fixes that. Drop-in reranker, three lines to plug in. The key ideas: > Spin, don't delete Outdated facts rotate out of alignment at query time. Nothing erased. > Some relations expire faster A pretrained gate scores how fast each relation changes. born_in → near zero. works_at → fast. Zero-shot to unseen relations. > Time as rotation, not a label One continuous function. Any timestamp. Including dates never seen in training. 2–3x better at temporal reasoning, with zero drop in static memory. Joint research from Edinburgh, LIGHTSPEED and St Andrews. EMNLP 2026 Main. Paper: Code:
Show more
A cache is only worth what it hits. The community's having a KV cache moment. Here's the corner we work in: In long-context serving, a cache hit can still leave the GPU waiting for data. When KV lives outside GPU memory, how you bring it back matters. That's the problem we set out to solve. FlexKV restores it layer by layer: earlier layers compute while later layers load. Prefetching starts transfers early, while asynchronous writeback helps overlap cache I/O with inference. Making those hits faster goes hand in hand with making more of them possible. FlexKV compresses KV losslessly, expands cache capacity with CPU RAM, SSDs, and remote storage, reuses prefixes across the cluster, and routes requests to wherever the cache already lives. It sits under your inference engine, so there’s nothing to rewire. Works across SGLang, vLLM, TensorRT-LLM, and Dynamo. Up to 70% lower TTFT, +16% QPM.
Show more
keep the reports coming, we do read them
✔️Hy4 preview just shipped an upgrade. You flagged it: long thinking + over-verification on complex tasks. We optimized it. Now live for everyone. Same task quality. Fewer turns. Lower in/out tokens. Bench + human eval both confirm. We’ll keep iterating fast. Try it and tell us what still breaks. Try on WorkBuddy:
Show more
We used TeamAI-CLI internally at Tencent since March. Open sourced it. It turns team knowledge into one git repo, so every agent works from the same handbook. what it does: > git-based: skills, rules and docs live in one repo, changes go through a merge request > hook-triggered: merged changes land on everyone's next session > each learning earns confidence from real usage, strong ones surface first, weak ones sink > works with claude code, codex, cursor, opencode, codebuddy and workbuddy One person's hard-won workaround can now become the whole team's default.
Show more
0
34
942
102
Forward to community
1B requests a day in Weixin. Now open source. WeMM-Embedding is built for real traffic and verified in real use. It reads text, image and video in the order they show up. The 9B ranks #1# on MMEB-v2 (80.6); the 2B keeps 98.7% at just 256 dims. Truncate to 64 dims for fast recall or 2048 for fine ranking, no retraining. Try it:
Show more
The team framed this one. It really is not sponsored [source: finance]🫡
Daily reminder that Hy4 is underrated (Not sponsored, I just want to see more benchmarks of it to understand if the vibes align)
Using Taxis to explain the Sherry method: Imagine a taxi with exactly four passenger seats. In the old way of doing things, sometimes a seat has a person, and sometimes it is empty. But even when a seat is empty, the taxi still takes up the same amount of space on the road and burns the same amount of fuel. The empty seat is WASTED SPACE. The Sherry method introduces a clever new rule: Every taxi must carry exactly THREE passengers, leaving exactly one seat EMPTY. Because you know there will always be exactly one empty seat, you can use the position of that empty seat to send a secret message to the taxi driver: - If the front seat is empty, it means "We are going North." - If the back-left seat is empty, it means "We are going South." - If the back-right seat is empty, it means "We are going East." Etc. Now, the empty space isn't wasted anymore. That 0 value is doing a job. @TencentHunyuan
Show more
The agent race is moving from models to context. Context isn’t just what you type. A connected agent gets the whole picture, not just the words. WorkBuddy just made it real, 60+ brands across hardware and software, including @insta360 , @RokidGlobal , and @meituofficial . Apps run on a base. Agents just got an open one. 👀
Show more
Great to see labs shipping their own GGUFs 🔥
Hy4 preview doesn't know when to stop. I keep watching, waiting for the balance.😜
Perfect weekend project doesn't exi...
1.5TB → 214GB. Seven times smaller, barely a dent. That's Hy4 preview. The trick is Sherry — our quantization method that packs weights down to 1.25 bits each. (The image shows how.) It also unlocks a new way to run it: stitch the GPUs you already have across machines, and they work as one. GGUF (quantized): Original model:
Show more
We compressed Hy4-preview from 1.5TB to ~200GiB GGUF and it still works well ! Meet MIX-STQ1_0.The trick isn’t just going low, it’s deciding where: calibration data picks each layer’s bit-width, some down to 1.31-bit STQ1_0, some up to 2.06-bit IQ2_XXS. Same budget, lower error. Accuracy barely moves vs BF16 📊 MCP Atlas 83.7→83.2 📊 SWE-Bench multi 82.9→81.3 📊 MRCR 81.3→81.1 📊 IFBench 73.5→72.5 See the details on HF : AngelSlim/Hy4-preview-GGUF Weights & low-bit GGUFs 👇 #LLM# #Quantization# #llamacpp# #Hy#
Show more
0
86
2.6K
303
Forward to community
Introducing Hy4 preview ◆ Open weights: 770B MoE, 49B active, 1M context ◆ Built for real work: code, docs and analysis, scientific research ◆ Hy4 preview helped optimize its own training pipeline, kernels included ◆ We ship upgrades, not price hikes Free in @WorkBuddy_AI for the next two weeks Blog: GitHub: Get WorkBuddy:
Show more
0
68
1.5K
121
Forward to community
While everyone's debating when AI leaves the screen, a hundred or so driverless trucks have already logged 45 million kilometers on highways. That's KargoBot, running L4 across 20+ trunk routes, 1.4 billion ton-kilometers of freight hauled so far. The data never stops coming, and at PB scale raw compute alone doesn't get a model to its next version. Our bit: — compute clusters for training and inference, built to scale with the fleet — object storage with a caching layer in front, so training isn't waiting on IO — TI-ONE, our ML platform, holding the iteration pipeline together Software agents retry for free, a 40-ton one doesn't. That's what makes infra fun to work on. What's the part that breaks first when your agent leaves the screen?
Show more