DawnSift
구독하기
화 · 테크 데일리 · 제24호

2026-08-04

— Today, open-weight models have broken into the top tier, while AI-generated fake CVE reports are wasting maintainers' lives.

오늘의 TL;DR

Alibaba released Qwen3.8-Max with 2.4 trillion parameters, with coding capabilities rivaling Claude, and for the first time promised to open-source the weights. JFrog exposed a batch of LLM-generated fake SQLite CVE reports, triggering a crisis of trust in the vulnerability verification process. Meta disclosed LLM-scale training details for its ad recommendation model GEM, with MFU doubling to 25%. Baseten completed a $13 billion Series F round, making inference engineering the new focus of AI infrastructure.

헤드라인

1

Alibaba Releases Qwen3.8-Max: 2.4 Trillion Parameters, Coding Rivals Claude, Open-Source Weights Next Week다중 소스 ×6

Alibaba released its flagship model Qwen3.8-Max with 2.4 trillion total parameters (MoE architecture, 95B activated), showing major improvements in coding, professional work, and long-horizon tasks. It has entered the global top tier on the Arena leaderboard, with coding capabilities even surpassing Claude Opus 5 High. The company also announced it will open-source Max-level model weights for the first time next week, along with a 27B version. API pricing is $2.0/M input tokens and $6.0/M output tokens. Why it matters: This is the first top-tier MoE model to promise open-source weights. The 27B version requires only 17GB VRAM for local inference, significantly lowering the barrier to high-performance models, with major implications for local deployment and fine-tuning scenarios.

The community generally acknowledges the performance gains but believes price and local deployment costs remain key considerations; the 27B version has sparked lively discussion due to its low VRAM requirements.

2

JFrog Exposes LLM-Generated Fake SQLite CVE Reports, CVE Verification Process Questioned

JFrog's security team discovered that a batch of severe CVE reports targeting SQLite were actually LLM-generated: the cited code does not exist in the corresponding versions, the PoCs fail to trigger crashes, and all reports show AI-generated characteristics when checked with GPTZero. These fake reports have been flagged as critical vulnerabilities by NVD and confirmed by CISA. Why it matters: AI-generated fake vulnerability reports are draining maintainer energy and lowering the signal-to-noise ratio in the security community, while exposing a systemic problem in the CVE/NVD verification process that lacks effective human review.

Commenters generally believe AI-generated fake CVEs waste maintainer effort, but some also point out that this exposes systemic flaws in the CVE verification process, not just a problem with AI.

3

Meta Reveals LLM-Scale Training Details for GEM Ad Recommendation Model, MFU Doubles to 25%

Meta disclosed training engineering details for its ad recommendation foundation model GEM: achieving LLM-scale training on thousands of latest-generation GPUs, with end-to-end training efficiency (MFU) improved from about 10% to 20-25% through joint optimization of kernels, precision, parallelism, networking, and memory, while training FLOPs grew 4x in 12 months. Why it matters: The engineering boundaries between recommendation systems and LLM training are converging. GEM's hybrid architecture and data characteristics pose challenges to AI infrastructure different from traditional LLMs, and its optimization experience offers direct reference value for large-scale model training.

4

Baseten Completes $13 Billion Series F, Inference Engineering Becomes New Focus of AI Infrastructure

Baseten completed a $13 billion Series F round, becoming a new decacorn in the AI infrastructure space. Co-founder Philip Kiely published the book "Inference Engineering," systematically laying out engineering methodology from model weights to efficient inference. Why it matters: Inference engineering is shifting from a niche discipline to a core track in AI infrastructure, covering inference optimization for autoregressive and diffusion models, directly impacting the cost and performance of model deployment.

5

AI Agent Security Practice Framework Released: Covers Five Attack Surface Layers and 12-Item Configuration Checklist

Mend.io published a practical guide titled "Securing AI Agents, MCP Servers, and LLM Applications," proposing a five-layer Agentic AI attack surface map, a 12-point configuration error checklist, an evidence-based classification matrix, and runtime guardrails with system prompt hardening, along with a maturity self-assessment tool aligned with the NIST AI RMF. Why it matters: AI Agent behavior is jointly determined by the model, system prompt, retrieval context, and tool calls. The traditional AppSec assumption that "code equals behavior" no longer holds, and new attack surfaces like prompt injection require a completely new defense paradigm.

매일 아침, 당신을 위한 테크 다이제스트

웹은 전체 그림을, 구독자에게는 당신만의 것을 — 관심사 맞춤 AI 큐레이션, 개인 RSS 통합, 커뮤니티 반응과 함께 매일 아침 배달. 영원히 무료.

24호 발행 · 매일 150개+ 중 읽을 가치 있는 30개로 선별

AI 소식

The Mental World Modeling framework incorporates mental states such as beliefs and intentions into world models, allowing AI to predict agent behavior driven by hidden motives.

개발·오픈소스

커뮤니티 화제

Whether developer tools must be open-source sparks debate: most agree open source is valuable for auditability and modifiability, but some argue plugin systems are more practical.

Most agree developer tools should be open-source, but believe practicality and maintainability must be balanced; some also question that open source is not a panacea, with plugins or configuration systems being more practical.

Manually retyping LLM-generated code to prevent "cognitive debt" sparks discussion: most acknowledge its learning value, but some question its efficiency.

Most agree that manually retyping code aids understanding and learning, but some believe it is inefficient and no better than writing directly or using other collaboration methods.

The view that LLMs reward expertise resonates: domain experts get far better results than novices, but some believe the gap is narrowing.

Most comments believe LLMs amplify expert advantages—the deeper the domain knowledge, the better the results; but some think the gap between experts and non-experts is narrowing.

더 볼만한 소식(69건 더)

Alibaba's Qwen team moved Qwen3.8-Max from preview to general availability, with published per-token pricing and open weights due next week. The 2.4T parameter MoE model accepts text, image and video input across a 1M-token context. No benchmark table has been published. The post Alibaba Qwen Releases Qwen3.8-Max: A 2.4 Trillion Parameter MoE Model and the Most Capable One in the Qwen Family to Date appeared first on MarkTechPost .

Memory is central to long-horizon LLM agents, yet existing memory systems primarily preserve interaction content rather than modeling which agents can be trusted and under what conditions. This limitation is particularly important in multi-agent systems, where a central model may be unable to directly verify plausible or correlated peer responses. We introduce Σ-Mem, an online reliability memory that records historical competence evidence for individual peers and peer relationship evidence acros

Ran DeepSeek V4-Flash-0731 — the full official checkpoint, not a re-quant — on commodity used hardware. Sharing because I couldn't find anyone else publishing Ampere results for this engine. Edit / update: a commenter called out that hybrid CPU-GPU posts always publish decode and never prefill. Fair hit — I didn't have it. I do now, it's in a new section below, and it's the number that decides what this box is actually good for. Why bother with a 2018 server The model is 156 GB. That number deci

Half a year ago I started Codeman to learn how open-source collaboration really works: issues, PRs, feedback from strangers, building in public. 1,500 commits and 14 contributors later it just crossed 500 stars, and community feedback has shaped a lot of what it is today. So here's what we ended up building: Codeman runs AI coding agent CLIs in persistent tmux sessions on your own box and streams the real terminals to any browser, phone included. Your laptop can sleep while the agents keep worki

In this tutorial, we design an end-to-end evaluation workflow for PerceptionBench. This multimodal benchmark measures fine-grained visual perception capabilities across tasks such as OCR, counting, localization, contextual reasoning, comparison, depth understanding, and hallucination detection. We begin by configuring a Colab-compatible environment, installing the required libraries, and loading a balanced subset of the dataset through a […] The post Evaluating Multimodal Vision Models with Moon

Every time a model drops from a Chinese lab the thread fills with people who already know who made it, and the guess is usually Alibaba. There was a thread here recently asking what separates the open source labs from the frontier labs. It ran to nearly sixty comments and hardly anyone in it separated out the labs on the open source side. They aren't one bloc and haven't been for a while. I work on the Ling models at Ant, so I'm one of the ones getting lumped in. Discount the paragraph about my

Reinforcement learning with verifiable rewards (RLVR) broadcasts a single response-level reward to every token, while on-policy distillation (OPD) scores each token against a stronger teacher for a dense advantage but caps performance at teacher quality and discourages exploration beyond it. Their complementarity makes combining RLVR and OPD promising, but we find that fusing the two advantages with a fixed coefficient triggers entropy collapse from two miscalibrations: a magnitude mismatch, whe

arXiv:2607.28629v1 Announce Type: new Abstract: The rapid transition from reactive large language models (LLMs) to persistent, action-capable systems has exposed critical gaps in the architectural understanding of Agentic AI, particularly in separating inference, orchestration, and execution layers for autonomous AI agents. Despite recent advances, unified frameworks for designing and evaluating full-stack agentic systems remain limited. This paper presents a comprehensive, layered architecture

arXiv:2607.28692v1 Announce Type: new Abstract: Large language model (LLM) agents have been increasingly adopted in scientific research for organizing and invoking specialized computational tools. However, their reliance on predefined tool spaces with static semantics limits their applicability to open-world scientific workflows, where tool requirements, capabilities, and boundaries evolve dynamically. To this end, we propose SciToolAgent-Evo, an ontology-aware self-evolving agent for open-world

arXiv:2607.28642v1 Announce Type: new Abstract: Long chain-of-thought reasoning improves performance on complex problems, but it also introduces redundancy accumulation, context overflow, and error anchoring. We argue that under bounded context windows, the core bottleneck is not trajectory compression or test-time control, but the absence of a reusable intermediate interface that can replace discarded history and support continued solving. We further identify a key failure mode of outcome-rewar

MiniMax H3 is a general-purpose, omni-modal generative system. It supports unified understanding of multimodal contexts composed of text, images, video, and audio, and can generate video with native stereo audio at resolutions up to 2K and durations of up to 15 seconds. Thanks to its task-generalization-oriented system design, H3 already possesses broad multimodal context understanding and generation capabilities at the pre-training stage, enabling outstanding performance in following complex mu

Rubric-based RL has recently shown promise in improving LLMs on open-ended tasks. A widely recognized limitation of rubric-based RL is limited exploration: criteria that no rollout manages to satisfy (Unexplored Criteria, UC) receive no optimization signal. Recent methods address this by incorporating rubric information as external guidance during rollout, yet they introduce a train-inference mismatch: the policy is optimized on rollouts produced under external guidance while this guidance is ab

Enterprise workflows increasingly rely on agents for schema-guided extraction: given a document and a user-defined schema, the agent faithfully follows the schema to produce the correct output with source evidence as grounding metadata. We present ExtractBench, a benchmark for schema-guided extraction and, to our knowledge, the first to score value accuracy, record completeness at scale, grounding, and measured cost together. The evaluation system contains 4,869 pages across 370 enterprise docum

Release: condense-json 1.0 I'm trying to get braver at releasing 1.0 versions. This little library is a year and a half old now - I've applied some sensible and non-disruptive fixes and shipped the big 1.0 for it. Here's an example of what it can do, lifted from the README: { "foo" : { "bar" : { "string" : " This is a string with foxes in it " , "nested" : { "more" : [ " Here is a string " , " another with foxes in it too " ] } } } } Combine that with a replacements object: { "1" : " with foxes

It is so good! I don't know why there aren't more people talking about it. Fewer tokens, faster and more accurate than Qwen 3.6 35b a3b. On my setup it's nearly as good as 27b, but 5x faster. And it completely trashes the Gemma 4 models. At least for my use case, it feels amazing. I'd love to hear other people's experience with it. If you want an actual measure of performance, I have a GitHub repo explaining how I tested it for my type of use case with a detailed performance comparison with othe

The European Union has ushered in some additional rules that aim to make it easier for people to identify chatbots and AI deepfakes online. The new transparency obligations under the bloc's landmark AI Act came into effect on August 2nd, requiring companies to disclose when people are interacting with AI models, and if content has […]

arXiv:2607.28662v1 Announce Type: new Abstract: Large language models extract entities and relationships from unstructured documents fluently but inconsistently: type vocabularies fracture across documents, the same person surfaces under several name variants, relationships duplicate, and distinct individuals who share a name risk silent conflation. This paper presents the design, implementation, and empirical refinement of a production extraction layer that converts a live document stream into

arXiv:2607.28657v1 Announce Type: new Abstract: Large Language Models (LLMs) often require carefully crafted prompts to unlock their full potential, which can be a barrier for non-expert users. This work addresses the challenge by introducing a Task-Aware Prompt Rewriter (TAPR), a model that reformulates user prompts into task-optimized prompts with the explicit goal of improving downstream LLM performance. We train TAPR using reinforcement learning with Group Relative Policy Optimization (GRPO)

arXiv:2607.28685v1 Announce Type: new Abstract: Agent-safety benchmarks measure different behaviors, and their scores get quoted interchangeably as an agent's safety. We treat four of them (R-Judge, InjecAgent, AgentHarm, AgentDojo) as measurements to be validated, running each under its official implementation and author-provided scorer on up to 22 models, with MMLU and GPQA measured by us under one protocol as a capability composite. The metric is the first problem. On any binary trace-judgmen

阿里巴巴旗下“千问办公”(QwenWork)开启公测,个人和企业用户均可体验。用户可在“千问办公”体验阿里最新旗舰模型Qwen3.8。

Parent-order execution is a core problem in algorithmic trading, where the goal is to split a large order into smaller orders while reducing execution costs. Existing approaches either rely on pre-specified market assumptions that may not hold in practice, or require task-specific training that limits adaptability to new settings. To overcome these limitations, we present the first systematic study of large language models (LLMs) for parent-order execution. This extends the use of LLMs in financ

I've been out of these forums for awhile but I figured I would provide a formal update on how this has been going now that it has some operation time under its belt, just to put the information out there and share knowledge if there is any interest. I also wasn't satisfied with the quality of my original post so I will probably remove it and let this one serve as its replacement. I am an IT infrastructure engineer by profession, so my contribution to the conversation is mainly from a hardware/sy

Spent way too much time with V4-Flash-0731 this weekend and wanted to share my vibes as briefly as possible. I sent it through a bit of real-work and some of my personal benchmarks. My quick thoughts are: Quantization hits this thing like a truck - I've tried a bunch of the Q2 and Q3 weights and it behaves like an entirely different model. Reasoning looks/feels different and the results are a full tier down from the official/served V4-Flash-0731. Did not get much time with Q4. Q3 can finally be

House spending records show OpenAI's ChatGPT dominates paid AI use on Capitol Hill, with congressional offices relying on the chatbot to draft memos, summarize legislation, and assist constituent communications.

Existing video captioning models generate natural descriptions of video content but cannot explicitly ground local visual elements to multiple reference images. We introduce multi-reference image-grounded video captioning, a new task requiring factual video descriptions with phrase-level reference grounding, and propose RefCaptioner, a two-stage post-training framework for this task. RefCaptioner combines mixed-data SFT with Hierarchical Coverage-Discounted GRPO to jointly improve reference sele

Latent world models enable efficient planning by predicting future states in a compact representation space, but their performance depends critically on the quality of the learned latent distribution. LeWorldModel (LeWM) regularizes its latents toward an isotropic Gaussian using the Epps-Pulley (EP) objective. We show that the corrective gradients of EP rapidly vanish for isolated tail samples, leaving heavy-tailed deviations insufficiently controlled. To address this limitation, we propose QQWo

arXiv:2607.28674v1 Announce Type: new Abstract: Understanding how computational effort is allocated across individual chain-of-thought (CoT) reasoning steps remains an open challenge: existing interpretability methods rely on output-level signals or collapse processing depth into a single trajectory-level scalar, leaving step-wise effort opaque. We propose Step-Aware Reasoning Energy (SARE), a geometric framework that quantifies effort at the granularity of individual CoT steps via Centered Kern

arXiv:2607.28631v1 Announce Type: new Abstract: AI Scientist systems capable of autonomous research have the potential to significantly accelerate scientific discovery. However, evaluating and comparing the quality of AI-generated papers remains an open challenge. We propose and implement a rigorous benchmarking protocol using an automated peer-review system that harnesses frontier large language models to assess scientific papers across four core dimensions: originality, scientific rigor, clari

arXiv:2607.28678v1 Announce Type: new Abstract: Multimodal agents operating in long-horizon environments must build and continually update multimedia memories to support entity-consistent, temporally grounded reasoning. However, existing agentic memory approaches often discard fine-grained dentity cues under aggressive compression and segment-wise processing. They also rely heavily on vector similarity retrieval, which can surface semantically related yet identity-mismatched evidence, leading to

Onton, a San Francisco-based search and discovery company, has released Ontology 1, a neurosymbolic model for complex, conversational, multimodal product search. On a 90-query benchmark scored by three independent LLM judges, Ontology 1 reached a mean precision@10 of 0.630, against 0.543 for Google Shopping and 0.469 for Amazon. It did this while indexing roughly 1% […] The post Onton Releases Ontology 1: A Neurosymbolic Search Model That is 2.7x More Accurate than the World’s Best E-commerce Se

mpaiProduct Hunt1 min개발 도구AI

Make existing Codex and Claude Code sessions multiplayer Discussion | Link

매일 아침, 당신을 위한 테크 다이제스트