{"id":2180,"date":"2026-07-09T00:00:00","date_gmt":"2026-07-09T00:00:00","guid":{"rendered":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/"},"modified":"2026-07-11T10:59:11","modified_gmt":"2026-07-11T10:59:11","slug":"triage-is-the-product","status":"publish","type":"post","link":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/","title":{"rendered":"The triage is the product: working AI brokers towards Ethereum&#8217;s protocol code"},"content":{"rendered":"<p><br \/>\n<br \/><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\" \/><\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">Notes from the Ethereum Basis&#8217;s Protocol Safety crew on working coordinated AI brokers towards actual protocol code, together with how we arrange the work, what holds up underneath scrutiny, and what shopper groups and safety researchers can take from it. This submit stands by itself; later posts will go deeper on particular person shoppers.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"what-weve-been-running-and-what-surprised-us\" data-group=\"true\">What we have been working, and what stunned us<\/h2>\n<p class=\"chakra-text css-gi02ar\">On the Ethereum Basis&#8217;s Protocol Safety crew, we have been working coordinated AI brokers towards the sorts of methods the community will depend on, like methods software program, cryptographic code, and contracts that should be proper. The brokers discovered actual bugs. One is now public: a remotely-triggerable panic in libp2p&#8217;s gossipsub, a core a part of the peer-to-peer layer Ethereum consensus shoppers run on, fastened and disclosed as CVE-2026-34219 with credit score to the crew.<\/p>\n<p class=\"chakra-text css-gi02ar\">Brokers discovering bugs wasn&#8217;t the shock. The shock was how little of the work went into discovering them, and the way a lot went into telling the true bugs from those that simply seemed actual.<\/p>\n<p class=\"chakra-text css-gi02ar\">This submit is for shopper groups and safety researchers who wish to do the identical factor. It covers how we arrange the brokers, the bar a candidate has to clear earlier than it counts as a discovering, and the habits that hold the outcomes reliable.<\/p>\n<p class=\"chakra-text css-gi02ar\">Groups elsewhere are converging on the identical recipe. Anthropic&#8217;s Frontier Pink Crew constructed an agent that writes property-based exams and located actual bugs throughout the Python ecosystem. Cloudflare ran a frontier mannequin by way of a security-research harness towards their very own methods. Everybody lands on the identical loop: level a succesful mannequin at a codebase, let it search, and triage what comes again. So the true query is how to do that with out drowning in confident-sounding noise.<\/p>\n<p class=\"chakra-text css-gi02ar\">One caveat up entrance: tooling for agent-driven audits strikes quick, and any particular setup is old-fashioned in just a few weeks. So this submit is intentionally in regards to the strategies, that are persistent, quite than the tooling. Disclosure is its personal matter and can most likely be its personal submit.<\/p>\n<p class=\"chakra-text css-gi02ar\">An agent pointed at a codebase is a search software, rather a lot like a fuzzer. The distinction is what comes again. A fuzzer arms you a crash and a stack hint. An agent arms you much more, together with a write-up (name chain, impression declare, prompt severity) and the artifacts to again it, like a proof-of-concept you may run towards the true code.<\/p>\n<p class=\"chakra-text css-gi02ar\">All of that makes the end result simple to learn and simple to belief, the working proof-of-concept most of all. So do not depend what number of candidates an agent produces. Depend what number of grow to be actual.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"how-the-work-is-organized\" data-group=\"true\">How the work is organized<\/h2>\n<p class=\"chakra-text css-gi02ar\">We run many brokers in parallel towards one goal. They coordinate by way of the repository itself, with shared state in model management and no central course of handing out work. An agent writes down a declare the place the others can see it, does the work, and commits.<\/p>\n<p class=\"chakra-text css-gi02ar\">We bought this strategy from Anthropic&#8217;s writeup on constructing a C compiler with a fleet of brokers, which coordinates the identical means. There is no central coordinator to construct or preserve, and fewer that may go incorrect.<\/p>\n<p class=\"chakra-text css-gi02ar\">The roles are generated by the work that is found:<\/p>\n<p>Recon turns an assault floor into concrete, testable hypotheses. Not &#8220;audit the decoder&#8221; however &#8220;this subject is trusted previous this level; this is the property it ought to hold, the way in which it would break, and the proof that will settle it.&#8221;Looking takes one speculation, traces the code path, and tries to construct a reproducer.Hole-filling seems to be at what was accepted and what was rejected, writes the subsequent batch of hypotheses, and tracks protection so the brokers do not hold going over the identical floor.Validation re-checks every candidate independently, removes duplicates, and decides.<\/p>\n<p class=\"chakra-text css-gi02ar\">We did not invent this pipeline. Cloudflare describes the identical phases, recon, parallel looking, unbiased validation, deduplication, reporting, and their writeup helped form ours.<\/p>\n<p class=\"chakra-text css-gi02ar\">This is what a candidate seems to be like earlier than it counts as a discovering:<\/p>\n<div class=\"chakra-stack css-1jx0in4\"><span>goal:      part and entry level an attacker can really attain<br \/>\n<\/span>invariant:   the property that should maintain<br \/>\n<span>mechanism:   the precise means it is likely to be made to <\/span><span class=\"token\" style=\"color:rgb(255, 203, 139)\">break<\/span><span><br \/>\n<\/span>success:     observable proof: a panic, a stall, an accepted-invalid enter<br \/>\nreproducer:  a self-contained artifact that runs towards the true code<br \/>\ndedup:       a key, so two brokers do not chase the identical factor\n<\/div>\n<p class=\"chakra-text css-gi02ar\">The schema is there for a motive. It forces a selected, testable declare and a transparent definition of achieved. An agent that has to jot down down an observable proof cannot fall again on &#8220;this seems to be dangerous.&#8221;<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"reproducible-or-it-didnt-happen\" data-group=\"true\">Reproducible or it did not occur<\/h2>\n<p class=\"chakra-text css-gi02ar\">One rule issues greater than another. A candidate is not a discovering till there is a self-contained artifact that reproduces the failure towards the true code, and that runs for somebody who did not write it.<\/p>\n<p class=\"chakra-text css-gi02ar\">The reproducer does not learn the write-up, and it does not care how assured the mannequin sounded. It both runs or it does not.<\/p>\n<p class=\"chakra-text css-gi02ar\">Most of its worth is within the false positives it catches. Three of them come up again and again, and every one is the agent getting a cross for the incorrect motive:<\/p>\n<p>A panic that solely occurs in a debug construct. Compile and run it the way in which the software program really ships, and the worth simply wraps round. Nothing crashes. It seems to be like a crash, but it surely is not one.A reproducer that builds some inside worth by hand, one no actual enter may ever produce, as a result of each path an attacker controls rejects it earlier. The bug solely &#8220;reproduces&#8221; towards a operate that nothing reachable calls that means.In formal-verification work, a proof that goes by way of however doesn&#8217;t suggest what you wished. The assertion is trivially true no matter what the code does, or it is weaker than the property you meant to seize. The verifier is glad, however the theorem does not constrain the habits you really cared about.<\/p>\n<p class=\"chakra-text css-gi02ar\">None of that is new. It is the identical factor as a take a look at that passes as a result of it does not really test something. What&#8217;s new is the amount. An agent writes the ineffective model as quick as the true one, and simply as confidently. So the test must be automated. You possibly can&#8217;t depend on the agent to catch itself.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"signal-to-noise-is-most-of-the-work\" data-group=\"true\">Sign-to-noise is a lot of the work<\/h2>\n<p class=\"chakra-text css-gi02ar\">Most candidates are incorrect, duplicate, or out of scope. That is not an issue with the strategy; that is the way it works. The aim is to reject the incorrect ones quick and again the true ones with proof that is arduous to argue with.<\/p>\n<p class=\"chakra-text css-gi02ar\">Each candidate that survives will get two unbiased checks. Can an actual attacker really attain it in a traditional configuration? And what does it price the attacker to tug off, in comparison with what it prices the community if it really works? A bug that any single peer can set off could be very completely different from one which wants particular entry or an enormous quantity of sources.<\/p>\n<p class=\"chakra-text css-gi02ar\">Every little thing will get checked towards a working checklist of what is already identified, fastened, or rejected. With out that, the brokers hold rediscovering the identical closed concern and reporting it repeatedly.<\/p>\n<p class=\"chakra-text css-gi02ar\">Acceptance charges differ rather a lot from goal to focus on, and that variation is helpful by itself. Run this towards mature, closely audited code and virtually nothing survives, which continues to be value figuring out. &#8220;We seemed arduous and located nothing&#8221; is an actual end result. Run it towards less-explored code, or towards formally verified code, the place a machine-checked proof covers a mannequin and the deployed bytecode is just assumed to match it, and extra will get by way of.<\/p>\n<p class=\"chakra-text css-gi02ar\">We&#8217;re not the one ones who discovered that the triage is the arduous half. Cloudflare&#8217;s principal takeaway was {that a} slender scope beats broad scanning. Anthropic&#8217;s property-based-testing agent generated one thing like a thousand candidate reviews, then used rating and knowledgeable assessment to get right down to a high tier that held up about 86 % of the time. The technology was the simple half. I am not going to publish our personal numbers right here; tied to a selected goal, they&#8217;d say extra in regards to the goal than in regards to the methodology.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"what-the-agents-are-good-at-and-where-they-mislead\" data-group=\"true\">What the brokers are good at, and the place they mislead<\/h2>\n<p class=\"chakra-text css-gi02ar\">There&#8217;s hype in each instructions, so this is a plain checklist of what the brokers do nicely and the place they mislead.<\/p>\n<div class=\"css-ylxp7t\">Good atMisleading atReading the spec and the code togetherCall chains that look reachable however aren&#8217;tStating and checking an actual invariantGaming the success test (a cross for the incorrect motive).Drafting a reproducer from a one-line ideaInflating severity to match how dramatic the write-up soundsSuggesting a root trigger earlier than you have lookedBugs that span a sequence of legitimate steps<\/div>\n<p class=\"chakra-text css-gi02ar\">The cut up is not even regular from one job to the subsequent. Stanislav Fort, testing a variety of fashions on actual vulnerabilities, calls this a jagged frontier, or a mannequin that recovers a full exploit chain on one codebase can fail primary data-flow tracing on one other. You possibly can&#8217;t assume one good end result means the subsequent will maintain up, which is one more reason each candidate will get checked by itself.<\/p>\n<p class=\"chakra-text css-gi02ar\">The final row is the essential one. A single agent session is sweet at one-shot reasoning and unhealthy at bugs that span a sequence of steps, the place every step is legitimate and solely the order is incorrect. For these, the agent is not the search software. Its job is to counsel which sequences are value working by way of a stateful take a look at harness. Used that means, it really works nicely. Used as a alternative for the harness, it misses the most costly bugs there are, those that solely present up throughout a sequence.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"keeping-it-honest\" data-group=\"true\">Protecting it sincere<\/h2>\n<p class=\"chakra-text css-gi02ar\">A couple of habits do a lot of the work of constructing agent findings reliable, and none of them are sophisticated.<\/p>\n<p>Provenance on each artifact: what produced it, with what context, towards which revision. A discovering ought to be one thing you may re-run months later.Determinism the place it counts: one setting, one solution to construct and run, so &#8220;reproduces&#8221; means the identical factor on each machine, not simply the one the place it was discovered.Norms, not scripts: inform brokers what issues, the invariants and the bar for an actual discovering, as a substitute of a numbered process. Over-scripted brokers break the identical means over-specified exams do, they hold following the steps after the steps cease making sense. A research of repository context recordsdata discovered the identical factor: the additional necessities lowered job success and raised price by over 20%, and the authors advocate conserving context to the minimal necessities.An individual makes the ultimate name: brokers counsel. They do not resolve what&#8217;s actual, what&#8217;s a replica of a identified concern, or what will get disclosed and when.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"the-bottleneck-moved\" data-group=\"true\">The bottleneck moved<\/h2>\n<p class=\"chakra-text css-gi02ar\">AI did not substitute the safety researcher. It moved the work. The time that used to enter arising with and chasing down hypotheses now goes into judging them at scale, together with constructing the oracle, working the triage, conserving the checklist of identified points, and dealing with disclosure.<\/p>\n<p class=\"chakra-text css-gi02ar\">The bottleneck did not go away. It moved from discovering bugs to trusting the outcomes, which is a greater place for it, as a result of that is the place human judgment really issues. Nevertheless it&#8217;s nonetheless a bottleneck, and ignoring that&#8217;s how you find yourself delivery a incorrect &#8220;it is high-quality.&#8221;<\/p>\n<p class=\"chakra-text css-gi02ar\">The practices that make this work aren&#8217;t new. Reproducible failures, actual oracles, and cautious triage are the identical practices that turned fuzzing from a analysis matter into customary observe over the past fifteen years. The instruments are new. The practices aren&#8217;t.<\/p>\n<p class=\"chakra-text css-gi02ar\">How briskly the instruments hold altering is an open query. Nicholas Carlini, cautious and as soon as a skeptic himself, argues the exponential case is value taking significantly, even whereas he retains vast error bars on it. If the technology facet climbs that quick, the judgment facet has to climb with it, or the hole between what will get produced and what really will get verified solely widens.<\/p>\n<p class=\"chakra-text css-gi02ar\">For the methods Ethereum will depend on, that is the half that issues. Brokers allow us to cowl much more floor than we may by hand. In trade, they ask for extra cautious judgment, throughout a a lot larger pile of confident-sounding claims. That is a commerce value making, so long as you keep in mind that the judgment is the true product.<\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2026\/07\/09\/triage-is-the-product\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Notes from the Ethereum Basis&#8217;s Protocol Safety crew on working coordinated AI brokers towards actual protocol code, together with how we arrange the work, what holds up underneath scrutiny, and what shopper groups and safety researchers can take from it. This submit stands by itself; later posts will go deeper on particular person shoppers. What [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2182,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg","fifu_image_alt":"","jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_override_bookmark_settings":[],"jnews_social_meta":[],"jnews_override_counter":[],"footnotes":""},"categories":[12],"tags":[210,362,2693,696,342,845,2692],"class_list":["post-2180","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-decentralized-technology","tag-agents","tag-code","tag-ethereums","tag-product","tag-protocol","tag-running","tag-triage"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The triage is the product: working AI brokers towards Ethereum&#039;s protocol code - Future News 24<\/title>\n<meta name=\"description\" content=\"*Notes from the Ethereum Foundation&#x27;s Protocol Security team on running coordinated AI agents against real protocol code, including how we organize the work,...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The triage is the product: working AI brokers towards Ethereum&#039;s protocol code - Future News 24\" \/>\n<meta property=\"og:description\" content=\"*Notes from the Ethereum Foundation&#x27;s Protocol Security team on running coordinated AI agents against real protocol code, including how we organize the work,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/\" \/>\n<meta property=\"og:site_name\" content=\"Future News 24\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-09T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-11T10:59:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\" \/>\n<meta name=\"author\" content=\"Future News 24\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Future News 24\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/\"},\"author\":{\"name\":\"Future News 24\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\"},\"headline\":\"The triage is the product: working AI brokers towards Ethereum&#8217;s protocol code\",\"datePublished\":\"2026-07-09T00:00:00+00:00\",\"dateModified\":\"2026-07-11T10:59:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/\"},\"wordCount\":2179,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/storage.googleapis.com\\\/ethereum-hackmd\\\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\",\"keywords\":[\"Agents\",\"Code\",\"Ethereums\",\"Product\",\"Protocol\",\"running\",\"triage\"],\"articleSection\":[\"Decentralized Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/\",\"name\":\"The triage is the product: working AI brokers towards Ethereum's protocol code - Future News 24\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/storage.googleapis.com\\\/ethereum-hackmd\\\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\",\"datePublished\":\"2026-07-09T00:00:00+00:00\",\"dateModified\":\"2026-07-11T10:59:11+00:00\",\"description\":\"*Notes from the Ethereum Foundation&#x27;s Protocol Security team on running coordinated AI agents against real protocol code, including how we organize the work,...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#primaryimage\",\"url\":\"https:\\\/\\\/storage.googleapis.com\\\/ethereum-hackmd\\\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\",\"contentUrl\":\"https:\\\/\\\/storage.googleapis.com\\\/ethereum-hackmd\\\/upload_1308f6baa08e4ef93223642f77ca329f.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/09\\\/triage-is-the-product\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/futurenews24.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The triage is the product: working AI brokers towards Ethereum&#8217;s protocol code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"name\":\"Future News 24\",\"description\":\"The Smart Hub for AI and Next-Gen Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/futurenews24.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\",\"name\":\"Future News 24\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"contentUrl\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"width\":250,\"height\":250,\"caption\":\"Future News 24\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\",\"name\":\"Future News 24\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"caption\":\"Future News 24\"},\"sameAs\":[\"https:\\\/\\\/futurenews24.com\"],\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/author\\\/mridulpahuja20\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The triage is the product: working AI brokers towards Ethereum's protocol code - Future News 24","description":"*Notes from the Ethereum Foundation&#x27;s Protocol Security team on running coordinated AI agents against real protocol code, including how we organize the work,...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/","og_locale":"en_US","og_type":"article","og_title":"The triage is the product: working AI brokers towards Ethereum's protocol code - Future News 24","og_description":"*Notes from the Ethereum Foundation&#x27;s Protocol Security team on running coordinated AI agents against real protocol code, including how we organize the work,...","og_url":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/","og_site_name":"Future News 24","article_published_time":"2026-07-09T00:00:00+00:00","article_modified_time":"2026-07-11T10:59:11+00:00","og_image":[{"url":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg","type":"","width":"","height":""}],"author":"Future News 24","twitter_card":"summary_large_image","twitter_image":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg","twitter_misc":{"Written by":"Future News 24","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#article","isPartOf":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/"},"author":{"name":"Future News 24","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83"},"headline":"The triage is the product: working AI brokers towards Ethereum&#8217;s protocol code","datePublished":"2026-07-09T00:00:00+00:00","dateModified":"2026-07-11T10:59:11+00:00","mainEntityOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/"},"wordCount":2179,"commentCount":0,"publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg","keywords":["Agents","Code","Ethereums","Product","Protocol","running","triage"],"articleSection":["Decentralized Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/","url":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/","name":"The triage is the product: working AI brokers towards Ethereum's protocol code - Future News 24","isPartOf":{"@id":"https:\/\/futurenews24.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#primaryimage"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg","datePublished":"2026-07-09T00:00:00+00:00","dateModified":"2026-07-11T10:59:11+00:00","description":"*Notes from the Ethereum Foundation&#x27;s Protocol Security team on running coordinated AI agents against real protocol code, including how we organize the work,...","breadcrumb":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#primaryimage","url":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg","contentUrl":"https:\/\/storage.googleapis.com\/ethereum-hackmd\/upload_1308f6baa08e4ef93223642f77ca329f.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/09\/triage-is-the-product\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/futurenews24.com\/"},{"@type":"ListItem","position":2,"name":"The triage is the product: working AI brokers towards Ethereum&#8217;s protocol code"}]},{"@type":"WebSite","@id":"https:\/\/futurenews24.com\/#website","url":"https:\/\/futurenews24.com\/","name":"Future News 24","description":"The Smart Hub for AI and Next-Gen Innovation","publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/futurenews24.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/futurenews24.com\/#organization","name":"Future News 24","url":"https:\/\/futurenews24.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/","url":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","contentUrl":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","width":250,"height":250,"caption":"Future News 24"},"image":{"@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83","name":"Future News 24","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","caption":"Future News 24"},"sameAs":["https:\/\/futurenews24.com"],"url":"https:\/\/futurenews24.com\/index.php\/author\/mridulpahuja20\/"}]}},"_links":{"self":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/2180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/comments?post=2180"}],"version-history":[{"count":1,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/2180\/revisions"}],"predecessor-version":[{"id":2181,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/2180\/revisions\/2181"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media\/2182"}],"wp:attachment":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media?parent=2180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/categories?post=2180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/tags?post=2180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}