Home
Projects
Blog
Contact
Books
AI News
← Back to AI News

Dec 30 not much happened today Show details

news.smol.ai•about 2 months ago•View Original →

TL;DR: Dec 30–31, 2025 — Meta buys Manus, Z.ai files IPO, and agent stacks get real

Major Highlights:

  • Meta acquires Manus for $4–5B, validating “application-layer moats”
    • Manus reportedly hit ~$100M ARR in ~8–9 months without owning a frontier model, strengthening the case that workflow design, context engineering, and execution environments can be defensible moats. Builders frame this as the clearest rebuttal yet to “LLM wrappers will be wiped out by labs.” Replit and others emphasize “agent habitats” (execution, storage, computer use, tools) as the true differentiator.
  • Z.ai (GLM) to go public Jan 8, 2026 in Hong Kong
    • Multiple sources say Z.ai will list as the first “AI-native LLM company” IPO. One “breaking” post claims a raise of ~$560M at HK$4.35B, though details read as preliminary and marketing-heavy. Posts namecheck “GLM-4.7,” but no technical release notes accompanied the IPO chatter.
  • Coding agents: from “vibe coding” to disciplined, trace-driven practice
    • Community sentiment continues to pivot away from free-form “vibe coding” toward structured workflows: explicit prompts, external plans, rules/spec files, and heavy human-in-the-loop editing. Logging and traces emerge as the biggest practical unlock—LLMs perform better when debugging via instrumented execution traces rather than re-ingesting large contexts.
  • Production agent stacks harden: Coinbase case and open-source routing
    • Coinbase reportedly stood up production agents in 6 weeks (with LangGraph/LangChain/LangSmith) and now spins up new agents in under a week, tracking immutable, auditable traces. UIUC’s LLMRouter centralizes 16+ routing methods and claims 30–50% inference cost savings through smart model selection.

Key Technical Details:

  • Manus: reported $4–5B acquisition; ~$100M ARR in ~8–9 months; design bias toward “Code-Act” (solve via code generation + execution). Rebuilt browser automation as plugin + VM + high-level commands (moved away from open-source Browser Use). Minimal marketing (<$100k).
  • Z.ai/GLM IPO: Jan 8, 2026 (HK). Reported target raise ~$560M; figure cited alongside HK$4.35B—treat as early/uncertain. “GLM-4.7” mentioned without specs.
  • Agent ops tooling:
    • VS Code adds strict tool approval controls (“nothing runs without your approval”).
    • agentfs sandbox on macOS restricts filesystem writes.
    • LangChain ships MCP adapters incl. MultiServerMCPClient (stdio/HTTP/SSE, auto tool loading).
    • Traces-as-evals: load traces into Jupyter for real data analysis over bespoke dashboards.
  • Coinbase impact claims: agents save 25+ hours/week; paved-road reduced build time from 12 weeks to <1 week.

Community Response/Impact:

  • “Wrappers” debate shifts toward product/infra defensibility; Meta’s move seen as signaling the need for integrated agent products, not just strong base models.
  • Practitioners emphasize control, auditability, and smaller task decomposition; skepticism of unstructured “vibe coding” grows.
  • Ongoing speculation: “Where is DeepSeek v4?” alongside attention to Claude Code’s architecture.

First Principles Analysis:

  • The durable moat is moving up-stack: reliability, long-horizon execution, and integration with compute, storage, and tools (“habitats”)—not base model weights alone.
  • Instrumentation is the new context: traces/logs externalize state and shrink prompts, improving LLM self-debugging and operator oversight.
  • Routing and cost: smart model selection (per task/user/step) is becoming a first-class optimization layer, directly impacting inference economics and product margins.