Agents build, weather sharpens and multimodal search gets leaner

AWS turns agent workflows into working references. Google sharpens global weather forecasts. NeoMME cuts multimodal index storage. Crusoe raises billions, while Abliteration.ai sells access to models without guardrails.
News
AI-driven development lifecycle using Amazon Bedrock AgentCore
AWS published two reference implementations for the construction phase of its AI-Driven Development Lifecycle. Built with Amazon Bedrock AgentCore, Kiro and Claude Code, they turn SQL schemas into entity relationship diagrams and automate code security analysis. Engineering teams now have complete deployment examples for moving AI development concepts into working systems.
One workflow maps schemas while the other coordinates security agents
The diagram workflow starts after SQL code is checked in. An Amazon S3 trigger and an AWS Lambda function invoke the AgentCore runtime. It parses the data definition language and produces a Mermaid .mmd diagram that is saved to Amazon S3. The system reads tables, constraints and foreign keys, but never row data. The security implementation uses multiple agents with AgentCore Gateway, AgentCore memory and external tool integrations. Both implementations include complete deployment instructions in their GitHub repositories. (AWS Machine Learning)
thinkidiot take: Two working implementations make the AI-DLC construction phase concrete. I would start with the schema workflow because its boundary is explicit: it reads metadata and never row data. The security analyzer is the more ambitious test of AgentCore because it combines multiple agents, memory, a gateway and outside tools. AWS has made a stronger case with deployable systems than it would with another abstract agent architecture.
Introducing WeatherNext 3, our most advanced and accurate global weather AI model
Google DeepMind launched WeatherNext 3 on September 3, 2026. It calls the system its most advanced and accurate global weather AI model. The model produces hourly localized forecasts that are five times sharper than previous versions, using real-time satellite data to follow fast-changing weather.
One forecast stays consistent from planetary winds to local terrain
WeatherNext 3 generates forecasts at several spatial resolutions. Temperature and moisture at the surface can be shown at 5-kilometer resolution. Other surface variables use 10-kilometer resolution, while atmospheric variables such as wind speed use 25 kilometers. The forecasts maintain physical consistency across broad global wind patterns and local topography. Google has integrated the model into Search, Gemini, Maps, Google Maps Platform and Cloud. (Google DeepMind)
thinkidiot take: Five-times-sharper hourly predictions change how much local detail Google can put in front of users. I would compare the 5-kilometer temperature and moisture views with the 25-kilometer atmospheric wind output before treating every layer as equally local. The same model now reaches consumer products, mapping tools and Cloud, so its consistency across scales matters more than a single benchmark claim. This is a meaningful weather release because the resolution gains arrive inside products people already use.
NeoMME: an efficient Multimodal-native and Multilingual Encoder
Hugging Face released NeoMME, a multimodal-native and multilingual encoder, in 260M and 800M parameter sizes. On an NVIDIA L40S at a matched 2048×2048 image size, the 260M model processes about 51 pages per second, roughly twice the throughput of ColModernVBERT. It also shrinks late-interaction index storage from about 1.5 MB to 6 kB per page while retaining more than 95% of baseline nDCG@10.
A 16,384-token context fits as many as two standard 4K UHD images
Both NeoMME sizes support a context length of 16,384 tokens. That is enough for up to two standard 3840×2160 4K UHD images. Hierarchical token pooling and asymmetric quantization produce the 255-fold reduction in index storage. The architecture also uses grouped-query attention, query-key normalization and gated attention. Its other techniques include 2D rotary position embeddings and squared-ReLU MLPs. NeoMME is available through Hugging Face Transformers under the Apache 2.0 license. (Hugging Face)
thinkidiot take: Cutting per-page index storage from roughly 1.5 MB to 6 kB is the result I would build around. I would test the 260M model first because it pairs about 51 pages per second with more than 95% of baseline nDCG@10. That trade turns multimodal retrieval from a model-only question into a practical indexing decision. The Apache 2.0 release makes NeoMME unusually straightforward to put through a real workload.
Crusoe reportedly raises $3B at a $30B valuation
Crusoe reportedly raised $3 billion at a $30 billion valuation on September 3, 2026. Atreides Management and Valor Equity Partners are co-leading the round, with Mubadala Capital participating. The financing follows a $13 billion, five-year contract to provide Jane Street with GPUs and AI infrastructure.
A former crypto miner is now financing hyperscale AI infrastructure
The new round arrives 10 months after Crusoe raised $1.38 billion at a $10 billion valuation last October. Crusoe launched in 2018 as a crypto mining operation powered by flared natural gas. It later shifted into AI infrastructure and cloud services. The company develops hyperscale data center campuses. Its clients include Oracle and OpenAI. The Jane Street agreement adds a large cloud commitment to that infrastructure business. (TechCrunch)
thinkidiot take: A $30 billion valuation, three times the reported figure from 10 months earlier, puts an enormous price on Crusoe's infrastructure pivot. I would focus on the $13 billion Jane Street contract because it ties the valuation to a five-year commitment for GPUs and AI infrastructure. The company has traveled from flared-gas crypto mining to campuses for Oracle and OpenAI faster than the funding figures alone explain. This round says AI data centers are being valued as strategic capacity, not ordinary cloud supply.
Abliteration.ai is making a business out of removing AI guardrails
Abliteration.ai is selling browser and API access to modified open-weight AI models with their guardrails removed. Its catalog includes Z.ai's GLM-5.3. TechCrunch reported that the altered model readily produced a Python program for stealing saved Chrome passwords and detailed instructions for culturing a dangerous human pathogen at home.
The startup frames unrestricted compliance as a tool for defenders
Abliteration.ai says its goal is to support offensive cyber work, red-teaming and agent testing that other models refuse. The company argues that defenders benefit from access to the same tools as bad actors. Co-founder Devon says customer revenue alone pays for several deals with major cloud providers. The startup has not raised venture capital. It is currently discussing a potential raise. Critics say removing guardrails turns a model into a system that complies with anything. (TechCrunch)
thinkidiot take: A model that readily writes password-stealing code and dangerous pathogen instructions has crossed from permissive testing into unrestricted compliance. I would not expose that model through a browser or general API when the stated red-team purpose does not limit who can ask it for what. Customer revenue and major cloud deals show this is already a business, not a private research exercise. Calling equal access a cybersecurity strategy does not justify selling a model that follows literally any request.
Trending AI Papers
Ranking source: Hugging Face Papers for 2026-09-04.
LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes

LLaDA-Image is a system for creating and editing images. It combines a newly trained image generator with a fixed module that understands language and pictures. The goal is to produce realistic results, follow detailed instructions, and make the full training process available to others.
- Problem: Image generators often depend heavily on matched image and caption pairs from the start of training. This work argues that a model can first learn how images look from images alone, reducing that early dependence.
- New idea: The system uses a 6B Diffusion Transformer, an image model that gradually turns noise into a picture. It first learns a broad visual foundation from images without paired text, then receives further training. A frozen vision-language module, which connects visual content with written instructions, guides understanding without changing its own parameters. A distilled version called LLaDA-Image-Turbo reduces generation to 2-4 sampling steps.
- Simple example: It is like teaching an artist to study shapes, light, and texture before asking them to follow detailed written commissions.
- Evidence: The training pipeline uses 220M samples, including 98 real images. LLaDA-Image scores 53.53 on the English track and 53.38 on the Chinese track of Qwen-Image-Bench. The abstract says these are the best reported results among open-source models on both tracks, while the Turbo version generates in 2-4 steps.
- Limitation: The abstract does not report direct comparisons for training cost, data efficiency, or performance outside Qwen-Image-Bench.
- Why it matters: An open recipe for capable image generation could make this research easier to reproduce and extend.
- Paper: LLaDA-Image: Building Strong Image Generators with Fully
LatentPress: Context Compression Beyond Text and Vision

LatentPress gives language models a compact way to store earlier conversations and long documents. The stored material is made for the model to read, not for people to inspect. Its aim is to cut the time and space needed for long context without first rebuilding ordinary text.
- Problem: Compressed context is usually saved as readable summaries or rendered images, which a model must decode again. That extra conversion can be slow and can lose information needed for later questions.
- New idea: LatentPress converts source material into continuous memory tokens, which are numerical representations passed directly into a model. A small writer creates these tokens for a particular frozen decoder, meaning the main reading model is not retrained. The decoder accepts them through its input-embedding interface, the point where inputs become internal numerical representations. Only an adapter with 4.2M-26.2M parameters is trained.
- Simple example: It is like giving a colleague compact private notes in a shorthand they already understand, instead of handing them a summary or photographs of every page.
- Evidence: On LongMemEval, LatentPress reaches 0.504 accuracy at 7.70times compression, compared with 0.490 for uncompressed evidence, 0.184 for text summaries, and 0.426 to 0.312 for OCR-based compression. On LongBench-QA, in-domain writers match or beat raw context at 4-8times compression, though 16times performs worse. Writing takes 43ms per conversation, and reading is 5-9times faster than raw context or cached OCR.
- Limitation: Performance falls behind raw-context reading at 16times compression, and the reported transfer tests cover only the named conversation, memory, and document settings.
- Why it matters: Machine-readable memory could let language models handle long histories faster and with less context space.
- Paper: LatentPress: Context Compression Beyond Text and Vision
Why Gated DeltaNet Survives 4-Bit Quantization: NVFP4 W4A4 for the Recurrent Half of a Hybrid 27B LLM

This paper tests whether every major part of a large hybrid language model can run at 4-bit precision. Earlier versions kept the recurrent layers at higher precision because errors were expected to build up over long passages. The authors build Minima to test that concern and explain why the lower precision still works.
- Problem: Hybrid models mix attention layers with recurrent layers that keep a fixed-size summary of prior context. Community quantizations often protected the recurrent block, especially its gates, with 8- or 16-bit precision because small repeated errors seemed likely to accumulate.
- New idea: Minima applies NVFP4 W4A4 to all 496 linear layers, meaning both weights and activations use a 4-bit numerical format. It also quantizes Gated DeltaNet, a recurrent layer whose state is updated through learned gates. Scaling groups of 16 elements contains extreme activation values, while the gate functions reduce error before it reaches their outputs. The recurrence overwrites state along each current key direction, which helps it discard injected errors instead of continually adding them.
- Simple example: It is like rewriting a running notebook with shorter numbers: each new entry replaces the relevant old note, so a small mistake does not remain forever and spread through every later page.
- Evidence: Across the listed evaluations, Minima matches BF16 within seed noise, with a 5-task average difference of -0.52. It occupies 17.5 GiB and improves prefill speed by 14-19% among the compared recipes. Tests show recurrent noise staying at a flat level over 32K tokens, a state impulse fading within hundreds of steps, and RULER retrieval evaluated to 64K.
- Limitation: The experiments center on Qwen3.8-27B, so the abstract does not establish that the same behavior holds for other hybrid model designs or sizes.
- Why it matters: Reliable 4-bit recurrent layers can make hybrid language models smaller and faster without preserving large sections at higher precision.
- Paper: Why Gated DeltaNet Survives 4-Bit Quantization: NVFP4 W4A4
Trending AI Repositories
Ranking source: GitHub Trending.
anthropics/skills
Anthropic has published its implementation of skills for Claude. It shows how reusable instructions and supporting files can give an agent specialized abilities when needed.
- What it is: This Python repository contains Anthropic's implementation of skills for Claude, with folders of instructions, scripts, and resources that load dynamically. The broader Agent Skills standard is documented at agentskills.io.
- What it does: Public repository for Agent Skills
- Who it helps: People can package repeatable workflows as skills so Claude handles specialized tasks consistently when needed.
- Limitation: This repository covers Anthropic's implementation for Claude, not the full Agent Skills standard.
- Repository: anthropics/skills
JuliusBrussee/caveman
Caveman is a Go-based Claude Code skill focused on shorter agent responses. It is worth attention for anyone concerned about verbose output and the resulting token bill.
- What it is: This Claude Code skill claims to cut token use by 65% through shorter responses.
- What it does: 🪨 why use many token when few token do trick , Claude Code skill that cuts 65% of tokens by talking like caveman
- Who it helps: Claude Code users can get tighter responses and lower token use without requesting brevity each time.
- Limitation: It requires Claude Code skill support.
- Repository: JuliusBrussee/caveman
blader/humanizer
Humanizer is a Markdown-based rewriting skill for making machine-written prose sound more natural. Its approach is grounded in patterns maintained by Wikipedia's WikiProject AI Cleanup.
- What it is: This portable Markdown-based agent skill uses 35 documented patterns to remove signs of AI-generated writing from text.
- What it does: Agent skill that removes signs of AI-generated writing from text
- Who it helps: People can use it to make machine-written text read more naturally without changing its meaning.
- Limitation: It requires an agent that supports skills.
- Repository: blader/humanizer
Sources
- 01Hugging Face Papers · Hugging Face Papers
- 02GitHub Trending · GitHub Trending
- 03AI-driven development lifecycle using Amazon Bedrock AgentCore · AWS Machine Learning
- 04Introducing WeatherNext 3, our most advanced and accurate global weather AI model · Google DeepMind
- 05NeoMME: an efficient Multimodal-native and Multilingual Encoder · Hugging Face
- 06Crusoe reportedly raises $3B at a $30B valuation · TechCrunch
- 07Abliteration.ai is making a business out of removing AI guardrails · TechCrunch
- 08LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes · arXiv
- 09LatentPress: Context Compression Beyond Text and Vision · arXiv
- 10Why Gated DeltaNet Survives 4-Bit Quantization: NVFP4 W4A4 for the Recurrent Half of a Hybrid 27B LLM · arXiv
Join the Idiots
New lab every Sunday. No spam, unsubscribe anytime.