Ekloge
Edition library

Archive

Daily

Weekly

Edition W2 · Weekly

The week, reduced to its strongest signals.

JUNE 30–JULY 6, 2026. One clear pass through what changed, what shipped, and what deserves a closer look.

46Signals kept
5Active sections
8Events near you
The week’s anchor

LongCat-2.0 open-sources a 1.6T-parameter MoE under MIT

Meituan LongCat released LongCat-2.0 model weights and inference code under an MIT license, describing it as a 1.6T-parameter MoE with about 48B active parameters, 1M-token context, agentic coding integrations, and GPU/NPU deployment support.

x.comRead the source →

Top signals

10 signals

Anthropic launches Claude Sonnet 5 and rolls it into Copilot and OpenRouter

Anthropic launched Claude Sonnet 5 as a midsize agentic model with promotional pricing of $2 per million input tokens and $10 per million output tokens through August 31. GitHub is rolling it out across Copilot plans and surfaces, while OpenRouter listed the same promo price.

techcrunch.com

Claude models become generally available in Microsoft Foundry

Anthropic said Claude Opus 4.8 and Claude Haiku 4.5 are now generally available in Microsoft Foundry, hosted on Azure with Azure-native authentication, billing, networking, governance controls, and a US data zone option.

claude.com

Cloudflare sets a September 15 deadline for AI crawlers to separate search, training, and agent use

Cloudflare says that from September 15, 2026, default settings will block mixed-use crawlers from ad-supported pages for new customers, new sites from existing customers, and existing free customers unless site owners opt otherwise. It is also evolving Pay Per Crawl into Pay Per Use with initial partners Ceramic.ai and You.com.

techcrunch.com

NVIDIA introduces revenue-sharing AI factories for cloud partners

NVIDIA is partnering with AI clouds on large-scale, multi-tenant AI factories using a revenue-sharing and credit-support model. Early deployments include Sharon AI with up to 40,000 Grace Blackwell GB300 GPUs and Firmus with a Batam, Indonesia campus expected to scale to 360 megawatts and up to 170,000 NVIDIA GPUs.

x.com
View 5 more signals

Etched reports $1B in AI inference-system orders at a $5B valuation

Etched said TSMC manufactured its first transformer-specialized inference chip and that it has booked $1 billion in contract orders for full systems bundling chips, custom racks, and software. TechCrunch reports the startup has raised $800 million total, including an unannounced $500 million December round at a $5 billion post-money valuation led by Stripes.

techcrunch.com

Cursor 3.0 patches DuneSlide zero-click sandbox escapes

Cato AI Labs disclosed two Cursor flaws, CVE-2026-50548 and CVE-2026-50549, that could let a poisoned prompt delivered through MCP-connected services or web search escape the editor sandbox and run commands on a developer machine. Versions before Cursor 3.0 are affected; fixes shipped in Cursor 3.0.

thehackernews.com

Microsoft warns poisoned MCP tool descriptions can exfiltrate data through agents

Microsoft research described how attackers can hide instructions inside Model Context Protocol tool descriptions so an AI agent leaks data while each individual step still appears authorized. Microsoft recommends treating tool descriptions like system prompts, allowlisting publishers, reviewing description changes, and adding human approval for risky actions.

thehackernews.com

North Korea-linked PolinRider campaign plants 108 malicious packages and extensions

The Hacker News reports that North Korean actors tied to Contagious Interview published 108 packages and browser extensions across npm, Packagist, Go modules, and Chrome, with payloads also triggered through developer tooling such as VS Code task files. The campaign has compromised public GitHub repositories and is delivering DEV#POPPER RAT and OmniStealer variants.

thehackernews.com

Amazon will close Mechanical Turk to new customers on July 30

TechCrunch reports AWS will stop accepting new Mechanical Turk customers on July 30, 2026, while existing customers can continue using the service. AWS says it will keep investing in security and availability but does not plan new features.

techcrunch.com

Blogs

10 reads
Hugging Face Kernels adds trusted publishers, signing, and a Hub repo type

Hugging Face explains the Kernels redesign: a first-class Hub repository type for native kernels, trusted publishers, reproducible builds, Git SHA provenance, Sigstore signing, Torch Stable ABI support, TVM FFI, and agent-friendly kernel-builder workflows. It is useful for teams distributing custom accelerator kernels before agents start generating more of that code.

article
The bottleneck moved to verification. So we automated that too.

Augment describes an internal Verifier agent that deploys each PR to an isolated live environment, exercises changed behavior, and posts logs, screenshots, API responses, and limits back to reviewers. The post is a practical blueprint for moving agentic coding from generated diffs to runtime evidence.

article
View 8 more blogs
How to Use RLMs in Deep Agents

LangChain explains how Deep Agents uses dynamic subagents and a lightweight code interpreter to run recursive, code-driven workflows over large context instead of one turn-by-turn loop. The durable pattern is to let the model write orchestration code, then dispatch subagents for deterministic coverage across large inputs.

8000000 min read
Hardware-Rooted AI Security That Won't Slow You Down

NVIDIA details how Blackwell confidential computing protects model weights, data, and code during inference with hardware roots of trust, NVLink encryption, and remote attestation. The useful part is the benchmark claim: Qwen 3.5 397B on HGX B300 sees mostly single-digit overhead while SGLang and FlashInfer keep secure inference close to native performance.

article
Your coding agent bill doubled. Here's how to fix it.

LangChain explains why multi-agent coding setups make spend hard to attribute across Claude Code, Cursor, Copilot, Codex, OpenCode, and Pi. It lays out a useful control loop: normalize traces, compare cost per session, identify wasteful tool use, and add gateway-level caps and routing.

6000000 min read
Multi-Agent Teams Hold Experts Back

Apple researchers test self-organizing LLM teams and find they often underperform their best individual expert agent, with losses up to 41.1% on ML benchmarks. The practical warning is that adding agents can create consensus averaging unless authority is explicitly routed to the right expert.

article
Qwen3-Omni serving in vLLM-Omni

The vLLM team breaks Qwen3-Omni serving into Thinker, Talker, and Code2Wav stages, then shows how batching, CUDA graphs, async handoffs, and speech-stage replicas reduce first-audio latency from about 6s to about 0.6s and lift throughput roughly 5.4x under load. It is a concrete serving playbook for real-time multimodal systems.

article
Modern GPU Programming For MLSys

Tianqi Chen's open book builds a practical path from GPU hardware mental models to Blackwell-era kernels, using GEMM and FlashAttention examples to teach layouts, TMA, tensor cores, barriers, persistent scheduling, and warp specialization. It is useful for engineers who need to understand the performance layer beneath model serving.

article
Simon Willison ships sqlite-utils 4.0rc2 with Claude Fable and cross-model review

Willison walks through using Claude Fable to find release-blocking sqlite-utils transaction bugs, then using GPT-5.5 to review Fable's work and catch more edge cases. The useful pattern is concrete: let one model inspect design risk and generated docs, then use a second frontier model as a code reviewer.

article
Conformal Thinking: Risk Control for Reasoning on a Compute Budget

Apple and Johns Hopkins reframe adaptive reasoning as a risk-control problem: stop early when the model is confident, stop unsolvable cases before wasting tokens, and tune thresholds against a validation set. It is a useful pattern for teams trying to control reasoning cost without blindly capping token budgets.

article

Bengaluru radar

8 events
DataHack Summit 2026 - India's Most Futuristic AI Conference

Analytics Vidhya's DataHack Summit returns to Bengaluru with the theme Human × AI: The Rise of the Agentic Operating Layer, featuring AI talks, live hack sessions, hands-on workshops, an AI exhibition, and networking.

Wednesday · August 5, 2026 · 9:00 AM - 5:00 PM IST · The Leela Bhartiya City Bengaluru - Hotel Conventions Residences, Thanisandra Main Road
AI SRE Meetup - Bangalore

A practitioner-focused meetup for SREs, platform engineers, and reliability leaders discussing AI-assisted operations through real incidents, runbooks, failures, and open discussion.

Saturday · July 25, 2026 · 10:00 AM · InMobi Technology Services Pvt Ltd
View 6 more events
Startup World Cup 2026 Bengaluru

Pegasus Tech Ventures and CEDAT are bringing the Startup World Cup regional finale to RVITM Bengaluru. Applications close July 10, the top 10 startups are announced July 20, and the regional finale feeds into a Silicon Valley grand finale with a $1M investment prize.

Saturday · August 8, 2026 · RV Institute of Technology and Management, Bengaluru
Bangalore Tech Mixer and Social (Tech / AI / Data / IT)

After-work networking for Bangalore software, data, AI, cybersecurity, product, and startup people at We:Neighborhood. Useful for local hiring, referrals, and peer-network access rather than a formal talk.

Friday · 2026-07-10 · 7:00 PM – 10:00 PM IST · We:Neighborhood, Ashok Nagar, Bangalore
AI Skills Sprint - A 4-Workshop Series for Modern Professionals

A hands-on AI workshop series for working professionals covering AI-ready use-case framing, prompt and workflow design for non-coders, AI-augmented career portfolios, and product/UX decision-making.

Saturday · July 11, 2026 · 9:30 AM–12:30 PM IST · CMRIT College, Bengaluru
Startup Stories by Bengaluru Founders

Startup Foundry's community evening for hearing Bengaluru founder journeys, discussing startup challenges and breakthroughs, and meeting people building in the local ecosystem.

Tuesday · July 14, 2026 · 6:00 PM - 8:00 PM IST · SOUTH INDIA ANGEL NETWORK, Old Madras Road, Bengaluru
Founders & Investors Xplore by CEDAT

A startup ecosystem event with investor and founder talks, live startup pitching, funding insights, and networking for founders, mentors, and operators.

Saturday · July 18, 2026 · 11:30 AM · 2ND FLOOR, Kaarya Shared Workspaces 1st Phase, J P Nagar, Bengaluru
eChai Startup Demo Day in Bengaluru

A monthly founder demo session where early-stage product startups show what they are building, get live questions and feedback, and are listed on the event page so attendees can follow up after the room.

Saturday · July 25, 2026 · 6:00 PM–8:00 PM IST · Draper Startup House Koramangala, Bengaluru