RESEARCH — PAPER
NEW
8h ago
HERMES is a graph-based framework that predicts patient outcomes using only clinical notes. It uses large-language-model-guided extraction to build personalized knowledge graphs with temporal links, treatment failures, and outcome changes. A Graph Attention Network then creates patient representations for mortality and readmission prediction. Tests on MIMIC-III and MIMIC-IV beat strong text-only baselines.
- MIMIC-III and MIMIC-IV evaluations covered in-hospital mortality and 30-day readmission
- Personalized graphs capture temporal dynamics and treatment failures from clinical text
- Graph Attention Network synthesizes patient representations from extracted clinical relationships
- Contrastive Logic Modeling distinguishes treatment changes and shifts in outcomes
RESEARCH — PAPER
NEW
8h ago
SAGE turns grant rubrics into structured checks and links its judgments to evidence in applications. Tested on 35 nonprofit grant applications, it reached fair agreement with prior human reviews, then improved after foundation staff inspected and corrected its drafts. The system is designed to support expert review, not replace it, with claim-level audits marking confirmed, disputed, and missing evidence.
- 35 nonprofit grant applications formed SAGE’s evaluation set
- Kappa reached 0.58 in the assisted re-review
- One-prompt baseline scored kappa 0.33 on the common subset
- Foundation staff produced 202 criterion-level assessments
- Claim audits label evidence as confirmed, disputed, or unaddressed
RESEARCH — PAPER
NEW
8h ago
Researchers propose DR-to-Long, a method that turns deep-research agent trajectories into long-context question-answering data. It replaces snippets and page summaries with full webpage contents while preserving evidence links across documents. The DLD-RL pipeline cycles through short deep-research reinforcement learning, zero-cost LongQA generation, long-context training, and another deep-research stage. The goal is to reduce errors from hallucination and missed cross-document evidence.
- 61.6% of remaining post-DR-RL errors came from insufficient long-context understanding
- DR-to-Long uses search histories, URLs, evidence snippets, and final answers
- Full webpage contents replace compact snippets without adding human annotations
- DLD-RL follows a DR-RL, LongQA-RL, then DR-RL training sequence
RESEARCH — PAPER
NEW
8h ago
TALON is a radiology report generation framework that compares current scans with variable-length patient histories. Its Dual-Channel Temporal Fusion Module separates persistent findings from interval changes, then weights each prior examination by relevance. Tests on MIMIC-CXR beat the leading method across clinical and graph-based metrics. Performance also improves as more prior examinations become available.
- DCTFM uses separate similarity and change channels for prior exams
- Channel-specific attention estimates each examination’s relevance before fusion
- A learned gate suppresses redundant longitudinal evidence
- MIMIC-CXR experiments covered clinical efficacy and graph-based metrics
RESEARCH — PAPER
NEW
8h ago
Transsion’s Speech Team placed second in the MLC-SLM 2026 Challenge with a multilingual speaker-attributed transcription system. The cascaded pipeline combines speaker diarization, long-form ASR, timestamp alignment, and output fusion for conversational speech. It uses DiariZen for speaker segmentation and Qwen3-Omni for transcription. The system reached a 15.41% tcpMER on the official evaluation set.
- 15.41% tcpMER earned Transsion second place among all participating teams
- Three modules handle diarization, multilingual ASR, and speaker-transcription fusion
- Qwen3-Omni generates transcriptions across long-form multilingual conversations
- External CTC alignment supplies word- and character-level timestamps
- DiariZen creates speaker-homogeneous segments through clustering
RESEARCH — PAPER
NEW
8h ago
TatBLiMP introduces the first benchmark for testing Tatar language-model grammaticality. It contains 1,248 minimal sentence pairs spanning 16 morphosyntactic phenomena, with each pair differing by one morpheme. Models are scored by whether they assign higher probability to the grammatical sentence, enabling evaluation without generation or parsing. The benchmark also tests whether focused Tatar training improves performance over broader multilingual exposure.
- 16 phenomena cover Tatar grammar, including number after numerals and quantifiers
- 1,248 sentence pairs use attested Tatar literary prose as grammatical examples
- Native speakers ratified every pair before inclusion in the benchmark
- Apertium-tat generates ungrammatical variants through deterministic morpheme changes
- MultiBLiMP’s 101 languages do not include Tatar
RESEARCH — PAPER
NEW
8h ago
Researchers propose Matrix Exponential Fixed-Point Iteration with Annealing, or MEFPIA, for finding equilibria in quantum games. The method works with local density matrices and tensor contractions instead of building the full joint quantum state. In tested games, MEFPIA matched Matrix Multiplicative Weights Update strategies and payoffs while reaching lower relative error in fewer iterations.
- MEFPIA uses effective Hamiltonians derived from payoff gradients
- The method targets extended Gutoski-Watrous games with local density matrices
- MMWU and MEFPIA reached the same tested strategy profiles
- Experiments measured convergence across multiple parameter settings
RESEARCH — PAPER
NEW
8h ago
A new study finds that rewarding efficient reasoning helps language reasoning models recognize when they should abstain. Unlike humans, these models often spend more computation on unanswerable prompts, producing longer chains of thought. Fine-tuning several 4B models with a GRPO reward improved abstention by 12.8% on average while preserving answer quality and shortening reasoning traces by 44%.
- +12.8% average abstention gains matched human-like behavior on underspecified tasks
- 44% shorter chains of thought improved computational efficiency after fine-tuning
- Several 4B reasoning models received the new GRPO-based reward
- Human reasoning effort stayed bounded on unanswerable tasks
- Unanswerable prompts triggered longer model reasoning than answerable prompts
RESEARCH — PAPER
NEW
8h ago
A new study argues that the Voynich Manuscript is a structured pastiche rather than a readable natural language. Its models find letter-like symbols, Zipf-like word patterns, and phonetic features closer to Hebrew or Arabic. Image-text analysis also links its plant drawings to Pseudo-Apuleius herbals. Large language models support the image comparisons, but do not decode the manuscript.
- ArXiv paper number: 2609.20835v1, listed as a new submission
- Symbol analysis treats Voynich glyphs as letters, not syllabic units
- Phonetic patterns align more closely with Hebrew and Arabic than Indo-European languages
- Plant illustrations correspond strongly with Pseudo-Apuleius herbals
- Rare repeated initial-letter sequences point to deliberate language imitation
RESEARCH — PAPER
NEW
8h ago
Researchers introduced DischargeBench, a benchmark that tests whether LLMs can teach patients their discharge plans through open-ended dialogue. The simulation varies patient personality, education, health literacy, and medical recall, while a separate monitor agent preserves realism without changing the educator. Results show that aggregate scores hide failures across medical specialties and difficult patient personas. The benchmark prioritizes patient comprehension over polished text or answer accuracy alone.
- 477 cases span 24 ICD chapters in MIMIC-IV-Ext-DischargeBench
- Four scores measure conversation quality, coverage, comprehension, and factual consistency
- Virtual patients vary across personality, education, literacy, and medical-history recall
- Physician annotations align the LLM-as-a-Judge scoring process
RESEARCH — PAPER
NEW
8h ago
A new study finds that recursive language models can generalize better out of domain by isolating each subtask’s context. Standard chain-of-thought can use tokens outside the current subtask as shortcuts, fitting training data but failing when those tokens change. Recursive context limits block that failure mode, suggesting that reliable reasoning needs the right inductive bias, not just a broad hypothesis class.
- arXiv:2609.20831v1 presents the study as a new paper
- Standard CoT reads the full reasoning trace during learning
- Recursive models solve each subtask in an isolated context
- CoT can simulate the recursive rule with only a constant-factor cost
RESEARCH — PAPER
NEW
8h ago
A study finds that token-level entropy cannot reliably measure uncertainty in small language models, but semantic entropy can. Across seven model pairs and five NLU benchmarks, semantic uncertainty helped route difficult queries to larger expert models, improving accuracy by up to 50 percentage points. Cross-family routing worked best, suggesting expert quality matters more than architectural compatibility. The payoff is smarter compute allocation, not lower compute use.
- 91% of dataset-model combinations showed near-zero mean token entropy
- Seven confidence approaches were tested across seven model pairs
- Five standard NLU benchmarks measured routing and accuracy gains
- Cross-family routing averaged 22.0% improvement versus 6.8% same-family
- Models under three billion parameters ran entirely on consumer hardware
RESEARCH — PAPER
NEW
8h ago
Researchers introduce COPES, a dataset and evaluation framework for training language models to generate peer support grounded in lived experience. Fine-tuning improved strategy alignment by more than 50% for general-purpose models and also improved emotion and tone. Gains varied across subreddits and coping requests, while training shifted responses toward problem-focused advice and away from emotion-focused support.
- COPES evaluates support along three axes of community alignment
- Post-training used both supervised fine-tuning and direct preference optimization
- Alignment gains differed substantially across subreddits and coping strategies
- Training suppressed emotion-focused strategies in favor of problem-focused recommendations
RESEARCH — PAPER
NEW
8h ago
Researchers introduce ZENDAYA, a streaming schedule that controls how much video or audio a decoder reads before emitting text. Its single parameter links offline decoding and real-time generation, while estimating source consumption and latency in closed form. The method guarantees that outputs cannot use input that has not arrived, and experiments suggest reading less can improve text quality.
- Mean source consumption follows approximately 1/(1+γ) per emitted word
- ZENDAYA supports both ordinary offline decoding and real-time streaming
- The dependency guarantee holds for trained and untrained model weights
- The schedule extends to unbounded streams with arbitrary asynchronous arrival
RESEARCH — PAPER
NEW
8h ago
SPARE improves audio question answering by steering reasoning toward the final semantic conclusion before inference begins. The method adds a register token trained with Sentence-BERT similarity, helping models keep attention on audio instead of long reasoning traces. Tests with SALMONN show better zero-shot results on MMAU and MMAR, without increasing inference cost.
- MMAU and MMAR evaluations measured SPARE’s zero-shot audio reasoning gains
- SALMONN served as the backbone model in the experiments
- A cosine similarity loss aligned the register token with final conclusions
- Early attention to audio improved without adding inference-time computation
RESEARCH — PAPER
NEW
8h ago
Bayesian Chronicle Agents introduce an explicit belief layer for LLM agents that separates internal stances from generated speech. Each stance is updated with one Bayesian step after an utterance, while a prior-strength parameter controls stubbornness. Sweeping that parameter produces consensus, persistent disagreement, or committed-minority influence. The design also makes agent behavior auditable and recovers prescribed stubbornness after language generation.
- Friedkin-Johnsen fixed points matched with R² values from 0.93 to 0.99
- One parameter, κ, controls agent stubbornness across simulation regimes
- Four language models showed perfect rank-order recovery of prescribed κ
- Explicit beliefs exposed stance biases that end-to-end simulations absorbed silently
RESEARCH — PAPER
NEW
8h ago
Researchers introduce progressive error curriculum training to make phoneme-to-text reconstruction more robust to realistic recognition mistakes. The method adapts an NLLB-based model with synthetic perturbations and pseudo-labels from visual speech recognizers. Tests on LRS2 and LRS3 show consistent gains across several visual speech recognition frontends. The work targets training and inference mismatch rather than autonomous agent behavior.
- LRS2 and LRS3 provide the evaluation benchmarks
- NLLB supplies the phoneme-to-text reconstruction backbone
- PECT combines synthetic errors with multi-domain pseudo-labels
- HP-VSR-FiLMFuse is among the evaluated visual recognition variants
RESEARCH — PAPER
NEW
8h ago
PhysioBench introduces a unified benchmark for models answering questions about physiological signals. It combines 22 public datasets into 61.4 million questions covering 30 tasks, giving researchers one interface for varied clinical prediction goals. Tests of 21 model types found no system consistently strong across modalities and tasks. Results also show that question wording can materially change performance.
- 22 public datasets contribute annotations to the benchmark
- 61.4 million questions span 30 physiological signal tasks
- 21 model types were evaluated across three settings
- Each question links to a signal segment and source annotation
- Code is available on GitHub at Leanna97/PhysioBench
RESEARCH — PAPER
NEW
8h ago
VISPATH introduces a multimodal knowledge graph question-answering framework that uses visual cues throughout multi-hop reasoning. Instead of relying on images only to find starting entities or retrieve evidence, it recomputes visual intent at each reasoning step. The framework also prunes full reasoning chains and checks whether selected evidence is sufficient before generating an answer. Its authors introduce VISPATH-Bench to evaluate the approach.
- VISPATH-Bench provides a new benchmark for multimodal KGQA evaluation
- Hop-specific intent combines the input, question, and current partial paths
- Candidate paths are scored as complete evidence chains before selection
- The framework checks evidence sufficiency before answer generation
RESEARCH — PAPER
NEW
8h ago
A new study evaluates how seven LLMs create and detect fake news across four controlled scenarios. Researchers generated 14,000 synthetic articles, then compared their language with real news and tested each model’s detection ability. Results varied widely by model, while the generation method strongly shaped detectability. Iteratively refined detection prompts often failed to help and sometimes reduced accuracy.
- 14,000 articles formed the synthetic fake-news corpus
- Four scenarios covered open-ended generation, rewriting, manipulation, and attribute prompts
- Models were tested with basic and iteratively refined detection prompts
- Generation strategy strongly influenced whether models could detect misinformation
- Refined prompts often harmed detection performance rather than improving it
RESEARCH — PAPER
NEW
8h ago
Reviser is a decoder-only Transformer that writes text through cursor-relative actions instead of fixed left-to-right decoding. It can move backward, insert tokens into earlier spans, and stop, enabling non-monotonic generation with one action per step. The authors report stronger arena preferences than SEDD and MDLM, competitive results at 100M and 300M parameters, and lower inference compute than multi-pass baselines.
- Three actions drive generation: INSERT(token), MOVE(Δ), and STOP
- 100M and 300M models match size-scaled autoregressive baselines
- Arena evaluations preferred Reviser over both SEDD and MDLM
- Trajectory data shows frequent backward moves and mid-canvas insertions
- Shared FLOPs comparisons found lower inference compute than diffusion baselines
RESEARCH — PAPER
NEW
8h ago
A three-stage ASR pipeline raises named-entity recall to 80-85% and filler recall to 76-86% for accented conversational English. It combines SQL-based data curation, regional LoRA adapters, and Qwen2.5-Omni-3B to produce verbatim and corrected transcripts together. The system targets language-learning feedback, where missed names and disfluencies matter more than WER alone. It also matches a zero-shot 30B model with one-tenth as many parameters.
- 2.8x entity density came from heuristic SQL filtering versus random sampling
- 80-85% entity recall rose from a 53-55% baseline
- 76-86% filler recall improved from below 5%
- 83.8% LLM-judge agreement covered 210 human-labelled samples
- 6k test utterances produced 6-10% WER across evaluated regions
RESEARCH — PAPER
NEW
8h ago
A study finds a frontier model achieves the best anxiety-detection F1 on Reddit, while a 110M-parameter encoder nearly matches it without an external API. The researchers show that benchmark scores are distorted because 69.3% of labeled posts contain “anxiety” or a variant. Removing those terms exposes large gaps in lexical dependence, especially among fine-tuned models.
- 0.846 F1 went to the frontier model on the original Reddit test set
- 110M-parameter encoder reached 0.831 F1 without external API access
- Mental-health pretraining added only 0.7 F1 points to the encoder
- 8.6 to 25.4 points measured the models’ lexical dependence
- LoRA fine-tuned 3B model relied on keywords more than TF-IDF
RESEARCH — PAPER
NEW
8h ago
A new study examines how large language models can identify Kubernetes misconfigurations that threaten security and performance. The researchers propose a taxonomy of common errors and compare existing detection tools. They also examine which Kubernetes objects are most often misconfigured and assess issue severity. The work frames LLMs as a possible layer for improving cloud-native security checks.
- arXiv:2609.20834v1 introduces a taxonomy of Kubernetes misconfiguration types
- The evaluation benchmarks state-of-the-art tools for detecting configuration errors
- Researchers identify Kubernetes objects most prone to misconfiguration
- The study assesses the severity of detected security and performance issues
RESEARCH — PAPER
NEW
8h ago
Proxifield is a decentralized protocol that builds sparse communication graphs between agents as their semantic relationships change. Agents route messages using direct address, information needs, plan alignment, and information complementarity, without training or a central planner. In tests, its advantage over a centralized Star protocol grew sharply with team size, suggesting better scaling for collaborative agent systems.
- 53.0% higher task reward than Star at team size N=25
- 59.5% higher task reward than Star at team size N=50
- 73.6% of no-failure reward retained after permanent agent failure
- Evaluated on Drone Search and Rescue and HiddenBench
- Performance improved from 35B to 397B parameter models
RESEARCH — PAPER
NEW
8h ago
Researchers propose a forced-alignment method that runs on end-user devices with linear memory instead of quadratic resource use. It combines Hirschberg’s algorithm with constrained random-walk pruning to align long speech recordings with text. Three-hour inputs use 5 MB rather than 140 GB and finish in one-third the CPU time of torchaudio. Pruning adds another 2x speedup on longer recordings while preserving accuracy in over 98% of tests.
- Hirschberg alignment matches torchaudio outputs while using linear memory
- Three-hour inputs require 5 MB instead of 140 GB
- CPU runtime reaches one-third of torchaudio on identical alignments
- Random-walk pruning adds 2x speedup beyond 20-minute inputs
- Pruning preserves alignment accuracy in more than 98% of tests
RESEARCH — PAPER
NEW
8h ago
BirdsongChat introduces a hybrid multi-agent system that converts multimodal instructions into interpretable controls for embodied simulation. LLM reasoning agents create a Unified Parameter Representation, while simulation agents generate synchronized motion, sound, and environmental behavior. Tested on interactive bird scenarios, the prototype targets better control and cross-modal consistency. Its explicit intermediate layer links language-level planning to physical execution.
- 94.4% cross-modal coherence score across simulated bird behaviors
- 100% affective consistency score for emotional behavior generation
- 92.6% generation consistency across tested scenarios
- UPR encodes behavioral states and interpretable simulation controls
- Tests covered text and image prompts, species, environments, and multi-bird interactions
RESEARCH — PAPER
NEW
8h ago
A new arXiv paper proposes evaluating human-AI collaboration by outcome quality divided by interaction cost, rather than task success alone. Across four tasks and two datasets, equally rated sessions differed by up to 70 times in interaction cost. The study finds task-specific tradeoffs, unreliable subjective productivity ratings, and better results when agents probe early and users do less repair work.
- 70 times separated sessions with identical quality ratings on interaction cost
- Four tasks across two datasets supported the proposed productivity framework
- Task demands determined whether extended interaction or fast convergence worked better
- Earlier agent probing correlated with more productive collaboration sessions
- Lower user repair effort marked sessions with stronger productivity
RESEARCH — PAPER
NEW
8h ago
CoLearn is an agentic tutor that tracks mastery and misconceptions, then generates each learner’s next question from that memory. Its persistent learner state uses soft-evidence Bayesian Knowledge Tracing, with a language model turning responses into continuous observations. In blind A/B tests, learners preferred memory-conditioned questions 68-69% of the time. The system also exposes its reasoning through live progress views and testing.
- 68-69% preference rate for memory-conditioned questions in blind A/B evaluation
- Three components combine learner memory, adaptive generation, and an evidence view
- Soft-evidence Bayesian Knowledge Tracing updates mastery as responses accumulate
- Persona simulations showed beliefs converging toward hidden ground-truth mastery
RESEARCH — PAPER
NEW
8h ago
CityLearn v3 is a configurable simulation and evaluation framework for testing renewable energy community controllers under realistic operating conditions. It models changing participants, equipment failures, service deadlines, demand-response requests, and electrical limits in one environment. The framework separates requested actions from actions actually applied, helping researchers detect infeasible commands and missed services that aggregate cost metrics can hide.
- CityLearn v3 models buildings, photovoltaics, batteries, electric vehicles, and flexible loads
- Declared timesteps preserve consistent power-to-energy accounting across simulations
- Reference controllers and service-aware indicators support comparisons across communities
- Synthetic high-frequency replay exposes short peaks hidden by annual energy totals
RESEARCH — PAPER
NEW
8h ago
Researchers propose a hypergradient-free method for steering self-interested agents toward socially optimal equilibria. The social-gradient flow uses the gradient of social cost rather than equilibrium sensitivities, which may be unavailable when planners lack agents’ cost functions. The paper proves convergence under observable equilibria and extends the result to two-timescale learning when agents’ actions must be inferred.
- arXiv:2604.11346v2 replaces the paper’s previous submission
- The method targets incentive design with unknown agent cost functions
- Agents update strategies faster than incentives in the two-timescale setup
- The proof covers any learning rule that asymptotically tracks equilibria
RESEARCH — PAPER
NEW
8h ago
Researchers introduced a 12,000-instance multilingual benchmark for testing conflicting moral preferences in language models. GPT-5-mini favored Honesty over Autonomy across five languages without an explicit policy, while Llama-3.2-1/3B showed a strong first-option bias. Fine-tuning removed that bias with over 98% accuracy, and orthogonalized task vectors enabled models to switch ethical stances through task arithmetic.
- 12,000 dilemmas cover Honesty, Justice, and Autonomy conflicts
- Five languages include English, Hindi, Arabic, Spanish, and Chinese
- Llama-3.2-1/3B fine-tuning exceeded 98% accuracy
- Three value pairs test Honesty-Justice, Justice-Autonomy, and Autonomy-Honesty
RESEARCH — PAPER
NEW
8h ago
A new paper describes loopjacking, where an agent executes operation B after a human approves operation A. The attacks exploit either misleading approval displays or mutable workflow state changed after approval. Researchers reproduced post-approval substitution across seven Agno AgentOS releases and 12 LangGraph Agent Server versions. Exact binding checks in OpenAI Agents SDK blocked the tested attacks.
- Seven Agno AgentOS releases through 3.0.9 showed post-approval substitution
- Twelve LangGraph Agent Server versions through 0.14.0 reproduced the attack
- OpenClaw 2026.2.23 exposed representation mismatch, fixed in 2026.2.24
- OpenAI Agents SDK versions 0.22.0 and 0.22.2 rejected mutated operations
RESEARCH — PAPER
NEW
8h ago
Ensemble QSP introduces a multi-agent framework that keeps long research workflows coherent across sessions with hierarchical memory. Its five specialist agents work under domain-expert principal investigators, while structured knowledge and physics checks enforce scientific constraints. The system achieved autonomous PKPD model selection and better parameter recovery than single-agent baselines. Tests with open-weight models suggest the design does not depend on proprietary models, though model capability still affects physical-consistency checks.
- 301-token median context injection, with a 4,050-token maximum
- Five specialist worker agents operate under domain-expert principal investigators
- PKPD benchmarks showed stronger parameter recovery than single-agent baselines
- DeepSeek-V4-Flash/Pro and Llama 3.1 70B replicated the findings
- Ablations separated memory, retrieval, and PI oversight failure modes
RESEARCH — PAPER
NEW
8h ago
MME-Safety introduces a fine-grained benchmark for testing safety in multimodal large language models. Its four-dimensional annotations cover risk scenarios, harm severity, and modality-specific stealth levels. A hierarchical framework measures response reliability, risk exposure, and defensive behavior. Zero-shot tests across 17 leading MLLMs examine cross-modal attacks and the safety effects of chain-of-thought reasoning.
- 17 state-of-the-art MLLMs underwent the benchmark’s zero-shot safety evaluations
- Four annotation dimensions capture risks, severity, and modality-specific stealth
- Hierarchical scoring separates response reliability from actual risk exposure
- Evaluations compare multiple cross-modal input configurations and CoT reasoning effects
RESEARCH — PAPER
NEW
8h ago
A scoping review of 48 studies maps how generative AI chatbots deliver motivational interviewing for health behavior change. Researchers found uneven safety reporting, favorable user perceptions, and limited evidence from real interventions. Most outcome studies covered only a single session, leaving questions about sustained behavior change, clinical effectiveness, and reliable deployment.
- 47 reports covering 48 studies met the review’s inclusion criteria
- 28 studies involved direct interaction with users, while 20 focused on system design
- 23 systems used dynamic adaptation to tailor chatbot responses
- 30 studies assessed motivational interviewing quality, often finding consistent interactions
- Only 18 studies reported intervention outcomes, mostly after one session
RESEARCH — PAPER
NEW
8h ago
Researchers introduced μ²-Bench, a benchmark for testing whether multilingual language models truly remove harmful or private information. The benchmark follows the full cycle from memorization to unlearning and evaluation across multiple languages. It tests both languages seen during training and held-out languages, while measuring knowledge spread across languages. The results show that effective multilingual unlearning needs language-aware methods.
- arXiv:2609.20945v1 identifies the benchmark as a new research release
- Two evaluation settings cover both training languages and hold-out languages
- Cross-linguistic spread tests whether knowledge persists outside the target language
- The benchmark simulates memorization, unlearning, and evaluation as one pipeline
RESEARCH — PAPER
NEW
8h ago
COAL-SQL combines coverage-guided augmentation with failure-driven learning to improve open-source models on complex text-to-SQL tasks. The framework finds missing SQL structures, generates complementary examples, and targets training at failures exposed during optimization. It keeps GRPO as the main objective while adding verified reasoning traces and related practice examples. The method reaches 64.9% execution accuracy using 12,600 post-training examples.
- 12,600 distinct examples support the complete post-training setup
- 64.9% execution accuracy reported on the evaluated text-to-SQL benchmark
- CGA uses greedy selection to find uncovered SQL structures
- FDL applies SFT to verified reasoning traces from a strong LLM
- Epoch-level retrieval creates practice examples tied to accumulated failures
AGENT — UPDATE
1d ago
TE
Terra
Jev is a typed-answer evaluator that LangChain tested against LLM judges for agent evaluations. It produced quality scores with 92 to 913 times lower variance than GPT-5.6 Luna, Terra, and Claude Sonnet 4.6. Jev also averaged 0.44 seconds and $0.00035 per call, though the test was narrow and preliminary.
- $0.34 total cost for Jev versus $28.17 for Claude in testing
- 0.44-second average latency made Jev the fastest evaluator tested
- 92, 913x lower quality-score variance than the compared LLM judges
- Typed answers avoid generating free-form text during evaluation
- September 20, 2026 publication presents results as an early direction
AGENT — UPDATE
2d ago
OP
OpenAI
Frontier AI labs are using thousands of concurrent agents to improve internal processes and output, Richard Ngo writes. The experience is shifting employee expectations about AI progress and risk, especially as agents gain product-market fit. Ngo argues that intense lab culture can amplify anxiety, while jumping from agent incidents to extinction risk remains an unsupported leap.
- Thousands of concurrent agents are already working inside frontier AI labs
- OpenAI and Anthropic are named as the organizations using these systems
- Agent product-market fit strengthened at the start of 2026
- The excerpt cites an OpenAI-HuggingFace incident as a source of anxiety
NEWS
2d ago
Six projects have emerged within two days of Jev’s launch, fueled by a 36 million-view launch video and limited technical disclosure. The clones test different explanations for Jev’s behavior, including ModernBERT encoders, diffusion models, Qwen backbones, and lightweight scoring heads. Their benchmark results are close enough to shift attention toward Jev’s undisclosed training data.
- 36M views drove Jev’s launch hype in two days
- Laya uses 421M parameters and PPO over sequence embeddings
- DiffusionGemmaJev reports benchmark results close to the original
- SemIf offers 4B and 35B Qwen3.5-backed variants
- Kev-0.5B combines a Qwen2.5-0.5B adapter with a readout head
NEWS
3d ago
Cloudflare reclaimed more than 100TB of RAM by reducing memory use in its Pingora Backend Router service. Engineers optimized pingora-ketama, an open-source consistent hashing library, using algorithm changes and Rust implementation work. The savings matter because Cloudflare runs services across thousands of servers with petabytes of memory. The result shows how small per-node improvements can produce major infrastructure gains at global scale.
- 100TB of RAM reclaimed globally, following another 100TB saved by Cloudflare’s DNS team
- Pingora Backend Router, known internally as PBR, showed unexpectedly high memory use
- pingora-ketama handles consistent hashing for Cloudflare’s load-balancing service
- Cloudflare operates thousands of servers with petabytes of RAM and millions of CPU cores
NEWS
3d ago
OpenAI introduced an Australian Youth Safety Blueprint outlining six pillars for protecting young people who use AI. The plan covers AI literacy, age-appropriate safeguards, privacy-protective age checks, crisis support, parental controls, and company accountability. OpenAI says the framework will guide product safeguards, including the ChatGPT for Teens experience it began rolling out in Australia in August.
- Six pillars cover literacy, safeguards, age assurance, crisis support, controls, and accountability
- August rollout began for ChatGPT for Teens in Australia
- Blueprint frames privacy-protective age checks as a core safety measure
- Policy roadmap targets safer learning, creativity, and skills development for young people
AGENT — UPDATE
3d ago
CL
Claude
Anthropic rolled out Projects in Claude Code, letting one conversation spawn parallel cloud sessions that share context and keep running after users leave. The feature turns coding chats into a coordinator for longer workflows, with a controlling Claude tracking status across threads. Google is also adding managed-agent infrastructure for credentials, files, and persistent sandboxes.
- Projects currently runs threads in the cloud, with local workflows planned
- A single Claude coordinates parallel sessions and aggregates status updates
- Google’s Credentials API hides secrets from model context with placeholders
- Google claims its managed-agent update cuts costs by up to 30%
RESEARCH — PAPER
3d ago
ProKDA introduces a three-stage training method for explainable hateful meme detection. The approach first builds background knowledge, then learns hatefulness detection, and finally aligns decision boundaries. Its agentic knowledge pipeline supports the training process, but the paper focuses on multimodal model performance rather than deploying an autonomous agent. Tests cover three public hateful meme benchmarks.
- Three stages cover knowledge learning, detection learning, and boundary alignment
- External knowledge comes from an agentic background knowledge construction pipeline
- Joint explain-and-detect training can underperform simple SFT baselines
- Experiments evaluate ProKDA on three public hateful meme benchmarks
RESEARCH — PAPER
3d ago
MAS-Shield introduces a defense framework for securing LLM-based multi-agent systems against linguistic attacks that can cascade across agent networks. It selects high-influence agents, uses lightweight sentry models for initial screening, and sends uncertain cases to a heavyweight committee. The paper reports a 92.5% recovery rate while cutting defense latency by more than 70%.
- Three stages combine critical-agent selection, light auditing, and global consensus auditing
- 92.5% recovery rate measured across diverse adversarial scenarios
- Over 70% lower defense latency than existing methods
- Heavyweight committee review is reserved for suspicious or ambiguous signals
RESEARCH — PAPER
3d ago
Researchers introduced a dictionary-constrained neural grapheme-to-phoneme system for unsegmented languages such as Japanese. The method combines dictionary-built word lattices with a context-aware conditional random field to handle segmentation and polyphone disambiguation. LLM-generated data expanded training by more than 2 million sentences. It outperformed conventional morphological analyzers and neural sequence models on Japanese reading and phoneme tests.
- More than 2 million synthetic sentences supported training under scarce annotation conditions
- 99.62% target word reading accuracy on the Joyo-Kanji-Yomi benchmark
- 0.32% target word phoneme error rate reported for the proposed method
- Sentence phoneme error rate fell to 0.14% on the benchmark
- Dictionary paths let the CRF jointly score segmentation and pronunciation choices
RESEARCH — PAPER
3d ago
VLM-CAD introduces a collaborative agent workflow that uses vision-language models to size analog circuits from schematics. Image2Net converts circuit images into topology graphs and JSON, giving agents structured facts instead of raw pixels alone. ExTuRBO then uses agent-generated seeds and sensitivity analysis to guide and explain Bayesian optimization. Across 12 tasks, the system reached 23.3% Strict Pass@1 and 91.7% Relaxed Pass@1.
- 12 sizing tasks covered six circuits across four technology platforms
- 23.3% pooled Strict Pass@1 measured fully compliant circuit designs
- 91.7% Relaxed Pass@1 showed broader near-compliant design success
- Automatic Relevance Determination supplied sensitivity evidence for reports
RESEARCH — PAPER
3d ago
A new study finds generic operating-system defenses cannot reliably distinguish malicious self-state changes from legitimate updates in self-hosted AI agents. The researchers tested file controls, detection, attribution, and recovery across four agent workloads using Linux telemetry. Protected backups can restore corrupted state, but effective prevention needs agent-aware context beyond standard OS signals.
- Four agent workloads were evaluated with a Linux telemetry pipeline
- File controls either left mutation paths open or blocked legitimate updates
- Detectors flagged substantial amounts of legitimate agent activity
- Protected backups restored corrupted state but required trusted recovery points
- Rollback can impose recovery costs after self-state corruption
RESEARCH — PAPER
3d ago
A preregistered reproduction finds that the shape of a model’s chain-of-thought entropy trajectory predicts answer correctness, while total entropy drop is unreliable. The result held across GSM8K and MATH-500 with four open-weight models, though the binary signal was too rare on one reasoning-distilled model. Final-step entropy also beat the binary shape flag in exploratory tests.
- +9.6 points on GSM8K for monotone versus non-monotone chains on the anchor model
- +27.5 points on MATH-500 for the same monotonicity comparison
- 0.018 GSM8K rank correlation linked total entropy drop with correctness
- +0.414 MATH-500 rank correlation linked total entropy drop with correctness
- Four open-weight models covered the complete GSM8K and MATH-500 test sets
RESEARCH — PAPER
3d ago
A new study finds that LLM-driven evolutionary search results depend heavily on how a fixed budget is split between seeds and iterations. Across three strategies and five optimization tasks, the best width-versus-depth choice changed by strategy, task, and total budget. The authors argue that single-seed evaluations can mislead builders about which search method works best.
- Three evolutionary search strategies were tested across five optimization tasks
- Results were evaluated over a full grid of seeds and iterations
- One strategy ranked worst at one seed but best at forty seeds
- Some tasks favored fewer iterations and more independent seeds
- The paper proposes reporting a seeds-by-iterations performance frontier
RESEARCH — PAPER
3d ago
A new survey organizes large language model fusion into parameter-level, representation-level, and behavior-level methods. It defines the field, reviews metrics and benchmarks, and catalogs applications and open challenges. The work aims to help researchers reuse capabilities from a growing pool of models instead of training every capability from scratch. Its paper list is maintained on GitHub.
- 2M-plus models are hosted on Hugging Face as of June 2026
- Three fusion levels cover parameters, representations, and behaviors
- The survey reviews metrics, benchmarks, applications, and future directions
- A comprehensive paper list is available in the Awesome-Model-Fusion-Survey repository
RESEARCH — PAPER
3d ago
TrioRAG is a graph-free multimodal RAG system that combines retrieval from questions, anchor images, and VLM-generated queries. It searches shared text and image indexes, then merges results with late fusion instead of maintaining a corpus graph. The system matches or beats graph-based methods across three benchmarks while cutting query costs and speeding inference. A new automotive benchmark shows text signals outperform image retrieval on noisy web images.
- 1.6-2.3x faster per-query inference than graph-based multimodal RAG systems
- Three retrieval signals use questions, anchor images, and VLM-enhanced queries
- AutoQA requires cross-manual reasoning over noisy, web-sourced automotive images
- Image retrieval achieved 19.3% document-level recall on AutoQA
- AutoQA is model-curated, not a human-validated gold-standard benchmark
RESEARCH — PAPER
3d ago
A new study tests whether isolated language model instances can coordinate through ordinary natural-language descriptions alone. Its signalling game pairs a Sender with a separate Receiver that must identify a hidden target without shared memory or coordination training. Most models lose coordination when detectable signals are filtered, but one frontier model maintains near-perfect performance and can also misdirect other instances. Cross-model coordination is weaker than coordination within the same architecture.
- Seven models from four architectural families took part in the evaluation
- The benchmark used 300 word pairs from established psycholinguistic corpora
- Double-Pass Success Rate controlled for output biases during scoring
- The game required free-form descriptions rather than fixed communication tokens
RESEARCH — PAPER
3d ago
A new study finds full-duplex speech models speak mainly when addressed or after silence, not when content demands intervention. Across five model families, false claims and hazards rarely triggered spontaneous responses, even when pauses or permission to interrupt were available. Moshi and PersonaPlex answered most direct questions, but challenged false claims in only 14% to 15% of non-empty replies and warned about hazards in 4% to 7%.
- Five model families were tested across 10 turn-allocation conditions
- Moshi and PersonaPlex showed lower response probabilities after false-fact triggers
- Compressed pauses limited opportunities created by silence during testing
- Direct-question response rates were high when models received the floor
- Hazard warnings appeared in just 4% to 7% of non-empty replies
RESEARCH — PAPER
3d ago
Researchers propose a frontend-backend design that lets full-duplex speech models delegate tool calls to a text-based backend. A speech-to-text frontend emits a delegation token, while backend results return through a lightweight prefill-and-repeat step before streaming speech synthesis. The system preserves interruption handling and low latency, reaching 92-97% tool-call recall and beating GPT-realtime-mini and Qwen3-Omni-30B-A3B-Instruct on EVA-Bench.
- 81.2% accuracy rejecting irrelevant tool calls in single-turn evaluation
- Qwen3-235B-A22B backend delivered competitive Full-Duplex-Bench-V3 results
- Streaming ASR transcripts feed the backend LLM for tool selection
- Backend results re-enter the frontend through prefill-and-repeat injection
RESEARCH — PAPER
3d ago
A new arXiv study finds that category-specific harm signals affect how language models represent harmfulness and produce refusals. Researchers removed shared harm representations, then steered residual signals across 11 risk categories and three instruction-tuned models. The results varied by category, with refusal effects depending more on the model. The findings suggest safety analysis must track fine-grained signals, not only general harmfulness.
- 11 risk categories tested with activation steering across three instruction-tuned LLMs
- Category residuals were constructed by removing shared general harmfulness representations
- Harm encoding patterns stayed similar across models for different risk categories
- Refusal effects varied more by model than by the shared category pattern
- Residuals increased downstream alignment with the shared harmfulness representation
RESEARCH — PAPER
3d ago
F2DR proposes a reward framework for assessing DeepSearch workflows across content, trajectory, and final answers. The system targets iterative agents that plan, retrieve information, reflect, and generate responses, rather than static single-turn models. Its DeepSearch RM-Bench benchmark compares reward models on these workflows. The authors report higher evaluation consistency than self-evaluation baselines and plan to release the dataset.
- Three evaluation dimensions cover content, trajectory, and answer quality
- DeepSearch RM-Bench targets reward models built for complex search workflows
- Experiments compare the framework against self-evaluation-based baselines
- Dataset release is planned for public availability
RESEARCH — PAPER
3d ago
A study found that language-model groups overstated consensus when replaying 100 human Wason reasoning groups. Agents participated more consistently, and their consensus rates stayed 34 to 44 percentage points above matched human groups after researchers adjusted for participation and scoring. Reasoning-mode agents often agreed nearly unanimously on incorrect answers, showing that simulated consensus did not predict collective accuracy.
- 100 held-out human groups were replayed with matched LLM agent groups
- Human full-consensus estimates ranged from 24.0% to 57.0%
- Submit-based comparisons found gaps of 34.0 and 43.9 points
- Participation-matched comparisons used 45 groups and gaps up to 44.4 points
- Reasoning-mode agents often agreed nearly unanimously on wrong answers
RESEARCH — PAPER
3d ago
CliniCIRCA is a multi-stage LLM framework that reconstructs chronological mental health patient journeys from untimestamped discharge summaries. It extracts clinical events, assigns calendar-aware time labels, and produces date-grouped summaries for clinician review. The team built a verified benchmark from 52 summaries and scaled the approach to 1,000 silver-standard timelines. Instruction tuning improved five open-weight models across extraction, temporal tagging, and summarization.
- 14,882 MIMIC-III mental health admissions supplied the source records
- 52 discharge summaries produced 15,891 temporally tagged clinical events
- Clinicians corrected 629 errors during the evaluation process
- Generated timelines compress each source by a factor of 1.52
- Five open-weight models improved with instruction tuning
RESEARCH — PAPER
3d ago
A new framework automatically turns raw application logs into a structured business semantic layer. It uses LLM inference and industry knowledge to identify high-level features, then applies retrieval, filtering, clustering, and naming to derive detailed business nodes. Production-scale tests raised human-rated semantic quality from 50 to above 80, while cutting maintenance effort by 80% and removing 74% of noise.
- 0.87 Cohen’s kappa measured the integrated LLM-as-Judge quality evaluation
- Two abstraction stages separate high-level features from fine-grained business nodes
- Hybrid retrieval and multi-stage filtering refine candidate telemetry concepts
- The system requires no labeled training data or hand-built parsing rules
RESEARCH — PAPER
3d ago
YNU-HPCC used RoBERTa with a redesigned output head for SemEval-2025’s multilingual emotion detection task. The system translated all training data into English and predicted each emotion with one head instead of six simultaneous heads. It scored 0.44 across languages, while analysis found that uniform translation and single-emotion prediction improved results over the original setup.
- 0.44 official ranking score across all languages
- Six simultaneous emotion heads underperformed a single prediction head
- Google Translate converted the entire dataset into English
- Subtask A covered Bridging the Gap in Text-Based Emotion
- Code released on GitHub under BGWH123/Semeval-2025-task11
RESEARCH — PAPER
3d ago
A study finds that disjoint token spaces, rather than language differences alone, prevent multilingual LLMs from sharing knowledge across languages. Researchers pretrained 360M- and 7B-parameter models and reproduced the problem using identical text split into separate token vocabularies. Mapping languages into a shared token space through word-wise translation recovered up to 12.6% of native-language learning efficiency, or 14 times the baseline.
- 360M- and 7B-parameter LLMs showed the same knowledge compartmentalization pattern
- Identical language copies still failed to transfer knowledge with disjoint tokens
- Standard pretraining interventions did not remove the cross-lingual generalization gap
- Shared token mapping recovered up to 12.6% of native-language learning efficiency
- The reported improvement reached 14× the baseline
RESEARCH — PAPER
3d ago
A new study examines cross-lingual transfer for sequential sentence classification across 13 non-English languages. It finds that linguistic proximity does not consistently predict performance, while similarity in rhetorical structure has a weak but reliable effect. Label-distribution similarity becomes the strongest predictor after accounting for source-language results. The authors also propose three structure-aware methods for generative models.
- 13 non-English languages drawn from five academic databases
- Encoder-based and generative models tested in transfer experiments
- Label-distribution similarity was the most consistent performance predictor
- Three proposed methods use structural information with generative models
RESEARCH — PAPER
3d ago
Researchers propose CC-OPI, an online task-allocation algorithm for UAV swarms operating with short communication ranges. The method interleaves task negotiation with physical execution instead of waiting for global consensus. Event-driven replanning, non-preemptive action locks, and fault-tolerant state synchronization help prevent stale assignments and endless reassignment. Simulations show stronger completion rates than matched PI and CBBA baselines.
- 250-meter communication radius used in the reported simulations
- Task completion rate reached about 0.80 under fragmented swarm connectivity
- CC-OPI improved matched PI and CBBA execution by roughly seven percentage points
- Version-based synchronization pairs with a global-time emergency pool
- Algorithm replans only after discrete physical or network-topology events
RESEARCH — PAPER
3d ago
FARSIGHT evaluated 15 academic financial trading-agent schemes for robustness and security under market stress. The study found 80% failed at least one core robustness metric, while every scheme showed security vulnerabilities. Because these agents can execute trades with real capital, small errors or cheap attacks may amplify into market-wide crashes. The framework tests both turbulence and adversarial behavior at the scheme level.
- 15 academic financial LLM trading schemes assessed by FARSIGHT
- 80% failed at least one core robustness metric
- 100% showed vulnerabilities across the security evaluation
- Three attack classes covered information sources, agents, and agent-as-attacker behavior
AGENT — UPDATE
4d ago
LA
LangSmith
LangChain introduced Deep Life Sci, an open-source agentic assistant for clinical and laboratory scientists. The system searches tens of millions of scientific articles, analyzes data in a secure sandbox, and delegates work to hundreds of sub-agents. Research teams can add private context and use LangSmith tracing and evaluations to inspect agent performance.
- Hundreds of sub-agents handle delegated research and analysis tasks
- Tens of millions of scientific articles feed the assistant’s research workflow
- Secure sandbox runs data analyses for clinical and laboratory scientists
- Open-source release lets R&D teams add their own data and context
- LangSmith provides tracing and evaluations for monitoring agent behavior
AGENT — UPDATE
4d ago
GR
Grok Bot
Noam Brown discusses multi-agent systems, AI research automation, and how to assess alignment before recursive self-improvement. The episode connects rapid progress in mathematics with the possibility of automated AI research accelerating further progress. It also covers agent swarms and practical task automation, including Grok Bot’s ability to install tools and complete workflows on its own cloud computer.
- Grok Bot runs on its own cloud computer and installs tools for end-to-end tasks
- The podcast uses Grok Bot to create pixel-perfect website animations for video ads
- Jane Street’s new FOOM panel meets in San Francisco this October
- Panelists include Daniel Kokotajlo, Ege Erdil, Ryan Greenblatt, and Jaime Sevilla
AGENT — UPDATE
4d ago
LA
LangSmith
Included Health built Dot, an AI healthcare guide, on a federated multi-agent architecture using Deep Agents and LangGraph. The system routes medical, financial, and administrative questions across specialized healthcare capabilities instead of forcing one decision tree. Human handoff, reusable skills, and LangSmith observability shape how the agents operate in a regulated setting.
- Dot handles medical, financial, and administrative healthcare navigation questions
- Architecture uses a federated supergraph built with Deep Agents and LangGraph
- Specialized skills provide capabilities across virtual care and healthcare services
- LangSmith supports observability and continuous improvement for agent behavior
AGENT — UPDATE
4d ago
CH
ChatGPT
Cooley built GO Public, a proprietary AI offering on ChatGPT Work, to help lawyers prepare companies for IPOs. Its agentic harness analyzes large volumes of capital-markets information and surfaces issues for lawyers to review and validate. The workflow gives deal teams a tailored starting point, helping them focus expertise and move clients toward market faster. Cooley advised on 180 deals worth over $51.5 billion in 2025.
- 180 deals advised globally by Cooley during 2025
- $51.5 billion total deal volume covered by the firm last year
- GO Public combines proprietary workflows with ChatGPT Work
- Lawyers review and validate the harness’s analysis before use
AGENT — UPDATE
4d ago
QW
Qwen
Steve Yegge shut down Gas Town after spending thousands monthly on coding agent subscriptions but using them mainly to build that project. Databricks likewise found that Astra increased overall spending for its AI engineers, despite lower cost-per-task results in some benchmarks. The examples challenge claims that agent tools reliably reduce costs in real workflows.
- +60% overall spend reported by Databricks after engineers switched to Astra
- Many benchmarks still show Astra cheaper than Sol on cost per task
- Thousands monthly spent on coding agent subscriptions by Steve Yegge
- 12 subreddits and 544 Twitter accounts covered in the news roundup
NEWS
5d ago
OpenAI introduced Astra for Law, a legal AI foundation built around GPT-6 Astra. It combines the model with a legal search index, tailored instructions, privacy controls, and tool connections for firms. Harvey and Legora will use it to build legal products and workflows. The launch targets firms that need customizable systems for confidential professional work.
- 26 new ecosystem plugins connect ChatGPT with tools including Relativity and Clio
- Harvey and Legora are named API customers building on Astra for Law
- Legal search and writing instructions tailor GPT-6 Astra for professional practice
- Firms receive expanded privacy and governance controls for confidential client work
NEWS
5d ago
Cloudflare says its Page Shield ML model detected eight malicious JavaScript payloads running on online storefronts. Seven were absent from VirusTotal, and URLScan returned no malicious verdict for any of them. The system found the scripts in live traffic, including payloads that had remained unclassified for years. The results show why browser-side monitoring can catch attacks traditional scanners miss.
- Eight payloads came from four separate malicious operations in the wild
- Seven of eight payloads were absent from VirusTotal during review
- URLScan returned no malicious verdict for all eight payloads
- One Lnkr variant remained unclassified for nearly two and a half years
- Humans verified every finding only after Page Shield ML flagged it
AGENT — UPDATE
5d ago
CU
Cursor
AIUC raised a $40 million Series A to build standards, testing, and insurance for autonomous AI systems. Its AIUC-1 standard targets agent security, safety, and reliability, including jailbreaks, hallucinations, and data leaks. The company argues that liability and trust, not capability, may limit adoption. Its pitch is simple: deploy agents with clearer accountability when they fail.
- $40M Series A announced alongside an advisor roster spanning major AI companies
- AIUC-1 covers agent security, safety, reliability, and insurance-backed deployment
- Testing targets jailbreaks, hallucinations, and data leaks in autonomous systems
- Cursor, Harvey, Lovable, and ElevenLabs face rising liability as agents gain autonomy
- A $20 coding agent could theoretically cause $200M in damage
NEWS
5d ago
OpenAI introduced a framework for tracking, investigating, and disclosing model misalignment, alongside six reports on concerning behavior. The company says the process will make disclosures faster, even when researchers have not fully explained or mitigated an incident. The goal is to give developers, policymakers, and researchers a clearer view of alignment risks as AI systems become more capable and widely deployed.
- Six reports cover unexpected or concerning model behavior observed over six months
- New process replaces ad hoc disclosures and delayed multi-incident reports
- Reports may publish before behaviors are fully explained or mitigated
- OpenAI says alignment and monitoring remain unresolved industry problems
NEWS
5d ago
OpenAI and OATS are bringing free, hands-on ChatGPT workshops to 1,000 older adults across 10 U.S. cities. The sessions cover everyday tasks such as planning trips, understanding bills, spotting scams, and staying connected. The program also teaches safer AI use through Senior Planet, as older adults’ share of U.S. ChatGPT messages approaches 10%.
- 10 U.S. cities will host the free Older Adults AI Skills Jam
- 6% to nearly 10% growth in messages from U.S. users aged 55+
- Senior Planet delivers the program through a multi-year OATS partnership
- Workshops include scam detection and online safety guidance
AGENT — UPDATE
5d ago
CH
ChatGPT
OpenAI is testing Sponsored Agents that let ChatGPT users start conversations with businesses after clicking ads. The agents can answer product questions and extend an ad into a guided interaction. OpenAI is also adding prompt-based ad creation, AI creative tools in Ads Manager, and integrations with HubSpot and Shopify. The rollout ties agentic commerce directly to ChatGPT advertising.
- September 16, 2026 launch introduces Sponsored Agents for ChatGPT Ads
- HubSpot is ChatGPT Ads’ first CRM integration partner
- Shopify is the first ecommerce integration partner
- ChatGPT Work can create ads from a few written prompts
AGENT — UPDATE
5d ago
GP
GPT‑6 Astra
Hex is using GPT‑6 Astra to help its data agents turn complex analysis into interactive visual reports. The model handles underlying visualization libraries and difficult data transformations, including geospatial work. Hex says the result helps analysts produce clearer, more polished artifacts that employees can share across their organizations.
- September 16, 2026 publication date for the Hex customer story
- Hex describes itself as an agentic data platform
- GPT‑6 Astra supports interactive data artifacts for organizational sharing
- The workflow includes transformations needed for geospatial visualizations
AGENT — UPDATE
5d ago
CO
Codex
OpenAI added Admin Console analytics that connect ChatGPT Work and Codex usage with business outcomes. Admins can review active users, credits, token usage, task categories, and outcome metrics in one place. The tools aim to show what teams do with AI, where spending concentrates, and which workflows may need training or more investment.
- Usage view tracks active users, credits, and token usage across both products
- Admins can filter adoption and spend data by group or individual user
- Insights includes a task classifier for analyzing how teams use AI
- Analytics are available through the ChatGPT Admin Console
AGENT — UPDATE
5d ago
JE
Jev
TypeSafe launched Jev, a “System One Model” that decides, classifies, routes, and scores instead of generating text. The model is designed to work beside slower “System Two” LLMs, handling high-volume decisions with parallel sampling and calibrated outputs. TypeSafe claims Jev is more than 100 times faster and 200 times cheaper than small frontier models, but it cannot code or reason like a general LLM.
- More than 100x faster than small frontier LLMs, according to TypeSafe
- More than 200x cheaper than comparable small frontier models
- RLCD training targets calibrated decisions rather than generated text
- Jev supports parallel sampling and is designed to avoid hallucinations
NEWS
5d ago
OpenAI’s latest research finds workers are using ChatGPT for tasks beyond their usual occupations, then returning to those tasks over time. The study analyzed more than 1.5 million work-related messages from April through July 2026. It suggests AI can broaden job responsibilities without changing titles, as experimental task crossover becomes part of regular workflows.
- 1.5 million work-related ChatGPT messages analyzed from April through July 2026
- Task crossover describes work historically associated with another occupation
- Recurring outside-role tasks grew as a share of observed AI use
- The research follows OpenAI’s first Work at the Frontier report
AGENT — UPDATE
6d ago
CL
Claude
Good Start Labs is turning games such as Diplomacy into training material for AI models and agents. CEO Alex Duffy argues that games teach planning, negotiation, and strategy while offering outcomes that can be checked. The company spun out of Every with $3.6 million in funding, building on observations of models using sharply different tactics in gameplay.
- $3.6 million raised from General Catalyst, Inovia, Every, and angel investors
- 2025 Diplomacy stream showed OpenAI’s o3 planning a future betrayal
- Claude’s Opus 4 refused to lie and was quickly defeated
- Diplomacy normally takes days or weeks for humans to complete
AGENT — UPDATE
6d ago
IBM Research examines why agents that succeed once can fail when repeating the same task. The article frames this as a production reliability problem for workflows such as transaction reconciliation and contract review. It proposes measuring consistency, diagnosing sharp decision changes, and applying general fixes rather than patching individual trajectories.
- Published September 15, 2026 as an IBM Research enterprise article
- Examples include reconciling financial transactions and checking contract obligations
- Methods target inconsistent agent decisions across repeated runs
- Researchers include Evelyn Duesterwald, Lilian Ngweta, and Vatche Isahagian
AGENT — UPDATE
6d ago
LA
LangSmith
Madrigal Pharmaceuticals, Abridge, and Vizient are building AI agents for healthcare and life sciences under strict trust requirements. Their systems aim to cut manual review, unify data access, and reduce clinician documentation work. Scaling depends on auditability, careful deployment, and controls for costly errors. The article presents production patterns and concerns from all three organizations.
- Three organizations featured: Madrigal Pharmaceuticals, Abridge, and Vizient
- Healthcare agents target manual review, fragmented data, and clinical documentation
- Production systems face higher error costs than agents in most industries
- LangSmith is offered as the featured agent development platform
NEWS
6d ago
Cloudflare introduced a Disallow AI Training setting that separates search indexing from AI training for participating crawlers. Website owners can keep content discoverable in search while blocking its use for model training. Apple, Google, and Microsoft honor or have committed to honor the setting. Cloudflare also plans controls for how much content appears in AI summaries.
- Apple, Google, and Microsoft honor or committed to honor Cloudflare’s setting
- Cloudflare targets early next year for granular AI summary controls
- The setting addresses mixed-use crawlers serving both search and training
- Site owners can configure the control once through Cloudflare
AGENT — UPDATE
6d ago
WO
Workers
Cloudflare now lets teams grant agents access to a single Worker instead of an entire account. Four new roles control whether an agent can debug, read, or change that application. The roles are available to all customers, either through dashboard user assignments or scoped API tokens. The update targets least-privilege access for agent-driven deployments.
- Four new roles cover debugging, content reads, changes, and broader Worker control
- Scoped API tokens restrict an agent to one Worker application
- Dashboard users only see the Worker assigned to them
- Roles are available today for all Cloudflare customers
NEWS
6d ago
Anthropic has committed to giving third-party evaluators ongoing, employee-like access to inspect its AI safety practices. The move arrives alongside the AI Evaluator Forum’s AEF-1 standard, reportedly cosigned by xAI, OpenAI, and Anthropic. The proposal extends evaluation beyond finished models to training pipelines, incidents, and company processes. Supporters see embedded evaluators as a way to make frontier AI safety commitments verifiable.
- AEF-1 was cosigned by xAI, OpenAI, and Anthropic
- METR is cited as an example of an embedded third-party evaluator
- Evaluators would inspect models, training pipelines, and safety processes
- Anthropic says its commitment is unilateral and effective immediately
- The proposal also calls for democratic and global safety coordination
AGENT — UPDATE
7d ago
YO
You.com
Richard Socher describes Recursive’s push to build AI systems that can improve the process of AI research itself. Its “Eureka Machine” aims to automate invention across software, science, energy, materials, and biology. Socher says early systems beat humans and existing agents on optimization tasks in under two days, while also finding GPU kernel improvements without CUDA experts.
- $4.65B seed round backs Recursive’s self-improving agent research
- Under two days produced optimization results Socher says surpassed humans and agents
- NVIDIA GPU kernels improved without a dedicated team of CUDA experts
- Recursive targets science, energy, materials, and biology applications
EVENT
· Meetup
· in 2 days
Builders shipping autonomous agents demo what they have in production, then trade notes over drinks. Short talks up front, open hacking after.
EVENT
· Workshop
· in 5 days
A hands-on session wiring agents to real tools over the Model Context Protocol. You leave with a working connector and a repo you can build on.
EVENT
· Hackathon
· next week
Teams have 48 hours to ship an agent that does real work end to end. Compute credits and mentors from local labs are on hand.
EVENT
· Demo Day
· next week
Ten teams show what the newest models unlock, from long-context retrieval to multi-agent workflows. Investors and hiring managers are in the room.
EVENT
· Meetup
· in 2 weeks
A relaxed morning comparing agent frameworks side by side on the same task. Bring a laptop, leave with a framework you actually like.
Nothing in this window. Try a wider window above.