Live wire: 15,513 findings indexed, 85 added today.
The graph
15,513 findings connected · drag the dots
The Wire · Live
Trending now
0 findings indexed · 0 sources · +85/day · reader signal + source recurrence
Top 5 · 2026-06-27 · source-backed–
Shopify's Farhan Thawar: "AI writes the code, AI reviews the code. Your job is to write the loops around it."
Farhan Thawar, VP and Head of Engineering at Shopify, just put the orchestration thesis on record in a way you can't un-hear. The clip pulled from a 26-minute talk has roughly 654K views and 2.5K likes, and the line that's doing the work is blunt: AI authors the code, AI revie...
X/Twitter2 sources14 entities
- Research
Research · 2026-07-02 · high–
NVIDIA's ENPIRE Puts Robots Through Self-Improvement Loops
In Import AI 463, Jack Clark leads with ENPIRE, software that puts real-world robotics into autonomous experiment-and-execute cycles, the embodied version of how software agents self-improve. The agentic self-improvement pattern is being pushed into physical systems. That's th...
Import AI 4631 sources4 entities
Top 5 · 2026-06-29 · source-backed–
A wave of local-first, bring-your-own-model coding agents is forming under the cloud harnesses
I keep seeing the same pitch from different repos and it's starting to feel coordinated even though it isn't. nanocoder's tagline is "owe nothing to anyone." AnythingLLM's is "stop renting your intelligence, own it." Kaku and Kilo are circling the same idea. Keep your code and...
GitHub2 sources21 entities
Top 5 · 2026-06-30 · high–
Cursor Puts Coding Agent Controls on Your Phone
You can now steer a coding agent from your pocket, and that small fact reorganizes the whole workflow. Cursor released a native iOS app (also up on Product Hunt) that lets you kick off, monitor, and guide background coding agents from your phone. Review diffs. Redirect a wande...
released a native iOS app3 sources21 entities
- OSS
OSS · 2026-06-27 · source-backed–
OpenKnowledge launches as an AI-first alternative to Obsidian and Notion.
Inkeep's open-source knowledge base hit 370 points on HN, building retrieval and agent workflows directly into the note layer instead of bolting chat onto an existing app. (GitHub) Personal knowledge management is being rebuilt around LLM context rather than retrofitted. If yo...
GitHub1 sources7 entities
- Skills
Skills · 2026-06-30 · high–
Minifying code cuts AI agent tokens 42%
A June paper shows source code is the dominant token sink for state-in-context SWE agents, and minification (stripping non-essential lexical elements, preserving semantics) cuts average input tokens 42% for only a 12-point SWE-bench Verified drop. Public on GitHub. For agents...
June paper1 sources5 entities
- Models
Models · 2026-06-23 · source-backed–
Two frontier OCR releases land the same week: Baidu's Unlimited-OCR and Mistral OCR 4.
Baidu's open-source Unlimited-OCR hit ~343 points on HN, pitched as one-shot parsing of long multi-page documents instead of page-at-a-time chunking. (GitHub) Mistral OCR 4 drew ~288 points the same week. (Mistral) Document parsing is still the core bottleneck for RAG and agen...
GitHub2 sources12 entities
- Research
Research · 2026-07-02 · high–
One Transformer Layer May Rival Full RL Tuning
This arXiv work claims training only one layer during RL post-training matches full-parameter RL fine-tuning, and it was surfacing on Hacker News. If it holds, RLHF/RLVR post-training gets dramatically cheaper, because you're touching a fraction of the network. Big "if." But t...
This arXiv work1 sources3 entities
- Vibe Coding
Vibe Coding · 2026-06-26 · source-backed–
`ponytail` hit ~58K stars in two weeks by making agents write less code.
DietrichGebert/ponytail, a Claude Code/Cursor skill that makes agents "think like the laziest senior dev in the room," rocketed to ~58,500 stars since launching June 12. It's a YAGNI-driven plugin that biases agents toward deleting and not-writing code, aimed squarely at the o...
DietrichGebert/ponytail1 sources4 entities
- Research
Research · 2026-06-26 · source-backed–
Daniel Jackson challenges 50 years of object-oriented partitioning.
MIT's Daniel Jackson (Alloy, Software Abstractions) argues the core OO principle of partitioning functionality among objects that mirror problem-domain individuals is neither natural nor straightforward, and that later software-engineering developments inherited the same fragm...
argues1 sources4 entities
Top 5 · 2026-06-26 · source-backed–
The bottleneck stopped being code generation. It's verification.
I've felt this for months and couldn't name it cleanly. Hacker News named it for me this week. The binding constraint in AI-assisted coding is no longer how fast you can generate code. It's how fast you can verify it. The HN consensus crystallized around a specific shape: the...
how fast you can verify it5 sources14 entities
- Agents
Agents · 2026-06-23 · source-backed–
IBM Research ships CUGA: 24 copyable examples for agentic apps on a lightweight harness.
Published June 23 on the Hugging Face blog, CUGA emphasizes practical, working implementation patterns over a heavyweight framework. (Hugging Face) For builders who want reference architectures instead of abstraction, two dozen functional examples beats another framework you h...
Hugging Face2 sources4 entities
- OSS
OSS · 2026-06-26 · source-backed–
Google's `agents-cli` standardizes skill authoring and evaluation.
google/agents-cli (~3,100 stars, created April 8) is an official Google CLI plus skills that turn any coding assistant into an expert at creating, evaluating, and iterating on agent skills. Google standardizing skill authoring matters as the format proliferates across Claude C...
google/agents-cli1 sources7 entities
2026-07-02 · high–
One transformer layer can match full RL fine-tuning
A new arXiv paper claims training just one layer during RL post-training gets the same results as updating every parameter.
arXiv1 sources
- Research
Research · 2026-07-02 · high–
Researchers explain why models forget their plan mid-generation
The paper argues transformers overload one forward stream to both predict the next token and store state for future tokens, and studies pulling those roles apart. It's a good mental model for debugging why a model "forgets its plan" mid-generation. Sometimes the fix for bad lo...
The paper1 sources2 entities
- Research
Research · 2026-07-02 · high–
RepoRescue benchmarks agents on whole-repo dependency fixes
RepoRescue tests coding agents on fixing a codebase broken by dependency and version changes across many files at once. That's a far more realistic and harder task than single-function bug fixing, and a better yardstick if you're deploying agents on legacy repos. Anyone who's...
RepoRescue1 sources2 entities
- Agents
Agents · 2026-07-02 · high–
FAR teaches AI agents to learn from failed retries
FAR lets an agent recover at test time and improve its policy from its own failures instead of retrying blindly. Retry logic is where most production agent stacks silently hemorrhage tokens, so a structured recovery approach is directly actionable. I've watched agents burn a f...
FAR1 sources2 entities
- Research
Research · 2026-07-02 · high–
CausalMix Treats Data-Mix Tuning As Causal Inference
CausalMix tries to attribute downstream capability gains to specific data sources instead of grid-searching the mix as a hyperparameter. Data-mix selection is one of the highest-leverage and least-transparent training decisions, so a principled attribution method here is pract...
CausalMix1 sources2 entities
- Agents
Agents · 2026-07-02 · high–
AutoMem paper treats agent memory as a learned skill
The arXiv paper frames what to encode, when to retrieve, and how to organize knowledge as things the model learns rather than rules you hardcode. It targets the context-management bottleneck that kills long-running agents. If you've built anything that has to accumulate state...
arXiv paper1 sources1 entities
- Agents
Agents · 2026-07-02 · high–
Paper finds tool-using agents fail outside training data
"Can Agents Generalize to the Open World?" probes what happens when tool-calling agents leave their static training distribution, and the failure modes are ugly. It's a useful cold shower for anyone shipping tool-use agents beyond the setup they were trained on. Pair it with t...
"Can Agents Generalize to the Open World?"1 sources1 entities
- Research
Research · 2026-07-01 · high–
Study of 12 agent memory systems finds no universal design
The June 23 arXiv paper "Are We Ready For An Agent-Native Memory System?" decomposes memory into four functional modules and finds performance depends on matching memory structure to workload, with localized maintenance strategies beating global reorganization on cost. If you'...
arXiv1 sources1 entities
- Research
Research · 2026-07-01 · high–
Self-repair needs a failing test, not just an error
arXiv 2606.31511 tests small frozen code models fixing their own failing output and finds the benefit comes from an external executable counterexample (a test violation), not from re-reading the broken code. For your agent self-repair loops, this is directly actionable: feed t...
arXiv1 sources1 entities
- Security
Security · 2026-07-01 · high–
PI-Hunter pinpoints exactly where prompt injections land
The June 2026 paper (arXiv 2606.12737) automates red-teaming that pinpoints exactly where in the tool and data flow an injection succeeds, so you get "this retrieved document carried the payload" instead of a binary vulnerable/not. Wire it into CI as an adversarial suite that...
arXiv1 sources2 entities
- Research
Research · 2026-07-01 · high–
LLMs Misread Table Cells Mid-Reasoning, Study Finds
arXiv 2606.32029 shows that even when models understand table structure, they misread or omit cell values, corrupting intermediate reasoning steps, not just final answers. If you ship table-QA, spreadsheet agents, or analytics features, this is your silent failure mode: one mi...
arXiv1 sources1 entities
- Research
Research · 2026-07-01 · high–
Coding Benchmarks Conflate Model, Retrieval, and Harness
A June 16 position paper argues today's benchmarks predate AI agents: they conflate multiple system components into single scores, penalize valid alternative solutions, and lack the granular feedback needed to iterate on agent systems. Read the current wave of open-weight SWE-...
arXiv1 sources3 entities
- Research
Research · 2026-07-01 · high–
AdaTrans turns Rust compiler errors into automatic fixes
Rust's ownership and borrowing rules trip LLMs into rule-violating or unsafe code, so AdaTrans (arXiv 2606.31706) maps specific compiler errors to targeted repairs via strategy-driven RAG and error-stratified transformation, cutting reliance on unsafe constructs. If you're doi...
arXiv1 sources4 entities
- Agents
Agents · 2026-07-01 · high–
Survey splits the AI agent harness into six parts
arXiv 2606.20683 decomposes the agent harness into observation, context, control, action, state, and verification, and argues performance emerges from the interaction of model, runtime, task structure, and evaluation, not the model alone. This is the vocabulary I've wanted for...
arXiv1 sources3 entities
- Skills
Skills · 2026-06-30 · high–
MUSE-Autoskill tests agent-written skills before reuse
MUSE-Autoskill formalizes a skill lifecycle where agents evaluate each new skill with unit tests and runtime feedback before it can be reused. This is the verification gate that stops a self-improving agent from poisoning its own library with brittle or wrong skills. If your a...
MUSE-Autoskill1 sources3 entities
- Skills
Skills · 2026-06-30 · high–
SkillPyramid organizes agent skills into a hierarchy
SkillPyramid extends Voyager-style libraries with a hierarchical topology plus a self-evolution loop, raising average reward 38% and cutting execution steps 27.7% across ALFWorld, WebShop, and ScienceWorld. The takeaway: don't append every successful trajectory as a new flat s...
SkillPyramid1 sources7 entities
- Research
Research · 2026-06-29 · source-backed–
VLMs default to vision but let priors override it.
Niclas Lietzow, Danielle Bitterman, and Carsten Eickhoff probe what happens when a vision-language model's eyes disagree with its memorized world knowledge, identifying a "vision-default, prior-override" causal mechanism. This is directly useful for debugging the maddening cla...
"vision-default, prior-override"1 sources5 entities
- Research
Research · 2026-06-29 · source-backed–
HORIZON reframes hardware design as repository-level code evolution.
Cunxi Yu, Chenhui Deng, and Nathaniel Pinckney's HORIZON is a self-evolving agent framework driven by a Markdown-based harness that iteratively mutates and tests a whole codebase. The interesting part isn't the hardware. It's that the repo-as-substrate-for-evolution pattern is...
HORIZON1 sources5 entities
Top 5 · 2026-06-29 · source-backed–
"Governance Decay" turns context compaction into an attack surface
Everyone running long agent sessions treats compaction as free. The buffer fills, the agent summarizes, you keep going. A new paper says that summarization is silently deleting your safety rules, and an attacker can trigger it on command. "Governance Decay" (arXiv 2606.22528)...
"Governance Decay"2 sources6 entities
- Research
Research · 2026-06-29 · source-backed–
COCOLogic-V2 stress-tests whether stated reasoning is actually self-consistent.
David Steinmann, Antonia Wüst, and Kristian Kersting's benchmark surfaces logical inconsistencies in interpretable models using "truly hard-negative" examples that earlier benchmarks missed. For anyone whose safety story depends on a model's chain-of-thought being trustworthy,...
benchmark1 sources4 entities
- Agents
Agents · 2026-06-29 · source-backed–
An "Agent-Native Immune System" paper models defense on biology, not guardrails.
This arXiv paper proposes a taxonomy and architecture for defending agents with persistent memory, tool use, and multi-agent collaboration, framing defense as a continuously adapting layer rather than static rules. It lines up with the OWASP finding that payload filtering alon...
arXiv paper1 sources3 entities
- Security
Security · 2026-06-28 · source-backed–
PromptArmor drops prompt-injection attack success below 1% with a bolt-on guardrail LLM.
It interposes a lightweight model (GPT-4o, 4.1, or o4-mini) that detects and excises injected instructions from untrusted input before your agent ever sees them, using fuzzy-regex excision of the flagged span (arXiv 2507.15219). On AgentDojo it pushes false positives, false ne...
arXiv 2507.152191 sources3 entities
- Security
Security · 2026-06-28 · source-backed–
Fine-tuning a guardrail classifier can plant evasion bugs your held-out eval will never catch.
New work shows that fine-tuning LLMs for security classification introduces token-level evasion vulnerabilities that standard in-distribution evaluation completely misses, because models inherit circuits while learning new semantics (arXiv). If you're shipping a fine-tuned mod...
arXiv1 sources3 entities
- Skills
Skills · 2026-06-28 · source-backed–
Evaluate causal-attribution guardrails for RAG and tool agents.
CausalArmor tests whether a piece of retrieved/tool content is actually causing instruction-like influence on the model's plan, instead of pattern-matching suspicious phrases (arXiv 2602.07918). It survives paraphrased and novel injection payloads that blocklists miss. Defense...
arXiv 2602.079181 sources4 entities
- Agents
Agents · 2026-06-28 · source-backed–
A 15,000-review study of AI healthcare chatbots found privacy and security failures, not capability gaps, drive the worst experiences.
Topic modeling across 59 apps surfaced three failure clusters: access and reliability, interaction quality, and billing/support (arXiv). The strongest correlate of a bad experience was privacy and security weakness. It's a useful counterweight to deployment hype. Users don't c...
arXiv1 sources3 entities
- Agents
Agents · 2026-06-27 · source-backed–
The Red Queen Gödel Machine co-evolves agents with their own evaluators.
A June 26 paper (arXiv:2606.26294) describes a self-improving architecture where the agent and the evaluator that scores it evolve together, specifically to avoid the stagnation of optimizing against a fixed, gameable reward. (arXiv) Anyone building a self-improving harness ha...
arXiv1 sources3 entities
- Agents
Agents · 2026-06-27 · source-backed–
"Instruction Bleed" names a structural vulnerability in prompt-composed agents.
A June 26 paper (arXiv:2606.26356) analyzes how instructions from one module of a prompt-composed agent leak into and corrupt another module's behavior. (arXiv) This is the failure mode lurking under the "stitch agents from composable skills" pattern everyone's adopting, inclu...
arXiv1 sources3 entities
- Research
Research · 2026-06-27 · source-backed–
Frontier model "manipulation" is task-dependent, not a single trait.
A June 25 paper (arXiv:2606.25899) argues manipulation capability varies sharply by task rather than being one measurable scalar. (arXiv) That complicates any safety eval trying to score persuasion as a global number. For anyone deploying agents, the practical implication is t...
arXiv1 sources1 entities
- Agents
Agents · 2026-06-27 · source-backed–
A 7B GUI agent beats Qwen2.5-VL-32B by learning to plan from its own exploration.
The PEEU paper (arXiv:2606.27330, ACL 2026 Main) has a small multimodal model autonomously explore GUI environments and use hindsight to synthesize high-level training data. The 7B reaches 30.6% accuracy, surpassing the much larger 32B, and high-level task training drove stron...
arXiv1 sources4 entities
- Research
Research · 2026-06-26 · source-backed–
Static structure anchors make agent code navigation reproducible.
LLM code agents navigate by keyword search and miss call graphs, inheritance, and config dependencies, making navigation stochastic. This study tests injecting stable structural facts as plain-text comments to constrain probabilistic exploration. A low-cost lever for making ag...
study1 sources2 entities
- Security
Security · 2026-06-26 · source-backed–
ShareLock splits one malicious prompt across multiple tools so no single one looks bad.
Researchers introduced ShareLock, a tool-poisoning attack against MCP that distributes a malicious instruction across several tool descriptions, defeating the assumption that a reviewer reading one tool will catch it. Per-tool review is now insufficient. The attack surface is...
ShareLock1 sources3 entities
- Agents
Agents · 2026-06-26 · source-backed–
Semantic early-stopping replaces the arbitrary `max_iterations` kill-switch.
This paper targets the near-universal iteration cap in Writer/Critic loops, calling it a syntactic stop that over-spends on easy inputs and truncates hard ones. The fix halts when consecutive draft embeddings stop changing in meaning (cosine distance with a patience window) pl...
paper1 sources4 entities
- Security
Security · 2026-06-26 · source-backed–
Prompt injection reliably games automated résumé screening.
A new study shows subtle self-promotional text adding no new qualifications reliably improves an applicant's ranking under LLM screeners, especially when résumé quality is homogeneous and few candidates inject. The adversarial incentive is baked into algorithmic hiring. If you...
new study1 sources2 entities
- Research
Research · 2026-06-26 · source-backed–
Multilingual reasoning cascades need carried context to stop bleeding meaning.
The standard translate-to-English, reason, translate-back cascade is structurally lossy because each stage discards cultural grounding, register, and disambiguation cues. The authors propose a training-free context-aware cascade that carries extra context across stages. Cheap...
structurally lossy1 sources2 entities
- Research
Research · 2026-06-26 · source-backed–
Most of the gap between simple and giant time-series models is preprocessing, not scale.
A new paper argues most of the accuracy gap between Ridge regression and large time-series foundation models closes by tuning preprocessing rather than scaling architecture, using Ridge as a closed-form testbed where optimal hyperparameters can be read off directly. A pointed...
new paper1 sources3 entities
Top 5 · 2026-06-26 · source-backed–
Five major vendors quietly killed peer-to-peer agent chat. If yours still does it, you're behind.
The 2024 idea was that more agents talking to each other equals more intelligence. GroupChat. Everyone wired their agents to message each other. That pattern just lost, and it lost decisively. Anthropic, OpenAI, AutoGen, Cognition, and LangChain independently settled on the sa...
independently settled on the same default4 sources17 entities
- Agents
Agents · 2026-06-26 · source-backed–
10.1% of agent config files are exact cross-repo duplicates.
A prevalence study of 10,008 public GitHub repos found 10.1% of tracked agent config paths (rules files, agent definitions, CLAUDE.md-style markdown) are SHA-256 exact duplicates across independent repos, with 75.5% of clone pairs near-identical. Agent configurations are propa...
prevalence study1 sources4 entities
- Security
Security · 2026-06-25 · source-backed–
Tabular foundation models leak private data through attention layers, even when pretrained on synthetic data.
The folk assumption has been that tabular FMs are low-privacy-risk because they don't train on your real rows. arXiv 2606.26021 (cs.CR) breaks that, showing attention layers expose privacy vulnerabilities and proposing protection for high-risk queries. As agents start calling...
arXiv 2606.260211 sources2 entities
- Agents
Agents · 2026-06-25 · source-backed–
Production voice agents hear words but miss how they're said.
arXiv 2606.26083 tested four leading real-time voice systems, including OpenAI's realtime stack, and found they transcribe lexical content well but largely ignore tone, emphasis, and emotion. The same week, SpeechEQ introduced an "emotional intelligence quotient" benchmark sco...
arXiv 2606.260832 sources3 entities
- Research
Research · 2026-06-25 · source-backed–
OCR-reasoning scores fall apart under visual perturbations.
Right as Mistral OCR 4 makes self-hosted document AI viable, arXiv 2606.26041 shows VLM OCR-reasoning that looks strong on clean images degrades meaningfully when you add noise, blur, or distortion. Clean-input accuracy is not deployment accuracy. If you're putting a VLM OCR p...
arXiv 2606.260411 sources6 entities
- Research
Research · 2026-06-24 · source-backed–
"Open AI in the Wild" maps what r/LocalLLaMA actually runs.
A new arXiv paper quantifies which open-weight models the self-hosting community runs and how they quantize and modify them. It's an empirical mirror on the open-model ecosystem, and it lands right as the post-Fable-5 mood pushes more builders toward open weights to dodge vend...
new arXiv paper1 sources3 entities
- Agents
Agents · 2026-06-24 · source-backed–
Grad Detect catches hallucinations from gradient signals, no resampling.
A new paper proposes gradient-based hallucination detection using internal model signals instead of external fact-checking or sampling-based consistency. The notable bit: it works at inference without needing multiple sampled generations, so the overhead is low enough to actua...
new paper1 sources2 entities
- Infra
Infra · 2026-06-24 · source-backed–
BluTrain bets that scale is a systems problem, not a modeling one.
BluTrain is a C++/CUDA framework built on the thesis that at scale, deep-learning progress comes more from throughput and training behavior than from model architecture. Same instinct as Dwarkesh's data argument, pointed at the metal instead of the data. For teams squeezing ef...
BluTrain1 sources5 entities
- Research
Research · 2026-06-23 · source-backed–
Muown implicitly performs angular step-size decay during pretraining.
Hübler, Lion, and Orvieto analyze the matrix-aware Muon/Muown optimizer family and show Muown's edge comes from an implicit angular step-size decay, giving a mechanistic reason these optimizers beat standard methods with practical implications for learning-rate scheduling. (ar...
arXiv2 sources6 entities
- Research
Research · 2026-06-23 · source-backed–
"Exposing the Illusion of Erasure in Knowledge Editing" finds deleted facts stay recoverable.
Knowledge editing promises to update or remove specific facts in an LLM without full retraining. This work shows apparent erasure is often an illusion, the edited information remains recoverable, and reliability is weaker than claimed. (arXiv) A direct warning for anyone using...
arXiv1 sources8 entities
- Security
Security · 2026-06-23 · source-backed–
A systematic study confirms vibe-coded apps ship with security holes.
"Understanding the (In)Security of Vibe-Coded Applications" finds that LLM-driven app generation routinely outpaces security review, leaving common vulnerability classes in shipped code. (arXiv) If you build with agents daily, this is the empirical version of a thing you alrea...
arXiv1 sources7 entities
- Agents
Agents · 2026-06-23 · source-backed–
A paper on procedural memory asks whether agents actually reuse skills or just accumulate cruft.
"Managing Procedural Memory in LLM Agents" argues the field's ability to produce reliable, reusable behavior from stored procedures is poorly understood, and studies control, adaptation, and evaluation. (arXiv) If you run persistent agents, this is the gap between "remembers t...
arXiv1 sources2 entities
The Ramsay Research Report
The daily brief, in your inbox.
The day’s top stories, long-form, with sources and a take. No noise, unsubscribe anytime.