
My fellow AI explorers
If AI had a sleep button, someone snapped it off this week. Open-weights are clocking SOTA coding, ByteDanceâs âmysteryâ image model is dunking on Nano-Banana, Meituan (yes, the food-delivery giant) shipped a 560B MoE, and 3D/real-time worlds just leveled up.
In todayâs edition:
đ§ Kimi K2 (0905): open MoE that can code with the best
đźď¸ DH3 vs. Nano-Banana: the stealth image editor flex
đą LongCat-Flash (560B): Meituanâs shock-drop MoE
đ World builders: Tencentâs HunyuanWorld-Voyager, ReconViGen few-shot 3D, and Oasis 2.0 real-time worlds
đ Voice: Chatterbox Multilingual + the VibeVoice takedown
đ¤ Robotics: Figure 02 loads a dishwasherâautonomously
Must See AI Tools
đ° Payman: AI That Pays Humans. Over 10,000+ signed up for the beta
đ¤ 11Labs: #1 AI voice generator (Click Here to get 10,000 free credits upon signing up!)
đ¤ ManyChat: Automate your responses & conversations on IG, FB and more! (Click Here to get first month for free)
LLMâs
Kimi K2-Instruct-0905: Open MoE, Big Coding Energy
Meet Kimi K2-Instruct-0905 (Moonshotâs open-weights MoE), now with ~32B active params and 256K context, plus fresh instruct tuning for agentic workflows and code. You can try it in the Kimi app or hit the Kimi API.
Why this matters
Dynamic MoE = big-model capability with smaller per-token compute
Long context + tool use make it practical for end-to-end app scaffolds
Community ports (e.g., GGUF) are already popping up
Prediction: Expect a wave of K2-powered vertical code copilots (Next.js, Shopify, Unreal).
đ Check out Kimi here
FoundersâŚ
đ¤ Need an AI Agency to Help Your Business Implement AI Solutions?
Our preferred partner Align AI provides you with an expert AI and Automation implementation team to add 10-40+ hours of increased productivity per employee and achieve your goals faster.
AI Risks
Dario Amodei: Entry-Level White-Collar Jobs at Risk + Real-World Misuse of Claude
TL;DR: In a new interview, Anthropic CEO Dario Amodei warns that AI could displace a large share of entry-level white-collar roles within 1â5 years if society âdoesnât handle this well,â and says Anthropic has disrupted real-world attempts to weaponize Claude, from ransomware to North Korean sanctions-evasion job fraud. He argues for transparent disclosure and stronger regulation.
Watch the clip here.
Whatâs new
Jobs: Amodei reiterates that AI is already strong at document review, admin coordination, basic financial analysis and slide-buildingâthe âworkhorsesâ of junior rolesâraising near-term displacement risks. Separate coverage earlier put the estimate at up to ~50% of entry-level white-collar jobs over five years, with unemployment spikes possible.
Misuse & security: Anthropic disclosed that it detected and shut down operations abusing Claude for cyberattacks (including ransomware) and that North Korean operatives tried to use Claude to land remote tech jobs at U.S. firmsânow publicly documented in its misuse reports and covered by major outlets.
Lab vs. reality: Some alarming capabilities show up in tests before the real worldâreason enough, Amodei says, to publish findings early and push for defenses + policy. Google, for its part, has also detailed ongoing Gemini hardening and safety evaluations against cyber/bio misuse.
Counterpoint
Not everyone agrees on the pace/magnitude: OpenAI COO Brad Lightcap has said theyâre not seeing evidence of mass entry-level replacement yet, underscoring how uncertain the labor transition will be.
Why it matters
If entry channels shrink, career ladders in law, finance, consulting and ops could bottleneckâwith productivity gains accruing to fewer people unless companies and policymakers re-route on-ramps (apprenticeships, AI-augmented junior tracks, outcome-based credentials). Meanwhile, threat actors are already probing model guardrails, making safety transparency + coordinated takedowns a necessity, not a PR choice.
Prediction (6â12 months)
Expect big firms to redefine junior roles around AI orchestration + verification rather than rote productionâand for vendors to ship auditable âsafe-useâ modes (rate-limited code gen, tighter tool APIs, anomaly detection) as standard SKUs. Regulators will push for misuse reporting and red-teaming disclosures patterned on todayâs threat-intel sharing.
Further reading / sources:
Axios on jobs: âwhite-collar bloodbath?â; Anthropicâs misuse reports; Reuters coverage of cyber misuse takedowns; Googleâs Gemini safety hardening; the full interview clip
AI SaaS Founders
đ¨Want Millions of Impressions For Your AI SaaS, Done For You?

At uncovernews.co, we specialize in getting AI SaaS products the attention they deserve through strategic influencer marketing campaigns designed to drive millons of impressions at the fraction of the cost!
Get Your AI Startupâs News or Product In Front of Millions Quickly
Google AI
đ AI News â Googleâs EmbeddingGemma puts on-device RAG on turbo
TL;DR: Google dropped EmbeddingGemmaâa 308M-param multilingual encoder that hits top MTEB/MMTEB scores for sub-500M models, runs fully offline (quantized) in < ~200MB RAM, and can produce a 256-token embedding on EdgeTPU in < ~22ms. Itâs plug-and-play across the usual ecosystem (Hugging Face, Kaggle, Vertex AI, SentenceTransformers, Transformers.js, Ollama).
Why this is big
Small + fast: 308M params, ~200MB with quantization; EdgeTPU does a 256-token embed in < ~22msâi.e., crisp UX for mobile/edge.
Quality: Trained on 100+ languages with a 2K token context; best-in-class under 500M on MTEB/MMTEB.
Right architecture: Gemma-3-style bi-directional encoder (not a causal LLM) â better semantic retrieval.
Flexible vectors: Defaults to 768-D, but MRL lets you drop to 512/256/128 without retraining to save space/speed.
Ecosystem ready: Weights on Hugging Face, Kaggle, and Vertex AI; 1-liners for SentenceTransformers; Transformers.js demo runs in-browser; Ollama support is live.
What it means (in practice)
If you care about private, offline assistants or snappy RAG on laptops/phones, this hits the sweet spot: use EmbeddingGemma to find the best passages locally, then hand them to Gemma 3n (same tokenizer) to write the answerâno cloud needed. For devs indexing big corpora on constrained devices, start at 768-D during experimentation, then truncate to 256-D via MRL for production to shrink memory/disk and speed up similarity searchâusually with minimal quality loss. Also: the official Gemma Cookbook ships a quick-start RAG notebook to wire this up fast.
Deeper cut (how it works)
This is an encoder with bi-directional attention, so it âreadsâ the whole input at once and compresses it into a normalized vector (cosine-friendly). It also ships task-specific prefixes (e.g., query vs. document) to improve retrieval accuracyâhandled automatically in SentenceTransformers, or add them yourself in other stacks.
Prediction (next 90 days): Expect a wave of on-device RAG apps (knowledge inboxes, field-ops copilots, travel/off-grid agents) that default to 256-D MRL vectors, with Transformers.js browser demos becoming the new âhello worldâ for embedded search. Enterprise side: more Vertex blueprints pairing EmbeddingGemma for retrieval with Gemini/Gemma writers for generation.
Try it
Model + docs: EmbeddingGemma overview, HF model card, Hugging Face blog.
Run it: SentenceTransformers guide ⢠Transformers.js 3D demo ⢠Ollama library.
(Note on latency: Googleâs docs quote < ~22ms on EdgeTPU for a 256-token snippet; some blogs say < 15ms, but weâre sticking to the official figure.)
30-Second AI Play
đŻ Create & Edit Files with Claude
Open Claude (web or desktop). This feature is live for Max, Team, and Enterprise; Pro rollout is next. Start a new chat.
Say what you wantâby file type. Example: âMake a one-page .docx memo summarizing this PDFâ or âBuild a quarterly budget in .xlsx with formulas + a chart.â Claude can create Word, Excel, PowerPoint, and PDFs.
Add your source material. Paste text or upload files (PDF, DOCX, CSV, XLSX, TXT, HTML, JSON, etc.). Then ask Claude to extract, clean, or reorganize the content.
Iterate in plain English. Ask Claude to âinsert a column for CAC,â ârecalculate with a 12% YoY growth,â or ârewrite slide 3 for execs.â It edits the live file and returns an updated version.
Export. Click Download to get the native file or Save to Google Drive right from the chat.
Power move (optional): Use Claudeâs Analysis tool to run quick calculations on your data before inserting results into the file.
Great starter prompt:
âCreate an Excel financial model for a DTC startup: inputs tab (traffic, CVR, AOV, refunds), assumptions tab, and monthly P&L with formulas + charts. Then add a one-page PDF summary for investors.â
âśď¸ See it in action (1-min video): Preview: Claude can create and edit files.
đ° Announcement & how-to: Anthropic: Claude can now create and edit files ⢠Support guide.
Other Relevant AI News!
đ¨ DH3 keeps winning blind A/Bs against Nano-Banana in community testsâtry it on the Image Arena arena.
đą LongCat-Flash (560B MoE) from Meituan is open-weights with shortcut-connected MoEâgrab the code on the repo.
đ HunyuanWorld-Voyager outputs 3D-consistent worlds from a single image with aligned RGB-Depthâsee the technical report.
đ§ ReconViGen turns a handful of photos (or video) into accurate textured 3D modelsâtry the project page.
đŽ Oasis 2.0 is a real-time, transformer-driven open world you can sample in your browserâlaunch the short demo.
đŁď¸ Chatterbox Multilingual brings 23-language TTS with expressive zero-shot cloning under open licensingâcheck the GitHub.
đď¸ VibeVoice 7Bâs GitHub disappeared, but weights/cards are still onlineâsee the ModelScope.
đ¤ Figure 02 shows autonomous dishwasher loading with grasping and rack manipulationâwatch the post.
đ§ AudioStory (Tencent ARC) generates long-form narrative audio aligned to video with Apache-2 codeâexplore the GitHub.
Golden Nuggets
đ Open MoE wins on value: Kimi K2 (0905) brings big-model coding to vertical, stack-specific copilots.
đ¨ Editors > generators: DH3âs precision/identity fidelity makes surgical, production-grade image edits the new battleground.
đ˛ On-device RAG is ready: EmbeddingGemma enables private, offline searchâuse MRL 256-D for speed without big accuracy loss.
đ 3D from scraps: HunyuanWorld-Voyager + ReconViGen turn single photos/few shots into consistent worlds and usable assets.
đĄď¸ Work + safety reset: Entry roles shift to AI orchestration/verification; transparent misuse reporting and guardrails are now table stakes.
What did you think about today's edition
Until our next AI rendezvous,
Anthony | Founder of Uncover AI
