Reading up on Alibaba
18 deep · digging since jan 21
- China’s free Kimi K3 AI model shakes up global tech market - Rest of World
China's free Kimi K3 AI model lets governments run top-tier AI locally, avoiding costly US cloud rentals and enabling sovereign data control.
- Apple in talks with startup that shrinks AI models to run on an iPhone
PrismML compressed Alibaba's Qwen model from 54 GB to under 4 GB to run on an iPhone, and Apple is in early talks to evaluate the technology.
- Alibaba’s A.I. Is a Hit, but Hard to Turn Into a Moneymaker
Alibaba's open-source AI models gain global developer traction but struggle to generate revenue since they can be freely used and modified.
- Qwen 3.6 27B is the sweet spot for local development - Quesma Blog
Qwen 3.6 27B with llama.cpp runs at usable speeds on Apple Silicon and Nvidia RTX hardware, making it the first local model practical for coding development.
- Anthropic says Alibaba illicitly extracted Claude AI model capabilities
Chinese resellers sell cheap Claude tokens via pooled accounts and fraud, harvesting user data for distillation into Chinese AI models as Anthropic alleges Alibaba illicitly extracts capabilities.
- GitHub - alibaba/open-code-review: Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
Alibaba's Open Code Review is a hybrid CLI tool combining deterministic pipelines with an LLM agent for precise, token-efficient code reviews at scale.
- Alibaba, Tencent Investors Look Past Slow Growth to AI Potential
Alibaba posted its first operating loss since 2021 partly from AI spending, yet shares still rose 8% in Hong Kong as investors focused on AI growth potential.
- US Said to Suspect Nvidia Chips Smuggled to Alibaba Via Thailand
US intelligence believes Nvidia's advanced AI chips were smuggled to Alibaba through Thailand, potentially violating export controls.
- Notes from inside China's AI labs - by Nathan Lambert
Chinese AI labs leverage cultural humility, student integration, and practical focus to effectively fast-follow frontier models, contrasting with US labs' political conflicts and star-scientist culture.
- Agentic Commerce
AI agents are shifting commerce from platform-controlled discovery to buyer-driven search, with Amazon, ChatGPT, and B2B sourcing tools like Accio leading early adoption.
- Something is afoot in the land of Qwen
Alibaba's Qwen team lead Junyang Lin and several other key researchers resigned, potentially losing the team behind the impressive open-weight Qwen 3.5 models.
- Alibaba's small, open source Qwen3.5-9B beats OpenAI's gpt-oss-120B and can run on standard laptops
Alibaba's Qwen3.5-9B outperforms OpenAI's 120B-parameter gpt-oss on benchmarks while being 13 times smaller and capable of running on standard laptops.
- Qwen-Image-2.0: Professional infographics, exquisite photorealism
Qwen-Image-2.0 is a new image generation model from Alibaba that offers professional typography, high-resolution photorealism, and unified generation-editing, achieving top rankings on AI Arena.
- Qwen
Alibaba's Qwen-Image-2.0 unifies text-to-image generation and editing in a single model, achieving superior text rendering with 1k-token instruction support and native 2K resolution.
- AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
Alibaba open-sourced AliSQL, a MySQL fork embedding DuckDB for columnar analytics and native HNSW vector search, claiming 200x faster analytical queries.
- AI Gains Starting to Show in the Real Economy
A 4.9% productivity jump in US Q3 2025 nonfarm business sector, with output up 5.4% and hours only 0.5%, may signal early AI-driven economic gains.
Takes
my first proof-of-concept just instantly flagged an 1,800-review "handmade" shop that's actually just reselling $6 necklaces from Alibaba for $75!!!!!!!! this is about to get *nasty*.
@Shpigford
CHINA JUST LEAKED THE FUTURE OF WEB APPS. Alibaba open-sourced PageAgent and 99% of SaaS founders are sleeping on this. It's a JavaScript AI agent that lives INSIDE your webpage. Users control your entire interface with natural language. ↳ No browser extensions needed, screenshots or multi-modal LLMs, headless browser setup, and also no backend rewrite required Just drop it in your HTML with ONE line of code. What took 20 clicks now takes one sentence. "Click login, fill in my credentials, submit the form" Done. This is not a demo, it is production-ready. ↳ Turn any SaaS into an AI copilot in minutes ↳ Smart form filling for ERP, CRM, admin systems ↳ Voice commands and accessibility built in ↳ Multi-page agent tasks via Chrome extension ↳ MCP server support for external control ↳ Bring your own LLM (Qwen, GPT, Claude, anything) Every founder building AI features just got a shortcut. Every developer manually building copilots just got replaced. The integration looks like this: <script src="CDN_URL" crossorigin="true"></script> That's it. Your app now has an AI agent.
@KanikaBK