Nizam.Wiki
← All entries

Social Posts: The Daily Signal 2026-06-13

Social Posts — 2026-06-13

Based on today’s top stories: Moonshot AI launches Kimi Work with a 300-sub-agent swarm, Google Gemini-SQL2 hits 80% on BIRD, and Zyphra ships a hybrid Mamba2–Transformer vision model that’s 10x faster at time-to-first-token.


X/Twitter

Moonshot AI just shipped Kimi Work, a desktop agent that runs locally and coordinates a swarm of 300 sub-agents on their K2.6 model. Local-first AI agents with that kind of parallel orchestration is either the future of productivity tools or a really expensive way to open a spreadsheet.

Full story: https://www.marktechpost.com/2026/06/12/moonshot-ai-launches-kimi-work-a-local-desktop-agent-reportedly-running-on-kimi-k2-6-with-a-300-sub-agent-agent-swarm/


LinkedIn

Google just hit 80% on the BIRD Text-to-SQL benchmark with Gemini 3.1 Pro, and that number changes the conversation about whether LLMs can replace database analysts.

The BIRD benchmark is one of the hardest real-world SQL evaluation sets. It requires reasoning over large databases with real schemas, messy data, and ambiguous natural language queries. Previous single-model leaders hovered around 73-75%. Gemini-SQL2 pushes to 80.04%, and Google published the system alongside the results.

This matters because enterprise adoption of text-to-SQL has been stuck on trust. Teams won’t let a model write queries against production databases unless the error rate drops below what a junior analyst produces. At 80%, we’re getting close to that threshold for straightforward analytical queries. The gap between 75% and 80% is where the technology goes from demo to daily tool.

The catch: BIRD results don’t automatically transfer to your schema. Real databases have inconsistent naming, implicit relationships, and business logic that doesn’t live in the schema. Google’s approach likely involves significant prompt engineering or fine-tuning for the benchmark setup. The real test is whether Gemini-SQL2 generalizes to enterprise schemas without customization.

What’s your team doing to evaluate text-to-SQL for internal data workflows?

Source: https://www.marktechpost.com/2026/06/12/google-releases-gemini-sql2-gemini-3-1-pro-text-to-sql-scores-80-04-on-bird-single-model-leaderboard/

#AI #GoogleDeepMind #TextToSQL #EnterpriseAI #LLMs


Reddit (r/artificial)

Zyphra Ships Zamba2-VL: Hybrid Mamba2–Transformer Vision Models Cut Time-to-First-Token by 10x

Zyphra released Zamba2-VL, a hybrid architecture combining Mamba2 state-space models with a transformer backbone for vision-language tasks. The headline result: time-to-first-token drops by roughly an order of magnitude compared to pure transformer baselines. The models handle both image understanding and text generation.

Architecture:

  • Hybrid Mamba2 + transformer design, not a pure state-space model
  • Mamba2 layers handle the bulk of sequence processing at lower compute
  • Transformer layers provide the attention bottleneck for cross-modal reasoning
  • Results in dramatically lower latency before the first token generates

Key numbers:

  • ~10x reduction in time-to-first-token vs comparable transformer-only models
  • Competitive accuracy on standard VLM benchmarks (MMMU, MathVista, MMBench)
  • Lower memory footprint during inference, enabling deployment on edge hardware

Why this matters:

Most vision-language models today are pure transformers. That’s fine for accuracy, but the attention mechanism scales quadratically with input length. For real-time applications like camera feeds, document processing, or AR overlays, you need the first token fast. Mamba2’s linear-time sequence modeling gets you there without sacrificing the attention layers that handle complex cross-modal reasoning.

The hybrid approach is gaining traction because it sidesteps the pure-SSM limitation. Pure state-space models struggle with tasks that require looking back at distant parts of the input. Transformers handle that well but are slow. Combining them lets each architecture do what it’s good at.

Open question:

The 10x TTFT claim is relative to transformer baselines, but Zyphra doesn’t specify which baselines or compute budget. Real-world deployment on constrained hardware will determine whether this holds up outside controlled benchmarks.

Source: https://www.marktechpost.com/2026/06/12/zyphra-release-zamba2-vl-hybrid-mamba2-transformer-vision-language-models-that-cut-time-to-first-token-by-about-an-order-of-magnitude/