Fetching from the wire…
Live wire: 16,733 findings indexed, 95 added today.
The graph
16,733 findings connected · drag the dots
The Wire · Live
16,733 findings indexed · 2,133 sources · +95/day · reader signal + source recurrence
Agents · 2026-07-10 · source-backed–
arXiv 2607.08124 argues an agent's behavior is set as much by its harness (the program that builds context, invokes tools, verifies intermediate results, recovers from failure) as by the model. Current practice optimizes the harness on development data then freezes it at deplo...
arXiv 2607.081241 sources4 entities
Top 5 · 2026-07-08 · source-backed–
Martin Alderson's essay "The upcoming AI margin collapse, part 1: GLM 5.2" hit 675 points and 462 comments on Hacker News, and it's the rare HN chart-topper that's actually about spreadsheet math instead of vibes. The argument is simple. Z.ai's GLM 5.2 delivers frontier-adjace...
(Hacker News)6 sources35 entities
Agents · 2026-07-10 · high–
arXiv 2607.08028 tracks the standard enterprise failure path, a prototype whose behavior lives entirely in prompts and retrieval context, and prescribes pushing deterministic behavior out of prompts and into code, manifests, schemas, and validation artifacts arranged around a...
arXiv 2607.080281 sources1 entities
Vibe Coding · 2026-07-10 · high–
HKUDS/Vibe-Trading (~19,100 stars) shipped as a personal trading agent with backtesting, while TauricResearch/TradingAgents sits at ~92,200 and ZhuLinsen/daily_stock_analysis at ~56,500. Three at once isn't coincidence, it's a cluster. The uncomfortable read: finance leads not...
HKUDS/Vibe-Trading1 sources8 entities
Top 5 · 2026-07-12 · source-backed–
While the capability stories pile up, here's the counterweight. As SWE-bench Verified scores cluster near saturation on July leaderboards, an enhanced analysis (SWE-Bench+, on the AIware 2026 benchmark track) found 60.83% of commonly resolved issues contain solution leakage ri...
AIware 20263 sources21 entities
Security · 2026-07-10 · high–
arXiv 2607.08147 argues the danger is mixing trusted and untrusted content on a page, and agents reintroduce the exact bug class we spent fifteen years fixing by treating natural language on third-party content as instructions. The sharp observation: deriving a task-specific s...
arXiv 2607.081471 sources3 entities
Research · 2026-07-02 · high–
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
Top 5 · 2026-07-11 · high–
For a year the pitch was "one great AI pair programmer." That's over. stablyai/orca, a YC-backed open-source "agent development environment," blew past 12,500 GitHub stars by running Claude Code, Codex, Cursor, Grok, OpenCode, Pi, and 30+ other CLI agents side by side, each in...
stablyai/orca2 sources16 entities
OSS · 2026-07-13 · high▼
TencentDB-Agent-Memory (+581 stars this week) delivers long-term memory through a local semantic pyramid (L0 Conversation → L1 Atom → L2 Scenario → L3 Persona) plus symbolic short-term memory that condenses tool logs into Mermaid symbols, zero external API dependencies (GitHub...
GitHub1 sources14 entities
Tools · 2026-07-10 · source-backed–
The changelog: auto mode is now blocked from tampering with session transcript files, and prompts before running rm -rf on an unresolved shell variable (the classic rm -rf $UNSET/ footgun). Bug fixes include --json-schema silently producing unstructured output on an invalid sc...
The changelog1 sources6 entities
OSS · 2026-07-12 · source-backed–
It rocketed up GitHub trending to ~20,000 stars (per OSSInsight for July 10), automating AI-driven job search and application workflows end to end (OSSInsight). The velocity signals real demand for agentic job-application automation. It's early and this rests on one trending s...
OSSInsight1 sources4 entities
Top 5 · 2026-07-07 · source-backed–
The dominant orchestration shape is now a deterministic script that fans work across many subagents, has independent agents attack a problem from different angles, then has other agents try to refute the findings until answers converge before anything reaches you. Anthropic la...
Source5 sources13 entities
Top 5 · 2026-07-07 · source-backed–
cobusgreyling/loop-engineering hit about 6,400 stars in 27 days. That's roughly 237 stars a day, one of the highest velocities among genuinely new repos right now. Source. The repo packages patterns, starters, and CLI tools for orchestrating coding agents in tight prompt/execu...
Source2 sources17 entities
OSS · 2026-07-10 · high–
sickn33/agentic-awesome-skills (~42,800 stars) packages more than 1,900 skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and others, with curated bundles. That scale arrived days after Cisco open-sourced skill-scanner and shipped it into an IDE extension. No...
sickn33/agentic-awesome-skills1 sources11 entities
Vibe Coding · 2026-07-10 · source-backed–
nocobase (~23,300 stars) explicitly rejects generate-everything-from-scratch, positioning AI as an operator on top of production-proven infrastructure. It's a direct rebuttal to cloudflare/vibesdk and datawhalechina/easy-vibe trending beside it, and it lands the same week Godo...
nocobase1 sources1 entities
OSS · 2026-07-14 · source-backed–
The open-source CapCut alternative reportedly gained around +4,300 stars in a day, pushing toward 68K total, and it's adding AI-assisted editing (GitHub). It's a creator tool, not an agent framework, so it's outside my usual lane. I'm flagging it as a clean data point on how f...
GitHub1 sources7 entities
Top 5 · 2026-07-09 · source-backed–
An essay titled "I Think I Have LLM Burnout" hit 359 points and 307 comments on Hacker News on July 8, one of the highest-engagement AI threads of the week. Developer Alec Scollon's argument is simple and it landed because a lot of people are quietly feeling it: constant AI-as...
"I Think I Have LLM Burnout"4 sources15 entities
Agents · 2026-07-02 · high–
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
Infra · 2026-07-10 · source-backed–
Topping HN at 767 points, Colibri exploits mixture-of-experts structure: only ~40B params activate per token, and only ~11GB of those change between tokens. The dense part (attention, shared experts, embeddings, ~17B params at int4, ~9.9GB) stays resident while 21,504 routed e...
Topping HN at 767 points1 sources7 entities
Models · 2026-07-10 · high–
His July 9 post lays out Luna at $1/$6, Terra at $2.50/$15, Sol at $5/$30 per 1M input/output, and treats general availability as the news rather than the benchmark claims. OpenAI's own announcement claims state-of-the-art across coding, knowledge work, cybersecurity, and scie...
His July 9 post2 sources7 entities
Top 5 · 2026-07-13 · source-backed–
If you run a production MCP server, you have a hard deadline. The 2026-07-28 spec removes the protocol-level session model entirely, and it's a breaking change. The MCP release candidate makes every request carry its own protocol version, client info, and capabilities (Model C...
Model Context Protocol Blog6 sources25 entities
Top 5 · 2026-07-10 · source-backed–
This is the most honest thing published about agents this year, and it's from a SaaS blog, not a research lab. SaaStr has been running 20+ AI agents in production for a year, going from 8 or 9 human salespeople to 1.2 humans plus 20 agents. Then they published a post-mortem on...
a post-mortem on four failures in a single week5 sources21 entities
OSS · 2026-07-12 · source-backed–
A Show HN from July 12 (106 points, 46 comments) that visualizes which files an agent touched and in what order, aimed at making long autonomous runs auditable and debuggable (GitHub). This is the tooling that has to exist as agents edit more of the tree unattended. When an ov...
GitHub1 sources6 entities
Top 5 · 2026-07-10 · source-backed–
Eighteen days. That's how long you have. The 2026-07-28 MCP specification release candidate removes the session concept from the protocol layer entirely. The initialize / initialized handshake is gone. The Mcp-Session-Id header is gone. Protocol version, client identity, and c...
2026-07-28 MCP specification release candidate3 sources23 entities
Top 5 · 2026-07-08 · source-backed–
A GitHub Issue. No code, no credentials, no access. Just a paragraph of English that tells an AI agent to copy your private repo into a public comment. That's GitLost, and it works whether the agent runs on Copilot, Claude, Gemini, or Codex. (Noma Security) Noma Security discl...
(Noma Security)4 sources23 entities
Tools · 2026-07-15 · source-backed–
React to a bug report with a designated emoji to auto-triage it, or set a codebase-change or timer trigger, no prompt required. (Cursor) One caveat that matters: these run unattended, so scope their permissions tight. And for reproducible agent-driven CI, Simon Willison's UV_E...
Cursor2 sources6 entities
Top 5 · 2026-07-09 · source-backed–
Steve Yegge reframed agentic coding this week and I think he's right, which is annoying because it means the thing I just got good at is already the wrong unit of work. In his latest piece, Yegge lays out a six-wave chart of coding agents and plants a flag: 2026 is the year of...
latest piece4 sources18 entities
Top 5 · 2026-07-15 · high–
On July 14, llama.cpp merged native support for Tencent's Hunyuan Hy3 architecture (PR #25395), a 295B-parameter, 21B-active MoE. Any recent master build can load it now. Community GGUF quants (Q2_K, IQ2_M, Q4_K_M) from AngelSlim and others already ship on Hugging Face, and so...
llama.cpp PR #253953 sources21 entities
Top 5 · 2026-07-11 · source-backed–
Most "agents can do real work" claims are demos. This one closed. On July 9, enterprise-agent startup Lyzr closed a $100M Series B at roughly a $500M valuation, and let its own agent, SivaClaw, run the process. The agent fielded questions from 130+ investors, drafted investmen...
closed a $100M Series B3 sources8 entities
Vibe Coding · 2026-07-10 · source-backed–
Abralo drew 29 points on HN targeting a pattern a recent survey pegs at 65% of working engineers running two or more coding agents daily. Single-source, no independent verification of its concurrency or isolation guarantees. backnotprop/orchestrator surfaced the same week with...
Abralo2 sources4 entities
Top 5 · 2026-07-09 · source-backed–
SpaceXAI released Grok 4.5 on July 8, and for once the vendor hype and the third-party numbers point roughly the same direction. Musk called it "roughly comparable to Opus 4.7, but much faster." Priced at $2 per million input tokens and $6 per million output, that's over 60% b...
Grok 4.52 sources22 entities
OSS · 2026-07-15 · high–
The Apache-2.0 visual workspace for building and deploying agentic workflows connects agents to 1,000+ integrations and LLMs, and reports 100K+ builders and a $7M Series A backed by Paul Graham and Perplexity. (Product Hunt) It targets production agents (Slack bots, compliance...
Product Hunt1 sources5 entities
Infra · 2026-07-15 · source-backed–
The 8-years-planned migration landed this weekend via a 735-line, 30-commit change, and notably ended on SQLite instead of the PostgreSQL originally targeted in 2018. The site now runs a 3.8GB content DB plus separate cache, queue, and security databases on a single box, with...
Simon Willison1 sources9 entities
Security · 2026-07-15 · high–
In public preview, Copilot explores the relevant files, proposes a remediation, and re-runs CodeQL to confirm the alert is actually closed, then opens a draft PR for review. (GitHub) This is the closed-loop, self-verifying security agent showing up inside the default dev platf...
GitHub1 sources4 entities
Vibe Coding · 2026-07-15 · high–
SQL owns raycasting, movement, combat, and every RGB terminal pixel. Simon Willison amplified it and separately used Sol's xhigh Codex mode to add strict-table features to sqlite-utils. (Simon Willison) The game is a stunt. The signal is that a single frontier-model run now ho...
Simon Willison1 sources7 entities
Vibe Coding · 2026-07-15 · source-backed–
He argues a project's real shared language isn't English or Python but the common understanding of concepts, boundaries, invariants, and ownership, and that pre-AI friction like reviews and cross-team communication quietly did the work of aligning that. (Simon Willison) His wa...
Simon Willison1 sources4 entities
Research · 2026-07-15 · source-backed–
The July 9 benchmark grades five dimensions (EndResult, InstructionCompliance, Pitfalls, ToolCalls, Pleasantness) pairing formal verification with evidence-linked LLM reviews, and wires into a nightly pipeline to catch regressions across agent versions. Open source. (arXiv) Th...
arXiv1 sources7 entities
Research · 2026-07-15 · high–
The FSE '26 paper argues SWE-bench, SWT-bench, and AgentBench capture narrow synthetic slices, and proposes contamination-aware, trajectory-aware, in-the-wild evaluation using agents' commit signatures to study real vs human contributions over time. (arXiv) Pair this with the...
arXiv1 sources4 entities
Policy · 2026-07-14 · high–
Riffing on Apple's DRI management concept, he argues accountability requires an entity that can actually be held responsible, and a machine cannot (Simon Willison). It's a sharp, quotable counterweight to the "let the agent own it end-to-end" enthusiasm. I keep this one close...
Simon Willison1 sources8 entities
Agents · 2026-07-14 · high–
It gives digital agents a unified, verifiable state that only advances through verifier-backed transitions, which enables checkpointing and targeted failure recovery instead of restarting the whole run when step 40 breaks (arXiv). It lifts Qwen3.5-27B success from 31.6% to 62....
arXiv1 sources3 entities
Agents · 2026-07-14 · source-backed–
Robot Ventures is leading with USV participating, less than three months after a $50M Series A (TechCrunch). Hermes sits at roughly 214K GitHub stars and 40K forks, and Nous now sells a cloud-hosted version across paid tiers from $20 to $200 a month. The signal for builders: o...
TechCrunch1 sources7 entities
Vibe Coding · 2026-07-14 · source-backed–
Willison documented on July 4 that Opus 4.8 and Sonnet 5 can perform worse than older versions when driving bespoke file-edit tools, because they're increasingly trained and optimized for Claude Code's native editor format (Simon Willison). This is a real trap if you're buildi...
Simon Willison1 sources9 entities
Policy · 2026-07-14 · source-backed–
In a July 13 essay, Microsoft's CEO argued companies using closed frontier models pay once in tokens and again by leaking proprietary knowledge, the prompts, tool traces, and especially the corrections, that gets distilled into the provider's institutional know-how (TechCrunch...
TechCrunch1 sources8 entities
Security · 2026-07-14 · source-backed–
Researchers built the largest dynamic-analysis corpus of MCP servers to date, 64,611 unique servers with 37,288-plus runnable, and measured what the scanners actually catch (arXiv). Current MCP security scanners flag 96.89% of servers as risky. Manual validation finds fewer th...
arXiv1 sources6 entities
Research · 2026-07-14 · source-backed–
The trick is strict isolation between an induction stage that distills examples into a schema or rule, and a deduction stage, passing only compressed symbolic information between them (arXiv). That squeeze is the whole mechanism. It improves ARC-AGI-2 best-of-5 accuracy by +14...
arXiv1 sources5 entities
Research · 2026-07-14 · source-backed–
Logistic-regression probes on a coding agent's hidden states can decode whether code will parse and pass tests at AUC up to 0.83, and those internal representations run ahead of the agent's own edits, predicting outcomes as much as 25 steps in advance (arXiv). The authors call...
arXiv1 sources4 entities
Tools · 2026-07-14 · source-backed–
It mounts your repo into a throwaway Apple-silicon Linux VM, restricts outbound traffic to an allow-list, and forwards your SSH agent, so agents can install packages and run code without touching your files, keychain, or host (GitHub). The design choice worth noting: hyperviso...
GitHub1 sources8 entities
Tools · 2026-07-14 · source-backed–
It patches leaks that only bite over time: MCP stdio server stderr accumulating unbounded, LSP documents staying open indefinitely, and pasted images retained in the agent view (Releasebot). On top of that, background agents now commit, push, and open a draft PR on completion...
Releasebot1 sources7 entities
Research · 2026-07-14 · high–
It's a benchmark of 56 contract-defined backend tasks, judged only through black-box HTTP tests against an OpenAPI contract, so there's nowhere to hide (arXiv). GPT-5.5, the best model, succeeds on 55.4% under the base oracle and drops to 28.6% under the final hardened oracle....
arXiv1 sources4 entities
Top 5 · 2026-07-13 · source-backed–
Here's the number that should sit in every "agents will replace engineers" thread: 15.2%. That's the best model. The mean across 15 frontier models is 4.3%. Tencent Hunyuan's Long-Horizon-Terminal-Bench put 15 frontier models against 46 long-horizon terminal tasks across nine...
arXiv:2607.089642 sources11 entities
Security · 2026-07-13 · high–
SkillLogic analyzes eight logical relations (preconditions, constraints, fallbacks) inside agent skill files, and its 86-case SLBench benchmark recorded unsafe execution rates up to 70% across six LLM backbones (arXiv:2607.09016). Worse: 70% of over 5,000 scanned public skills...
arXiv:2607.090161 sources7 entities
Agents · 2026-07-13 · source-backed–
This method retains four categories of reusable context (task specs, data schemas, tool configs, output constraints) while discarding session-specific reasoning, enabling role-based workspace transfer across users (arXiv:2607.09493). It reports 96% completion versus 79% withou...
arXiv:2607.094931 sources1 entities
Research · 2026-07-13 · source-backed–
Test-time training for long-context LLMs is highly sensitive to which spans you train on. Random spans degrade accuracy because most are irrelevant (arXiv:2607.09415). S-TTT has the model first identify relevant evidence passages, then run adaptation only on those, for up to 1...
arXiv:2607.094151 sources11 entities
OSS · 2026-07-13 · high–
Scrapling learns element "signatures" and relocates them when a page's structure changes, avoiding brittle CSS/XPath, and ships an MCP server that extracts targeted content before handing it to the model (GitHub). It handles anti-bot challenges like Cloudflare Turnstile with b...
GitHub1 sources9 entities
Tools · 2026-07-13 · source-backed–
The July 11 pre-release adds Qwen3.5 and Qwen3.5-Next parser/renderer selection, an agent UI, and warnings for outdated agent models, following v0.31.2's flash attention on older 6.x NVIDIA GPUs (Ollama Releases). The agent UI is the signal: Ollama is moving beyond a local mod...
Ollama Releases1 sources8 entities
Research · 2026-07-13 · high–
It routes each agent's action decisions and temporal constraints to a lightweight digital-twin server running a training-free rule-based orchestrator, with a constrained POMDP optimized by PPO-Lagrangian (arXiv:2607.09330). Task success comparable to conventional coordination,...
arXiv:2607.093301 sources7 entities
Research · 2026-07-13 · source-backed–
KronQ folds gradient covariance into the pipeline, using bidirectional incoherence processing and a Hessian-trace sensitivity metric for mixed-precision allocation (arXiv:2607.07964, COLM 2026). At aggressive 2-bit weight-only quantization it reaches 7.93 WikiText-2 perplexity...
arXiv:2607.079641 sources7 entities
Agents · 2026-07-13 · source-backed–
This paper introduces Hierarchic Social Entropy to measure behavioral differentiation among models and finds strong diminishing returns: a curated subset under ten agents recovers most available diversity (arXiv:2607.09197). It also found KNN routers gain accuracy with special...
arXiv:2607.091971 sources3 entities
Vibe Coding · 2026-07-13 · source-backed–
bradautomates/claude-video (v0.2.0, July 1) lets agents download, frame-extract, and transcribe any video via yt-dlp, ffmpeg, and Whisper, then hand it to Claude's multimodal Read (GitHub). It ships as an Agent Skill usable across 50+ agents: Claude Code, Codex, Cursor, Gemini...
GitHub1 sources14 entities
Tools · 2026-07-13 · high–
The v2.1.205 release turned /doctor into a full setup audit that flags unused skills, MCP, and plugins against their context cost, deduplicates local vs checked-in CLAUDE.md, and flags slow hooks (Releasebot). A typical 5-server, 58-tool MCP setup burns ~55k tokens before your...
Releasebot1 sources4 entities
The Ramsay Research Report
The day’s top stories, long-form, with sources and a take. No noise, unsubscribe anytime.