Why it matters
Extends PCMCI+ to irregularly sampled multivariate time series by aggregating causal influence over predefined temporal windows instead of fixed discrete lags (Martim Penim et al., arXiv:2607.18226v1, published 2026-07-20).
Key details
- On synthetic irregular event streams evaluated across different signal-to-noise ratios, the method consistently recovers the underlying causal graph and substantially outperforms standard PCMCI+ on irregularly sampled data.
Brief
Causal discovery on irregular time series: the authors extend PCMCI+ to handle irregularly sampled multivariate event streams by aggregating causal influence over predefined temporal windows rather than fixed lags. Evaluated on synthetic irregular event streams across varying signal-to-noise ratios, the approach consistently recovers ground-truth graphs and substantially outperforms standard PCMCI+.
Authors: Martim Penim, Ricardo Ribeiro Pereira, Jacopo Bono...
Why it matters
Patch Policy introduces a block-causal attention mask that lets transformer-based robot policies consume dense, pre-trained ViT patch tokens directly while preserving temporal causality and avoiding the computational cost of full vision-language models.
Key details
- Empirical gains: across four simulated and three real-world environment suites, Patch Policy yields a 40% relative improvement over policies using state-of-the-art global-pooled representations and outperforms fine-tuned OpenVLA-OFT by 18% while using roughly 0.7% of the parameters.
Brief
Patch Policy presents a lightweight transformer extension that feeds dense pretrained ViT patch tokens to control policies via a block-causal attention mask, preserving temporal causality and reducing compute compared to full VLMs. According to the abstract, it achieves a 40% relative improvement over global-pooled baselines and an 18% win versus OpenVLA-OFT at ~0.7% of parameters. Summary based on the abstract only.
Authors: Gaoyue Zhou, Zichen Jeff Cui, Ada Langford...
Why it matters
Debate-on-Graph (DoG) (Peiji Yu, Xin Chen, Tianxing Wu; arXiv:2607.17266v1, accepted at ECML-PKDD 2026) leverages uncertain knowledge graphs (UKGs) — triples annotated with confidence scores — and a tailored heuristic search to extract reliable, question-relevant subgraphs and reduce KG noise.
Key details
- DoG combines the subgraph retrieval with a Multi-Agent Debate mechanism (adaptive adversarial debates) so LLMs can exploit UKG knowledge while filtering errors; on four benchmark QA datasets it reports state-of-the-art performance versus prior LLM reasoning and KG-based baselines.
- Reproducibility: code is available at https://github.com/seucoin/Debate-on-Graph; paper is 18 pages and was posted to arXiv on 2026-07-19.
Brief
Debate-on-Graph (DoG) addresses noisy knowledge graphs by using uncertain KGs (triples with confidence scores), a heuristic UKG search to extract reliable, question-relevant subgraphs, and a Multi-Agent Debate protocol for adaptive adversarial reasoning. Evaluated on four QA benchmarks, DoG outperforms prior LLM reasoning and KG-baseline methods; code and a full 18-page paper are available.
Authors: Peiji Yu, Xin Chen, Tianxing Wu
Why it matters
Duke Robotics Club’s AUVs Oogway and Crush are being prepared to attempt all four RoboSub 2026 design goals—movement, vision, manipulation, and acoustic tracking—for the first time, expanding from the team’s previously narrowed scope.
Key details
- Mechanical and electrical upgrades: Crush received two additional thrusters and a CFD‑optimized case for improved pitch stability; the team repaired unreliable connections and upgraded thruster control hardware. Acoustics were redesigned with a custom PCB using higher‑order filters, reported to significantly improve pinger detection reliability.
- Software and testing improvements: enhanced state estimation, sonar‑based object detection, vision‑driven task planning, and IVC for coordinated autonomous runs, paired with investments in testing infrastructure to maximize limited pool time.
Brief
Duke Robotics Club’s Oogway and Crush AUVs for RoboSub 2026 expand the team’s scope to cover movement, vision, manipulation, and acoustic tracking. Key changes include adding two thrusters and a CFD‑optimized hull for pitch stability, repairing electrical failure points and upgrading thruster controllers, and a new acoustics PCB with higher‑order filters. Software (state estimation, sonar/vision planners, IVC) and testing infrastructure improvements aim to preserve reliability. Only the paper abstract was provided.
Authors: Patrick Zheng, Saagar Arya, Hung Le...
Why it matters
BoxTwin (Heng Zhang et al., arXiv 2026-07-19) learns full elastoplastic articulated-object dynamics from videos, identifying physics-aware constitutive models that capture nonlinear elasticity, plastic yielding, and damage accumulation.
Key details
- In experiments on manual folding and dual-arm manipulation, BoxTwin accurately tracks joint trajectories and reproduces post-contact plastic behavior over long horizons, enabling more predictive, adaptive control of deformable articulated objects.
Brief
BoxTwin presents a video-driven digital twin that reconstructs scenes and fits elastoplastic constitutive models per object to capture nonlinear elasticity, plastic yielding, and damage accumulation. Evaluated on manual folding and dual-arm manipulation, it accurately tracks joint kinematics and reproduces post-contact plastic deformation over long horizons, advancing predictive, adaptive control of deformable articulated objects.
Authors: Heng Zhang, Gehan Zheng, Kaifeng Zhang...
Why it matters
On 2026-07-20 @emollick argued policymakers must clarify which threats they target—distinguishing industrial policy from genuine security risks—and warned the investment in building on Chinese open models is huge and stakes are high.
Key details
- Andrew Curran (via Axios) reports the Trump administration is considering an executive order and other means to ban Chinese open-source models in the U.S.; Commerce is also considering adding Chinese AI labs to the Entity List, and Kimi K3 has reignited the debate.
Brief
Emollick urges clarity on which threats the government is addressing—whether proposed measures are industrial policy or real security responses—pointing out the huge investment in building on Chinese open models and high stakes. He cites Andrew Curran/Axios reporting that the Trump administration is considering an executive order to ban Chinese open-source models in the U.S. and Commerce may add Chinese AI labs to the Entity List; Kimi K3 reignited the debate.
By @emollick
Why it matters
Per-sample oracle analysis shows full-modality input is optimal for only a small fraction of samples and every modality subset is preferred by some samples, contradicting the common "repair-first" assumption in multimodal sentiment analysis.
Key details
- SIEVE (Sufficiency-Informed Evidential ValvE) makes a learnable, per-sample decision to repair by comparing a direct-prediction branch with a repair branch, using the per-sample loss gap as an empirical sufficiency signal and an evidential gate that models sufficiency plus epistemic uncertainty; on CMU-MOSI and IEMOCAP (paper posted 2026-07-19) it consistently improves representative repair backbones and approaches the per-sample dual-branch achievable optimum.
Brief
Multimodal sentiment analysis under missing modalities: the authors show via per-sample oracle analysis that repairing every missing modality is not universally beneficial. They introduce SIEVE, a repair-agnostic dual-branch method that routes each input through either a direct-prediction or repair branch using a loss-gap sufficiency signal and an evidential gate for uncertainty. Experiments on CMU-MOSI and IEMOCAP report consistent improvements across missing rates; only the abstract was available.
Authors: Yubo Gao, Haotian Wu, Xiaoyu Xu...
Why it matters
Model routers are becoming the load-balancing layer for AI: teams commonly start by sending everything to Opus or GPT-5.5/6 but find many requests can be served by Sonnet, GLM, Kimi, Qwen, or DeepSeek with almost no drop in quality.
Key details
- Ramp reports that across 100+ use cases, their Ramp Router cut LLM costs by 30% while making features “smarter and faster,” and they’ve opened access at ramp.com/router.
- The price–intelligence–latency frontier shifts weekly, creating an ongoing operational challenge to keep model selection up to date and avoid overspending or losing intelligence.
Brief
Model routers are emerging as AI’s load balancers: teams initially route all requests to top models (Opus, GPT-5.5/6) but many calls can be handled by cheaper/specialized models (Sonnet, GLM, Kimi, Qwen, DeepSeek) with minimal quality loss. Ramp says its Ramp Router, used across 100+ use cases, cut LLM costs by 30% while improving speed and intelligence and is now available broadly.
By @adxtyahq
Why it matters
AI_LectureNote's post‑ASR workflow restores Latin‑script medical terms and raised macro English‑script rendering from 0.39 to 0.71 on the whisper‑1 path and from 0.26 to 0.65 on 3‑minute chunked gpt‑4o‑transcribe output (evaluation on four author‑recorded lectures across five conditions).
Key details
- Script restoration did not guarantee meaning preservation: the two post‑processed conditions showed semantic drift in 34 and 36 of 282 reference sentences and polarity failures in 11 and 13 of 101 polarity‑cue rows, respectively.
- Failure patterns varied by type and front end: polarity‑failure overlap across front ends had Jaccard 0.60 (9 shared of 15 unioned failures) versus general semantic‑drift overlap Jaccard 0.23 (13 shared of 57 unioned drifts); study is a single‑annotator pilot and recommends separate evaluation of surface accuracy, term‑script rendering, chunk‑level script consistency, and medical‑meaning preservation.
Brief
AI_LectureNote presents a retrospective, readability‑oriented post‑ASR workflow that rewrites Korean‑English medical lecture transcripts to restore Latin‑script medical terms instead of Korean phonetic transliterations. Evaluated on four author‑recorded lectures across five conditions, it substantially improved English‑script rendering (whisper‑1: 0.39→0.71; gpt‑4o‑transcribe 3‑min chunks: 0.26→0.65) but produced measurable semantic drift and polarity errors, motivating separate evaluation axes; this is a single‑annotator pilot.
Authors: Kyeongeon Lee, Donghoon Chang, Seungryeol Baek...
Why it matters
FM-VLA encodes force histories into compact force-memory tokens using a variational autoencoder (VAE) pretrained on force time-series reconstruction, and feeds those latent force representations plus short state history as conditioning tokens to the action expert.
Key details
- On three memory-dependent, contact-rich tasks—finding a hidden block, pressing a button, and wiping a dish for a specific number of times—FM-VLA attains over 80% success with minimal inference overhead, significantly outperforming vision-based memory baselines.
- Preprint posted to arXiv on 2026-07-20 (authors: Ruicheng Li et al.); project page: https://qft-333.github.io/FM-VLA-Page/.
Brief
FM-VLA augments vision-language-action models with a force-based memory to handle non-Markovian, contact-rich manipulation where visual cues are ambiguous. The method compresses force histories into VAE latent tokens and projects them (with short state history) into the action expert. Evaluated on three memory-dependent tasks, FM-VLA achieves >80% success with low inference cost; summary based on the paper abstract.
Authors: Ruicheng Li, Qixiu Li, Ruichun Ma...
Why it matters
CoDID (Coordinated Disentanglement with Iterative mode Discovery) jointly discovers latent modes and enforces mode-based conditional independence to handle "hidden correlations" where an attribute value contains multiple underlying modes correlated with other attributes.
Key details
- CoDID uses a dynamic architecture that adapts to an evolving number of modes and a coordination mechanism based on meta-optimization to mitigate error amplification from iterative updates; authors Rong Hu and Ling Chen report state-of-the-art performance (ICML 2026; arXiv:2607.17264v1, posted 2026-07-19).
Brief
Based on the abstract, CoDID tackles hidden correlations in disentangled representation learning by jointly discovering modes and enforcing mode-wise conditional independence. The end-to-end framework features a dynamic architecture that grows with the number of discovered modes and a meta-optimization coordination step to prevent error amplification during iteration. Authors report state-of-the-art empirical results on diverse tasks; full text not reviewed.
Authors: Rong Hu, Ling Chen
Why it matters
Elon Musk: SpaceX’s entire corpus of engineering data (excluding ITAR-restricted material) will be added during supplemental training of the “2T run,” which he says will dramatically improve Grok’s engineering capabilities.
Key details
- Cory Robin (@flycory): After weeks of side-by-side testing since the Grok Build launch, his team removed Claude from workflows; as of Jul 20 they are normalizing on Grok Build for heavy aerospace math/science/data because it gives higher accuracy and requires less hand-holding, though Codex remains useful after six months on it.
Brief
Elon Musk said SpaceX will add its massive (non‑ITAR) engineering dataset into supplemental training during the “2T run,” aiming to boost Grok’s engineering performance. Cory Robin reports his team’s side‑by‑side tests since the Grok Build launch led them to drop Claude and, as of Jul 20, adopt Grok Build for heavy aerospace math/science/data while retaining Codex for some tasks.
By @elonmusk
Why it matters
Amjad Masad (Replit CEO) says Replit “would have probably died if I wasn't telling a story that is larger than the company itself” and urges founders to “meme a dream into reality” (a16z interview published 2026-07-20).
Key details
- Masad overcame “terrible stage fright” by taking improv and storytelling classes in New York and endorses exposure therapy: “Anything you're afraid of, just go do more of it until you're desensitized.”
- In the a16z interview with Erik Torenberg Masad outlines tactical advice with timestamps: 00:50 meme a dream; 04:00 make your mistakes early; 05:23 building in public; 15:09 the day AI deleted prod; 19:37 X vs Instagram vs YouTube; plus advice for Anthropic/OpenAI and how to ‘become uncancellable.’
Brief
Amjad Masad argues founders must master storytelling to scale and survive; he credits a narrative larger than the company for Replit’s existence and says founders should “meme a dream into reality.” He describes beating stage fright via improv and storytelling classes and, in a16z's 2026-07-20 interview with Erik Torenberg, gives tactical playbook items (make mistakes early, building in public, platform strategy, and lessons from an AI production outage).
By @a16z
Why it matters
On 2026-06-03 Deel is launching contractor wallets, a DLUSD stablecoin, and an Earn feature exclusively on the Tempo blockchain; rollout begins in Latin America today, with APAC, MENA, and Africa to follow, and employee support “coming soon.”
Key details
- Deel’s in-app stablecoin wallet (announced by Alex Bouaziz) lets contractors be paid, hold DLUSD, earn rewards, and spend without using crypto exchanges or separate accounts; partners named include Stablecoin, Privy (privy_io), Tempo, Morpho, and Sentora.
Brief
Deel is debuting contractor wallets, the DLUSD stablecoin, and an Earn product exclusively on the Tempo chain (announcement dated 2026-06-03). The in-app wallet enables contractors to get paid, hold, earn rewards, and spend DLUSD without exchanges or separate accounts. Initial launch targets Latin America, with APAC, MENA and Africa next; employees to follow.
By @anirudhnarayan
Why it matters
Per @arakharazian's Ramp AI Index (posted 2026-07-13), median firm AI spend rose 5.7% month-over-month in June, increasing from $10.09 to $10.67 per employee; May’s growth was 3.8%.
Key details
- Spending is highly skewed: the median firm in the top 10% spent $515 PEPM, while the median firm in the top 1% spent $4,855 PEPM.
- Harazian asserts the market is still extremely nascent with broadening adoption and spending concentrated among a small group of heavy users; even advanced firms have teams early in the adoption curve with room to grow spend.
Brief
Arak Harazian frames AI spending as accelerating, citing the Ramp AI Index (posted 2026-07-13) that shows median firm AI spend rose 5.7% MoM in June (from $10.09 to $10.67 PEPM), outpacing May’s 3.8% growth. He highlights heavy concentration—top 10% at $515 PEPM, top 1% at $4,855—and calls the market nascent with room to grow.
By @arakharazian
Why it matters
Ayman Abdul says he grew AppSumo from $3M to $80M+, and claims people didn’t believe him when he revealed how small the team was.
Key details
- His explicit hiring philosophy: 'Hiring is a sign of failure' — every person added creates perpetual complexity; he urges 'Stay Lean My Friends.'
- Twitter user Roy (@usr_bin_roygbiv) corroborates the lean-team argument with an anecdote: ~20 skilled people can do the work of ~400 elsewhere, with almost no meetings and only weekly Slack check-ins.
Brief
Ayman Abdul says he grew AppSumo from $3M to $80M+ and attributes that scale to a very small team—reportedly so small others didn’t believe it. He frames hiring as a failure mode, warning that each hire adds lasting complexity and urging 'Stay Lean.' Twitter user Roy (@usrbinroygbiv) adds that ~20 skilled people can match ~400 elsewhere with minimal meetings.
By @aymanalabdul
Why it matters
Applied adaptive stress testing (AST, reinforcement-learning-based) and diffusion-based failure sampling (DiFS, denoising diffusion model) to a commercial autonomous trucking stack and discovered simulated collisions during merge and cut-in maneuvers that traditional Monte Carlo simulation did not find.
Key details
- Developed a PCA-based statistical workflow that clusters failure modes, identifies timesteps most influencing outcomes, and inverts principal components to recover generalized noise trajectories which reproduce failures in identical and similar scenarios, enabling perception-level diagnosis.
- Preprint published on arXiv 2026-07-20 (https://arxiv.org/abs/2607.18106v1); submitted to IEEE ICVES 2026.
Brief
The paper tackles rare-failure discovery in a commercial autonomous trucking stack by applying AST (RL-based) and DiFS (denoising diffusion) to find collisions in merge and cut-in scenarios that Monte Carlo missed. It adds a PCA-based analysis to cluster failure modes, pinpoint influential timesteps, and invert components to synthesize generalized noise trajectories that reproduce failures, enabling systematic perception diagnosis. (Only the abstract was available.)
Authors: Hailey Warner, Duncan Eddy, Shreya Parjan...
Why it matters
World Translation (Yao, Chang, Chen, 2026) extracts unobservable dynamics information backward from an observed transition and performs unpaired domain translation between simulator and reality to preserve dynamics content while transferring domain style.
Key details
- On humanoid, quadruped, and manipulator benchmarks the method yields more accurate learned dynamics than baselines, with the largest improvements when unobservable factors cannot be recovered from observation history; a real-robot deployment on the Go2 quadruped confirmed improved policy transfer.
- ArXiv preprint (2026-07-20) available as 2607.18154v1 with PDF; paper is 8 pages with 8 figures.
Brief
World Translation addresses sim-to-real gaps caused by partial observability by extracting latent, unobservable dynamics information backward from an observed transition rather than predicting forward from history. It then formulates simulator↔real mapping as an unpaired domain-translation problem that preserves dynamics content while transferring domain style. Experiments on humanoid, quadruped, and manipulator platforms show more accurate learned dynamics than baselines, especially when history is uninformative, and a Go2 quadruped deployment confirmed improved policy transfer. Summary based on the available abstract (full text not provided here).
Authors: Xinchen Yao, Leixin Chang, Hua Chen
Why it matters
Derives an L^2 approximation rate for smooth functionals of Itô diffusions and proves this rate is minimax optimal, quantifying how signature truncation error decays (addresses the gap left by the universal approximation existence result).
Key details
- Propagates signature truncation error through three learning procedures—Signature-OLS, Signature-LASSO, and Signature-Logistic—and establishes consistency for all three estimators.
- Validates practical utility on three real-data tasks—foreign-exchange realized-volatility forecasting from intraday price paths, battery end-of-life prediction from early diagnostic current–voltage pulse paths, and epileptic seizure detection from short EEG windows; paper is 82 pages with 8 figures (arXiv:2607.17865v1).
Brief
Signature-based path regression: the authors obtain an explicit L^2 approximation rate for smooth functionals of Itô diffusions and show it is minimax optimal, then propagate truncation error through Signature-OLS, Signature-LASSO, and Signature-Logistic to prove estimator consistency. Empirical experiments on finance, energy, and EEG tasks demonstrate predictive gains over handcrafted features.
Authors: Blanka Horvath, Wen Su, Wu Su...
Why it matters
Plenoptic Condensation (PCon) introduces Reality Models (Relms) that convert images into low-power 'soupy' scene elements and adaptively condense them into higher-power structured elements, enabling spatially varying representational power for sharp edges and smooth reflective surfaces.
Key details
- On the 'Damaged Fiat' benchmark (paper posted 2026-07-20), PCon reconstructs the car hood more than twice as accurately as NeRO and RT-Splatting and reports a local damage profile error of 35 μm (0.035 mm), while the other SOTA methods were essentially unable to measure the damage.
- Authors demonstrate in-the-wild reconstructions from consumer phone cameras and drones; project page: https://quidient.github.io/pcon-2026.html.
Brief
Plenoptic Condensation (PCon) is a generalized scene reconstruction method that converts images into low-power 'soupy' elements and adaptively condenses them into high-power Reality Models (Relms) with spatially varying representational power. PCon delivers high-fidelity rendering and precise measurement — on a 'Damaged Fiat' benchmark it outperforms NeRO and RT-Splatting by over 2×, achieving a 35 μm local-damage error. Only the abstract was available for this summary.
Authors: Brevin Tilmon, Alex DeJournett, John Leffingwell...
Why it matters
Introduces a pixel-pair temporal warped flow field that generates corresponding video editing samples in real time from image editing samples, enabling training of video-editing models using only such generated data (Zhang, Gong, Liu; arXiv:2607.18227v1, 2026-07-20).
Key details
- Proposes two losses—modality mimic generation loss and modality mimic editing loss—to align image and video modalities via mutual imitation, treating the image modality as a special case of video to equalize their output distributions.
- Adds sense-related tasks (e.g., referring expression segmentation) plus editing-region-aware latent-level and attention-level losses so the model internalizes instruction-conditioned localization and region-only modification, removing reliance on external masks, MLLM fine-tuning, I2V pair synthesis, or ControlNet-like guidance.
Brief
The paper addresses costly, mask-dependent video-editing data collection by introducing a pixel-pair temporal warped flow field that converts image editing samples into video editing samples in real time. Combined with modality-mimic generation/editing losses and sense-related tasks (referring expression segmentation) plus latent and attention-region losses, the approach trains video-editing models from generated data without external masks or auxiliary MLLMs, broadening scalable editing tasks.
Authors: Dingyun Zhang, Lixue Gong, Wei Liu
Why it matters
Proposes a context-conditioned safety critic that ranks diffusion-planner proposals using three terms: (i) safety — clearance-budget penalty plus a control-barrier-function (CBF) residual for waypoint- and transition-wise safety; (ii) efficiency — smoothness penalty with a safety-gated detour-ratio penalty to avoid detours without encouraging risky shortcuts; (iii) distance-constraint matching that anchors the learned budget to realized ESDF clearances.
Key details
- Trained with privileged ESDF geometry in simulation and distilled into a perception-only selector via a two-stage teacher–student pipeline; on PointGoal navigation in HM3D and MP3D (including cross-dataset transfer) the method attains the highest success rate (SR) and success-weighted by path length (SPL) among strong diffusion, optimization, and RL baselines, and (trained purely in simulation) transfers to a Unitree G1 humanoid without task-specific tuning (arXiv 2026-07-20).
Brief
The paper introduces a context-conditioned safety critic to rank diffusion-generated trajectory candidates for RGB-D visual navigation, addressing mis-calibrated fixed safety margins. The critic combines a clearance-budget + CBF safety term, an efficiency term (smoothness + safety-gated detour ratio), and distance-constraint matching to ESDF clearances. Trained with privileged ESDF in simulation and distilled to a perception-only selector, it achieves top SR and SPL on PointGoal in HM3D and MP3D and transfers to a Unitree G1. Summary based on the abstract; full text was not reviewed.
Authors: Junyi Hu, Shuaihang Yuan, Geeta Chandra Raju Bethala...
Why it matters
VIDAR couples SVO+IMU odometry with the Depth Anything 3 (DA3) foundation model to provide a metric anchor for dense monocular reconstruction, enabling fusion of detailed local geometry into a consistent global model.
Key details
- On EuRoC, injecting poses reduces scale error to ≈1% and yields mean F@0.10 = 0.463; a decoupled hybrid alignment improves mean F@0.10 to 0.676 without using ground-truth poses. Evaluations also include TUM RGB-D.
Brief
VIDAR is a visual-inertial dense reconstruction framework that anchors metric scale by coupling SVO+IMU odometry with the Depth Anything 3 (DA3) foundation model. It studies pose-conditioned DA3 and a decoupled alignment strategy; on EuRoC pose injection cuts scale error to ≈1% with mean F@0.10=0.463, while a decoupled hybrid reaches 0.676 without ground-truth poses. Summary is based on the paper abstract.
Authors: Diyari Mohammed Salih, Lingxiang Hu, Naima AitOufroukh-Mammar...
Why it matters
BanClickThumb: a curated Bengali YouTube thumbnail-title dataset of 7,147 pairs across five content domains, annotated by ten annotators with high agreement (Cohen's Kappa 0.83–0.93).
Key details
- Model benchmarks: text-only BanClickTextFormer (XLM-RoBERTa) achieves 0.82 accuracy, image-only BanClickImageFormer (SwiftFormer) 0.68, and multimodal BanClickFusionFormer (ViT + XLM-RoBERTa, intermediate fusion) 0.84 accuracy.
- Error analysis identifies dense thumbnail text, figurative language, and culturally specific slang as remaining challenges; the dataset and benchmarks are released publicly to support low-resource multimodal research.
Brief
BanClickThumb introduces a 7,147-pair Bengali YouTube thumbnail-title dataset (five domains) annotated by ten annotators (Cohen's Kappa 0.83–0.93) to address limited multimodal resources for clickbait detection. Benchmarks show XLM-RoBERTa text model at 0.82, SwiftFormer image model at 0.68, and a ViT+XLM-RoBERTa fusion reaching 0.84 accuracy. Full text was not available; results come from the abstract.
Authors: Md. Ariful Islam, Md Tanvirul Islam, Md. Maruf Hossain Miru...
Why it matters
OrderMoE (Xin Yuan et al., arXiv 2026-07-19) constructs an expert-similarity model from router-induced logits to partition MoE experts into similarity groups and perform similarity-aware grouping and deployment across edge servers.
Key details
- The system adds a quality-aware and trajectory-aware runtime server-expert selection algorithm that can decide whether to invoke a remote target expert or use a feasible local substitute, trading small, controllable inference-quality degradation for reduced cross-server token transmission.
- On a real distributed edge testbed the paper reports that OrderMoE significantly reduces average and tail latency, cross-server traffic, and remote expert invocation ratio while introducing only small, controllable quality loss (paper: 17 pages, 12 figures).
Brief
OrderMoE is an expert-similarity driven framework for distributed MoE inference on bandwidth- and resource-constrained edge clusters. It derives expert similarity from router-induced logits, groups and allocates experts to improve local similarity coverage, and uses a quality- and trajectory-aware runtime selector to substitute local experts for remote ones. Real-edge testbed results show large reductions in latency, traffic, and remote invocations with only modest quality degradation.
Authors: Xin Yuan, Ning Li, Quan Chen...
Why it matters
STBridge (Ye Wang et al., arXiv 2026-07-19) introduces a shared-target alignment framework that connects a model's target caption and edited image via a common target state, replacing separate task-specific paths with a single information flow from target expression to target realization.
Key details
- Training follows an align-then-optimize strategy: supervised fine-tuning first establishes the shared-target channel, then sequential reinforcement learning refines target-centered coordination between understanding and generation.
- Evaluation finds that STBridge consistently improves the initialization UMM on visual understanding, image generation, and image-editing benchmarks and narrows the description–generation alignment gap that prior UMMs exhibited for fine-grained entities, attributes, spatial relations, and local details.
Brief
STBridge proposes shared-target alignment to bridge the understanding–generation gap in unified multimodal models by treating a target caption as the common semantic state that the edited image must realize. The method uses supervised fine-tuning followed by sequential reinforcement learning to align caption and image outputs, producing consistent improvements on visual understanding, image generation, and editing benchmarks and reducing fine-grained mismatches.
Authors: Ye Wang, Hongjun Wang, Hao Fang...
Why it matters
Ethan Mollick (tweeted 2026-07-20) says his timeline was right and it is now "3.5 months later," signaling imminent changes.
Key details
- If the Chinese government allows open release of Mythos-class models and those models match US/UK risk assessments, CISO offices have at most six to nine months to prepare before capabilities diffuse to bad actors.
- Mollick suspects very few large-organization CISO offices have treated the Mythos red-team reports as the "red alert" they represent.
Brief
Ethan Mollick warns that, 3.5 months after his earlier prediction (tweeted 2026-07-20), the window for defensive preparation is closing: assuming China permits open Mythos-class releases and US/UK risk assessments are accurate, enterprise CISO teams have roughly six to nine months before those capabilities spread to malicious actors, yet he believes few have responded to red-team warnings.
By @emollick
Why it matters
a16z announced it led Neo's Seed round (post dated 2026-07-20), backing Neo to build 'agentic software control' for AI agents running on endpoints with the same privileges as the users they serve.
Key details
- The authors claim legacy controls—EDR, DLP, and Zero Trust—'break' once systems cannot distinguish actions taken by a human versus an AI agent, since agents can act continuously and often outnumber humans.
- Neo's founding team: Nick Warner (scaled SentinelOne through its IPO), Shlomi Salem (ran threat research at SentinelOne for 11+ years), and Eran Shirazi (co‑founder and former engineering lead at EasySend); WSJ reports Neo raised $100 million from stealth investors.
Brief
a16z announced it led Neo's Seed round on 2026-07-20, arguing that AI agents now run directly on endpoints with user-equivalent privileges and thus invalidate assumptions behind EDR, DLP, and Zero Trust. Neo aims to provide agentic software controls; its founders—Nick Warner, Shlomi Salem, and Eran Shirazi—bring extensive SentinelOne and startup experience, and WSJ reports a $100M raise.
By @a16z
Why it matters
Kimi K3 beat GLM 5.2 on three procedural @threejs scenes (late‑80s NES living room, vintage road bike drivetrain, glass aquarium) while costing $1.02 vs $1.57 per run and using 193,632 vs 286,263 tokens (Kimi ~32% fewer tokens).
Key details
- Lines of code and generation time: GLM produced 3,762 lines in 64.0 min vs Kimi 3,114 lines in 70.6 min; cost per 100 shipped lines was $0.033 for Kimi vs $0.042 for GLM.
- GLM performed roughly 3x more internal reasoning (example: 171k vs 66k reasoning chars on the NES prompt) but that extra reasoning correlated with gloomier lighting and more functional bugs rather than better output.
- Scene-level outcomes: NES — tie (Kimi warm/readable, GLM moody/dark); bike — Kimi wins (missing crank arms so pedals spin in air) while GLM had fused handlebars, misaligned window and frozen pedals; aquarium — Kimi decisive (~10 schooling fish, bright, smooth with minor NaN warnings) vs GLM near‑black murk with invisible fish and low FPS.
Brief
Kimi K3 outperformed GLM 5.2 in a head‑to‑head on three fully procedural single‑file three.js scenes (NES, vintage road bike drivetrain, glass aquarium) run on AimlAPI: Kimi cost $1.02 vs GLM $1.57, used 193,632 vs 286,263 tokens, and produced 3,114 vs 3,762 lines of code. Despite GLM doing ~3× more internal reasoning (e.g., 171k vs 66k reasoning chars on the NES prompt), its outputs were darker, slower, and contained larger mechanical and geometry mistakes. Kimi delivered warmer, more readable lighting and fewer/smaller defects (bike missing crank arms; aquarium with ~10 fish and smooth frame‑rates), while GLM rendered gloomier scenes, lagged on the aquarium, and mishandled the bike drivetrain. The author argues this shows more reasoning does not guarantee better model output and cites Kimi’s top debut on the Code Arena leaderboard (1679) over GLM (1587).
By @adxtyahq
Why it matters
On 2026-07-21 X Freeze cited a Snorkel AI benchmark that tested Grok 4.5 combined with Grok Build against GPT-5.5 and Claude Opus 4.8 across nearly 2,000 expert-created workplace tasks (documents, spreadsheets, presentations, professional analysis), and reported Grok outperformed both models overall.
Key details
- Grok 4.5 led by wide margins in high-judgment domains per the post: Education 58%, Legal work 40%, Quality assurance 37%, and Healthcare 35%.
- The post claims Grok recorded the lowest failure rate across every Snorkel-measured error category (missing analysis, incorrect recommendations, poor structure, missing sources) and produced better professional deliverables with fewer critical mistakes and more specific, actionable recommendations.
Brief
Grok 4.5 with Grok Build, according to a 2026-07-21 X Freeze post summarizing a Snorkel AI benchmark, beat GPT-5.5 and Claude Opus 4.8 on nearly 2,000 real-world workplace tasks. The post highlights large leads in Education (58%), Legal (40%), QA (37%) and Healthcare (35%), plus the lowest failure rates and more actionable, fewer-error outputs.
By @elonmusk
Why it matters
Author claims founders 'aren't risking enough' and points to Elon Musk—who sold PayPal and could have retired—choosing instead to bet everything on Tesla, SpaceX, and SolarCity.
Key details
- Prescribed tactic: an annual 'Baseline Break' — fly to a cheap beach town, sleep in a $30 shack for a few nights, write 1,500 words, have bonfires/coffee/breakfast tacos — to realize 'if I lost it all tomorrow, life would still be amazing' and thereby take bigger risks.
Brief
Ayman Abdul urges founders to take bigger risks, citing Elon Musk—who sold PayPal and then bet everything on Tesla, SpaceX and SolarCity—as the model. He prescribes an annual 'Baseline Break': fly to a cheap beach town, sleep in a $30 shack for a few nights, write 1,500 words, and live simply to realize 'life would still be amazing' if you lost it all.
By @aymanalabdul
Why it matters
Designed an articulated humanoid receptionist head with 21 degrees of freedom (DoF) covering mouth, eyes, eyebrows, and neck, finished with realistic silicone skin to improve expressiveness.
Key details
- System integrates SCRFD, ArcFace, and ByTetrack for vision (detection/recognition/tracking) and Llama plus Whisper for NLP, with hardware enabling real-time conversational ability and human re-identification; conversational and re-ID performance were quantified.
- User study reported an average human-likeness score of 4.13/5; paper accepted to IEEE/ASME AIM2026 and posted on arXiv (2607.17042v1) on 2026-07-19.
Brief
The paper presents a 21-DoF articulated humanoid robot head for receptionist roles, combining silicone-skin mechanics (mouth, eyes, eyebrows, neck) with a model-based perception and language stack (SCRFD/ArcFace/ByTetrack for vision; Llama and Whisper for NLP). The system runs in real time, supports human re-identification, reports quantitative conversational and re-ID measures, and achieved a 4.13/5 average human-likeness in a user study; accepted at AIM2026 (arXiv:2607.17042v1).
Authors: Tharusha Fonseka, Charuka Bandara, Moshintha Hewavitharana...
Why it matters
Lossless-INR (Kaiyuan Tang, Daniel Burke, Chaoli Wang; arXiv:2607.18150v1, 2026-07-20) reformulates volumetric INR compression as bit-plane decomposition so reconstruction becomes per-bit binary classification, enabling exact voxel recovery if every bit is predicted correctly.
Key details
- The method combines an octree block-partitioning that adaptively subdivides complex regions with a ternary feature-grid network whose grid entries are constrained to a ternary value set, trading optimization tractability for compactness.
- Experiments report zero bit-error rate and bit-exact reconstruction on diverse 3D scientific volumetric datasets; code is available at https://github.com/TouKaienn/Lossless-INR and the paper was accepted as an IEEE VIS 2026 short paper.
Brief
Lossless-INR addresses lossiness in implicit neural representations for 3D scientific volumes by decomposing voxel values into binary bit-planes and posing reconstruction as per-bit binary classification. To keep exact recovery tractable and compact, the authors combine adaptive octree block partitioning with a ternary feature-grid network. The abstract reports zero bit-error, bit-exact reconstruction across datasets; only the abstract was available for this briefing.
Authors: Kaiyuan Tang, Daniel Burke, Chaoli Wang
Why it matters
On 2026-07-17 Andrew Ng announced a new short course (deeplearning.ai) titled 'Build LLM applications that respond to user requests quickly' built with Cerebras and taught by @zhennydez, @duerr_seb, and @MilksandMatcha.
Key details
- The course centers on Cerebras' Wafer-Scale Engine (WSE) to reduce memory-to-compute movement and claims token generation is 'several times faster' than on a typical GPU; it compares how GPUs, TPUs, and the WSE handle the memory-to-compute bottleneck.
- Hands-on outcomes include building latency-sensitive real-time apps (live translation, voice agents), personalizing webpages, running multi-step market-signal workflows, and adopting agentic coding habits for fast-inference sessions.
Brief
Andrew Ng's new short course, announced 2026-07-17, teaches building low-latency LLM applications using Cerebras' Wafer-Scale Engine. Instructors @zhennydez, @duerr_seb, and @MilksandMatcha cover how keeping model weights close to compute reduces memory-to-compute movement—making token generation several times faster than typical GPUs—and show how to build real-time translation/voice agents, personalized webpages, and multi-step workflows.
By @AndrewYNg
Why it matters
Retriever (Zhao et al., 2026) models closed-loop robot agents as graphs of stateful causal stream functions executed on explicit run clocks and formalizes an asynchronous environment–agent loop over continuous-time streams, showing that finite-memory causal policies can be represented by compositions of these operators.
Key details
- Retriever compiles these graphs to a runtime with multiple backends that supports deterministic replay from logged asynchronous data, systematic debugging, and was evaluated via a real-robot case study plus controlled studies of runtime overhead and replay behavior; paper on arXiv:2607.17213v1 (2026-07-19) and code at retriever.systems / openretriever.org.
Brief
Retriever presents a full-stack approach to composing closed-loop asynchronous robot programs by representing perception, belief update, planning, and control as graphs of stateful causal stream functions on explicit run clocks. The authors formalize an asynchronous environment–agent loop over continuous-time streams, implement a compiler/runtime with multiple backends that enables deterministic replay and debugging, and validate the system on a real-robot case study and controlled runtime/replay experiments.
Authors: Linfeng Zhao, Haojie Huang, Jiayuan Mao...
Why it matters
Derives two novel high-order control barrier functions (HOCBFs) — explicitly distinct from zeroing HOCBFs — and provides explicit designs for the resulting safety controllers.
Key details
- Introduces a high-order control Lyapunov function (HOCLF) via a vector Lyapunov function approach, analyzes compatibility between the HOCLF and HOCBFs to guarantee simultaneous stabilization and safety, and establishes an optimal controller.
- Validated on a quadrotor navigation numerical example; paper is 8 pages with 3 figures, accepted by ASCC2026 and posted as arXiv:2607.17032v1 (published 2026-07-19).
Brief
The paper addresses optimal safety control for nonlinear systems by proposing two novel high-order control barrier functions (HOCBFs) — differing from zeroing HOCBFs — and explicit safety controllers. It develops a high-order control Lyapunov function (HOCLF) using vector Lyapunov methods, proves compatibility with the HOCBFs to enable simultaneous stabilization and safety, and derives an optimal controller; validated on a quadrotor navigation example. Full text was not available (abstract-based summary).
Authors: Neng Li, Zuodong Pan, Jiaxing Wang...
Why it matters
The paper (Siddharth Mishra-Sharma, arXiv 2026-07-20) presents a framework that uses large language models to synthesize candidate simulator programs from natural-language descriptions, then iteratively refines them via feedback-driven mutation and evaluates them with neural density estimation to enable joint model selection and parameter estimation.
Key details
- On benchmarks spanning deterministic dynamics, stochastic epidemic models, and dark-matter substructure inference from gravitational-lensing images, the method identifies plausible model families from open-ended prompts; reported accuracy scales with the information content of the data and the identifiability of candidate models (manuscript: 15+7 pages, 4+2 figures).
Brief
Mishra-Sharma introduces a simulation-based inference pipeline that combines LLM-driven program synthesis with neural density estimation to perform model selection and parameter estimation jointly, removing the need for a single fixed simulator. Given natural-language problem descriptions, candidate simulators are proposed and mutated with feedback, then scored via neural SBI. Evaluated on deterministic dynamics, epidemic, and gravitational-lensing substructure tasks, the method recovers plausible model families, with performance tied to data information and model identifiability.
Authors: Siddharth Mishra-Sharma
Why it matters
Authors (MacDougall et al., published 2026-07-20) find that general-purpose LLMs can satisfy multiple 3D spatial constraints simultaneously — including anchor fragments, pharmacophore points, and mandatory pocket–ligand interactions — but still trail state-of-the-art diffusion-based 3D molecule generation models in overall performance.
Key details
- The paper introduces 3D-Fit, a token-efficient benchmarking strategy for multi-conditioned spatial molecule generation that systematically evaluates pocket-conditioned ligand design under heterogeneous spatial constraints, aiming to compare LLM-based methods against diffusion-model baselines.
Brief
The paper evaluates whether general-purpose LLMs can reason about 3D spatial constraints in structure-based drug design by comparing them to established diffusion-model baselines. Using an introduced benchmark, 3D-Fit, the authors test pocket-conditioned ligand generation under ligand- and interaction-derived constraints (anchor fragments, pharmacophore points, mandatory pocket–ligand interactions). Based on the abstract, LLMs are promising and handle multiple constraints but remain behind diffusion approaches; full text was not available for deeper quantitative details.
Authors: Thomas MacDougall, Maksim Kuznetsov, Roman Schutski...
Why it matters
Levie (2026-07-18) says the past few months are a turning point: frontier AI labs will keep driving model progress because they have scale of compute, large revenue streams and customer bases, top researchers, and large data pipelines.
Key details
- He identifies five ecosystem categories enabling AI diffusion: (1) companies that tune enterprise-specific models and run inference, (2) applied AI vendors delivering end-user/business tools across legal, IT, security, HR, customer support and coding, (3) domain-focused labs (life sciences, financial services, healthcare), (4) infrastructure for running/agenting, governance, storage and orchestration, and (5) services firms to drive enterprise change management.
- Levie predicts hundreds or even thousands of new firms will emerge across industries, the market will be heterogeneous, and it’s still too early to declare winning architectures.
Brief
Levie argues the AI ecosystem hit a turning point (post date 2026-07-18): frontier labs will continue to push core model progress, while a broad, multi-layered ecosystem—model-tuning/inference providers, applied enterprise vendors (legal/IT/security/HR/support/coding), domain-specific labs (life sciences/finance/healthcare), infrastructure for models/agents, and services firms—will diffuse AI into the real world, yielding a heterogeneous market with hundreds–thousands of entrants.
By @levie
Why it matters
Introduces a sensorless method that uses water-filled flexible tubes to simultaneously transmit actuation power and actuator-side position information by modeling volumetric loss from pressure fluctuations and minor air entrapment; validated over tube lengths up to 50 m.
Key details
- Experimental results (paper: 11 pages, 11 figures, 7 tables) show stable closed-loop position control of a sensorless water-hydraulic cylinder under varying loads, and a field parameter-identification method compensates for tube and entrained-air variability without actuator-side sensors.
Brief
SHAPE proposes using water-filled thin, long flexible tubes to carry both hydraulic power and actuator-side information by modeling volumetric losses and small trapped air from measured pressure fluctuations, enabling feedback control of a sensorless actuator through tubes up to 50 m. Experiments demonstrate stable position control under varying loads and a field identification routine to adapt to tube/air variability. Summary based on the abstract; full text not reviewed.
Authors: Yuki Nakamura, Shuto Yoshimura, Tomoyuki Noda...
Why it matters
Aakash Gupta asserts the OpenAI board had full legal power to fire Sam Altman; they used that power, but within days Altman was reinstated and most of the board was removed (post published 2026-07-21).
Key details
- Gupta says the firing happened while Altman was negotiating a tender offer to let employees cash out millions in stock; Microsoft, OpenAI's largest backer and supplier, learned with zero warning, and every major investor had been brought in by Altman.
- Gupta highlights Eric Ries' governance test: ask 'who loses money if the vote actually goes through'—paper governance (titles/board seats) can differ from real leverage; he links an Eric Ries masterclass video with timestamps (e.g., 0:00 start, 1:08:07 'charter mistake that killed SVB').
Brief
Aakash Gupta argues the OpenAI board legally fired Sam Altman but lacked real leverage: the dismissal coincided with Altman's tender-offer negotiations allowing employees to cash out millions, and Microsoft and major investors were blindsided. Gupta invokes Eric Ries' test—check who loses money if a vote passes—because incentives, not documents, determine control.
By @aakashgupta
Why it matters
Defines a subgroup-fairness gap for clustering and derives a covariance-based surrogate that exactly matches this gap; introduces a continuous relaxation enabling gradient-based optimization and the algorithm COVA-FC (Lee et al., arXiv:2607.18119v1, 2026-07-20).
Key details
- Targets settings with many sensitive attributes where subgroups grow exponentially and some subgroups have very few instances, causing existing methods to be computationally expensive or numerically unstable.
- Proves subgroup fairness need not imply marginal fairness and extends the framework to a subgroup–marginal-fairness gap; experiments on benchmark datasets report competitive cost–fairness trade-offs and improved computational efficiency over prior baselines in both subgroup and higher-order marginal scenarios.
Brief
The paper addresses fair clustering when multiple sensitive attributes create many small subgroups. It defines a subgroup-fairness gap and constructs a covariance-based surrogate that exactly matches it, then applies a continuous relaxation for gradient-based optimization to produce COVA-FC. The authors also show subgroup fairness does not guarantee marginal fairness, extend the method to subgroup–marginal gaps, and report competitive cost–fairness trade-offs with faster computation versus prior baselines on benchmark datasets.
Authors: Kyungseon Lee, Hankyo Jeong, Kunwoong Kim...
Why it matters
Proposes a campus-wide cashless payment prototype using RFID cards, RFID readers and a Raspberry Pi tied to a centralized database and a web UI that provides real-time transaction and balance updates; design emphasizes object-oriented principles and hardware–software integration.
Key details
- Claims the system is cost-effective and enhances convenience and security for services (cafeteria, tuition, library); also surveys related RFID uses (smart parking, attendance) and outlines future features: wearable RFID, voice-activated payments, and blockchain integration.
- Authored by Miraj Uddin Chowdhury and MD Khairul Islam Prime, posted to arXiv 2026-07-19 (arXiv:2607.17233v1); paper is 5 pages with 5 figures (PDF link provided).
Brief
A RFID-based campus payment system describes a prototype that pairs RFID cards and readers with a Raspberry Pi, a centralized real-time database, and a simple web interface. The work focuses on secure, object-oriented system design and hardware integration, reports cost-effectiveness and usability gains, surveys related RFID applications, and proposes extensions like wearables and blockchain. Full paper text was not reviewed (abstract and metadata only).
Authors: Miraj Uddin Chowdhury, MD Khairul Islam Prime
Why it matters
Node4All (Lee & Yoo, accepted to KDD 2026) introduces a dataset-agnostic node representation learner using a single fixed parameterization: the Channel Graph Transformer (CGT) plus self-supervised pretraining on synthetic graphs, enabling no dataset-specific training or hyperparameter tuning.
Key details
- On node classification across 25 benchmarks vs 21 supervised and self-supervised baselines (each tuned per-dataset), one uniform Node4All model ranks 5th overall; it also enables one-shot and in-context learning and reportedly outperforms recent graph foundation models in those settings.
- Code and checkpoints are published: https://github.com/dooho00/node4all (paper arXiv: 2607.17272v1, PDF available; authors Dooho Lee and Jaemin Yoo).
Brief
Node4All targets reusable node representations that generalize across arbitrary graph datasets without per-dataset optimization. It pairs a Channel Graph Transformer (CGT) architecture with self-supervised pretraining on synthetic graphs so a single fixed model can be applied universally. Evaluated on 25 node-classification benchmarks, the single Node4All model ranks 5th of 21 baselines and supports one-shot/in-context learning, reportedly outperforming recent graph foundation models; code and checkpoints are available.
Authors: Dooho Lee, Jaemin Yoo
Why it matters
DynImmune-BERT (Rong Fu et al., arXiv:2607.17244v1, 2026-07-19) is a continuous-time T cell‑repertoire model that integrates depth-adaptive centered log-ratio initialization, clone-presence–gated Neural ODE dynamics, bounded neighborhood self-attention, event-based state restarts, and a hybrid transport objective supervising both dominant and rare clone mass.
Key details
- Evaluation protocol separates literature baselines from internal temporal comparisons, reports uncertainty for small external cohorts, includes calibration and threshold diagnostics, visualizes latent clone trajectories and attention neighborhoods, and concludes event-aware temporal modeling can complement strong static encoders while small cohorts and protocol differences warrant cautious interpretation.
Brief
DynImmune-BERT addresses longitudinal T cell‑repertoire dynamics by modeling patient‑level immune status in continuous time using Neural ODEs plus event-aware mechanisms. The approach combines specialized initialization, gated ODE clone dynamics, neighborhood self‑attention, and a hybrid transport loss to capture dominant and rare clone behavior. Results show temporal/event‑aware modeling complements static encoders; evaluation emphasizes uncertainty, calibration, and sensitivity to small external cohorts and protocol variation.
Authors: Rong Fu, Yongtai Liu, Xiaowen Ma...
Why it matters
PACE (Polar Axis-Conditioned Estimation) retains a shared Reloc3r-style pair representation but uses axis-specific readout interfaces: heading leverages mid/late relational evidence while range uses a direct late metric path.
Key details
- Controlled readout probes show the two polar axes favor different decoder-depth combinations; their best checkpoints disagree on 80.8% of a validation trajectory and range errors exhibit a distinct high-error tail.
- On the official hidden test the strongest released raw predictor scores 0.002460 and the complementary PAAER predictor scores 0.002514 (with slightly lower angle error); deterministic challenge packaging yields a final score of 0.001874. Code and checkpoints are available at the authors' GitHub.
Brief
PACE (Polar Axis-Conditioned Estimation) targets PairUAV relative localization, mapping two UAV images to a polar navigation command by keeping a shared Reloc3r-style pair representation but separating axis readouts. The method finds heading benefits from mid/late relational evidence while range needs a late metric path; probes reveal 80.8% checkpoint disagreement and a high-error tail in range. Hidden-test predictors score ~0.00246–0.00251, and a deterministic packaging achieves 0.001874. Summary based on the paper abstract (full text not provided).
Authors: Ze Rong
Why it matters
Amjad Masad (Replit CEO) says X/Twitter is strong for Silicon Valley and early adopters but “not very impactful” for late adopters/early majority; Instagram, Facebook and YouTube are where you reach the early majority — he began focusing on those since February 2026 and reports “an insane amount of views.”
Key details
- Masad says founders should “go direct” and build in public: he overcame crippling stage fright to become a prominent CEO on X, advises making mistakes early, cultivating authenticity (citing Elon, Zuckerberg, Trump), and to “become uncancellable”; he discusses platform-specific founder advice in an a16z interview with Erik Torenberg (published 2026-07-20).
Brief
Amjad Masad, CEO of Replit, argues founders should go direct on every platform: start on X/Twitter for news and outsized influence among Silicon Valley/early adopters, then expand to Instagram, Facebook and YouTube to reach the early majority. He says he shifted focus in February 2026 and is seeing huge viewership, and emphasizes building in public, early mistakes and authenticity.
By @a16z