◆ Dispatch 055 · 2026-06-18 Braixd
Agent search, GitHub malware, and silicon constraints
“The attacker shifts strategy based on platform behavior, revealing how supply-chain attacks evolve as defenses tighten.”
— Seln Oriax, today's narration
On today's Braixd: a new open standard gives AI agents their own discovery layer; an automated malware campaign adapts to GitHub's defenses in real time; Tim Cook signals component scarcity from the AI buildout; and Emacs 31 ships tree-sitter automation that might finally end grammar setup.
Sources:
- Intel gains 7% after Trump says company will partner with Apple on U.S. chip design — CNBC, Kai Nicol-Schwarz
- AI agents are getting their own search engine — ZDNET, David Gewirtz
- How I found 10,000 GitHub repositories distributing Trojan malware — Orchid Files
- Emacs 31 Is Around the Corner: The Changes I'm Already Daily Driving — Rahul Juliato
- Apple CEO warns price rises 'unavoidable' amid AI boom — Al Jazeera
- @emollick on Google's AI apps and model capability — X, Ethan Mollick
Chapters
- 00:00:04 Agent discovery layer
- 00:02:25 GitHub malware campaign
- 00:05:17 Intel-Apple chip deal
- 00:07:18 Silicon constraints
- 00:09:10 Emacs 31 preview
Sources
10 cited-
1
How I found 10,000 GitHub repositories distributing Trojan malware
Article Orchid — Independent security researcher publishing via Orchid Files
"I found a service called gharchive, which lets you download all GitHub events for any given day. So we need to download the event archives for the last few days, filter them to include only commit push events, and iden…
orchidfiles.com/github-repositories-distrib… →Details
- Cited text
"I found a service called gharchive, which lets you download all GitHub events for any given day. So we need to download the event archives for the last few days, filter them to include only commit push events, and identify the repositories that are updated between 2 and 10 times every 10 hours."
- Context
- The attacker adapts their strategy based on platform behavior — cloning new repos because old ones get flagged, deleting and pushing commits to bypass automated detection. It shows how supply-chain attacks evolve in response to defense mechanisms.
- Key points
- The attacker clones new repositories and overwrites commits every few hours to inject a zip archive link into the README
- The zip contains 4 files: Application.cmd, loader.exe/luajit.exe, random_name.cso/txt, and lua51.dll
- VirusTotal reports 0 hits for the archive link but detects a Trojan in the zip itself
- GitHub eventually removed the repos after the researcher's manual investigation took months
- Provenance
- Article · Supporting source
-
2
Emacs 31 Is Around the Corner: The Changes I'm Already Daily Driving
Article Rahul Juliato — Creator of Emacs Solo, a no-external-packages configuration; co-author of markdown-ts-mode with Karthik Chikmagalur
"In Emacs 31 the grammar sources for languages like TypeScript, TSX, Rust, TOML, YAML and Dockerfile live inside the modes themselves, so I've got a trail of ;; EMACS-31 this is now defined on mode code comments marking…
www.rahuljuliato.com/posts/emacs-31-around-… →Details
- Cited text
"In Emacs 31 the grammar sources for languages like TypeScript, TSX, Rust, TOML, YAML and Dockerfile live inside the modes themselves, so I've got a trail of ;; EMACS-31 this is now defined on mode code comments marking every block I get to delete once 31 ships."
- Context
- The tree-sitter automation in Emacs 31 is a concrete example of the kind of infrastructure simplification that happens when the core team stops fighting language grammars and starts treating them as first-class citizens.
- Key points
- treesit-auto-install-grammar now lets core Emacs fetch and build grammars instead of manual setup
- markdown-ts-mode ships built-in with live colored code blocks, inline image viewing, and Org-like navigation
- Eglot can render LSP documentation using markdown-ts internally
- Completion machinery got eager display, in-buffer icomplete with prefix indicators, and eldoc at point
- Provenance
- Article · Supporting source
-
3
Apple CEO warns price rises 'unavoidable' amid AI boom
Article Al Jazeera
"The increase of AI data centres has made supply for key electronic device components dwindle, driving up prices."
www.aljazeera.com/news/2026/6/18/apple-ceo-… →Details
- Cited text
"The increase of AI data centres has made supply for key electronic device components dwindle, driving up prices."
- Context
- Cook isn't making an excuse — he's pointing at a real constraint. If you work in hardware or procurement, this is the signal: the AI buildout is pulling component supply away from consumer electronics.
- Key points
- Tim Cook says the increase in AI data centers has made supply for key electronic device components dwindle, driving up prices
- Cook frames it as 'unavoidable' — a direct acknowledgment that AI infrastructure demand is competing with consumer electronics for physical resources
- Provenance
- Article · Supporting source
-
4
AI agents are getting their own search engine
Article David Gewirtz — ZDNET senior writer covering enterprise technology and AI infrastructure
"AI is only as capable as its wiring allows." — Ramanathan Guha, Microsoft technical fellow
www.zdnet.com/article/ai-agents-are-getting… →Details
- Cited text
"AI is only as capable as its wiring allows." — Ramanathan Guha, Microsoft technical fellow
- Context
- If agents can discover and verify tools across domains at runtime, it changes how you build agentic systems — but the domain-anchored trust model creates a high-leverage target for attackers who want to hijack agent behavior.
- Key points
- Microsoft, Google, GoDaddy, Hugging Face, NVIDIA, Salesforce, ServiceNow, Databricks, Snowflake, GitHub, and Cisco are backing ARD (Agentic Resource Discovery), an open specification for publishing, discovering, and verifying AI capabilities
- ARP uses catalogs (ai-catalog.json files on organizations' domains) and registries that crawl those catalogs to index and return matching capabilities with metadata
- Microsoft's Ramanathan Guha describes it as 'the layer that helps the client choose the capability and then gets out of the way'
- OpenAI and Anthropic are notably absent from the partner list
- Provenance
- Article · Supporting source
-
5
Intel gains 7% after Trump says company will partner with Apple on U.S. chip design
Article Kai Nicol-Schwarz — CNBC technology reporter covering semiconductor markets
"Apple has agreed to work with Intel to design and build its Chips in America." — Trump, Truth Social post
www.cnbc.com/2026/06/18/trump-intel-apple-c… →Details
- Cited text
"Apple has agreed to work with Intel to design and build its Chips in America." — Trump, Truth Social post
- Context
- The stock moved 7% on a social media post from the president, with no independent confirmation. It's a case study in how political signals still move semiconductor markets, even as the companies involved stay quiet.
- Key points
- Trump announced via Truth Social that Intel and Apple will partner to design and build chips in the U.S.
- Intel's stock rose 7% on the announcement, continuing a 464% rally over the past year
- The deal is cited alongside Nvidia building 'first level Chips' with Intel and Elon Musk's TerraFab project
- CNBC reached out to Intel, Apple, and the White House for comment — no response as of publication
- Provenance
- Article · Supporting source
-
6
Ethan Mollick on Google's AI apps and model capability
X emollick (Ethan Mollick) — Wharton professor studying AI in education, regular voice on model capability trends
"Its also a shame because Google has some of the most innovative AI apps, like NotebookLM, but they need smarter brains to power them (as well as the harnesses needed for those brains)"
x.com/emollick/status/2067620594221298007 →Details
- Cited text
"Its also a shame because Google has some of the most innovative AI apps, like NotebookLM, but they need smarter brains to power them (as well as the harnesses needed for those brains)"
- Context
- Mollick is naming something that doesn't get enough attention — the gap between application-layer innovation and model capacity. You can build a beautiful agent harness, but it hits a wall if the underlying model can't follow complex multi-step instructions.
- Key points
- Google has innovative AI apps like NotebookLM
- Google needs smarter brains to power them
- Harnesses for those brains are equally important
- Engagement
- 17 likes · 2 retweets · 3 replies
- Provenance
- Tweet · Primary source
-
7
Sound Waves Give Neuromorphic Chips a Brain-Simulating Edge
Article Charles Q. Choi — IEEE Spectrum science reporter covering hardware and materials innovation
This is exactly the kind of hardware research that lives in the archive feed for months before anyone notices. The acoustic approach sidesteps the wiring complexity problem that has capped neuromorphic progress — instea…
spectrum.ieee.org/neuromorphic-computing-ac… →Details
- Context
- This is exactly the kind of hardware research that lives in the archive feed for months before anyone notices. The acoustic approach sidesteps the wiring complexity problem that has capped neuromorphic progress — instead of stacking dozens of electronic synapses to mimic a single neuron's connectivity, sound waves carry multiple phi-bits simultaneously through one physical medium. It's a different class of energy efficiency, not an incremental improvement on CMOS paths.
- Key points
- Acoustic synapses use phase bits (phi-bits) to encode multiple variables in sound wave phase
- Device achieved 96.7% accuracy on iris classification using only 39 parameters, reaching peak 20% faster than MLPs
- Consumes at most one-tenth the power of current state-of-the-art electronic neuromorphic hardware
- Can mimic neuromodulators (dopamine/serotonin effects) by adding extra rods, enabling contextual adaptation within one circuit
- Published in Science Advances on June 12 by Xiaodong Yan's team at University of Arizona
- Provenance
- Article · Supporting source
-
8
Godfather of AI blasts Musk's xAI as 'failure,' says labs are risking a 'big bubble explosion'
Article Arjun Kharpal — CNBC technology reporter covering enterprise and cloud infrastructure
The incentive geometry here matters more than the call. LeCun isn't a neutral observer — his own company AMI Labs just raised $1B pursuing world models, which is exactly what he says LLM-based agents can't deliver at sc…
www.cnbc.com/2026/06/18/yann-lecun-elon-mus… →Details
- Context
- The incentive geometry here matters more than the call. LeCun isn't a neutral observer — his own company AMI Labs just raised $1B pursuing world models, which is exactly what he says LLM-based agents can't deliver at scale. The criticism of xAI's founding team departure is real (verified by multiple departures), but so is the framing choice. Still, the infrastructure detail is useful: xAI's Colossus data centers are already running as rental capacity for Anthropic and Google, which makes LeCun's point about Musk monetizing hardware even if the model lab doesn't compete at frontier.
- Key points
- LeCun called xAI a 'failure' because the founding team departed, making it hard for Musk to hire top AI talent
- SpaceX's AI segment (including xAI) posted $2.5 billion in operational losses in Q1 2026; SpaceX merged with xAI at $1.25T valuation in February
- LeCun noted xAI rents Colossus data center capacity to Google and Anthropic because 'that's the only way he can recoup the cost'
- AMI Labs raised $1 billion in March at a $3.5B pre-money valuation; LeCun advocates for world models over LLMs for agentic systems
- LeCun warned: labs will have to increase prices, cut costs, or face 'a big bubble explosion'
- Provenance
- Article · Supporting source
-
9
EU set to unveil preliminary findings that AWS and Azure likely meet DMA criteria
Source Techmeme curation pulling Bloomberg reporting
DMA designation isn't just another fine — it changes what AWS and Azure can do in their own market. They'll be restricted from preferential self-routing, must provide interoperability hooks, and face data portability ma…
www.techmeme.com/260618/p27 →Details
- Context
- DMA designation isn't just another fine — it changes what AWS and Azure can do in their own market. They'll be restricted from preferential self-routing, must provide interoperability hooks, and face data portability mandates. For the AI layer sitting on top of cloud, this means the infrastructure contracts that underpin model deployment are about to get a compliance surface that didn't exist six months ago.
- Key points
- EU expected to formally flag AWS and Azure as meeting Digital Markets Act gatekeeper criteria next week
- This triggers a distinct regulatory track with specific compliance obligations that differ from general competition law
- Both providers have built their AI infrastructure bets on the assumption of unfettered EU cloud procurement
- Provenance
- Source · Background source
-
10
Adobe's redesigned AI studio remembers what your creations look like
Article Jess Weatherbed — The Verge AI editor covering Creative Cloud and design tooling
The persistent context detail is the real signal here. Creative tools have been generation-first for three years — point at an image and ask Firefly to make something similar. The shift toward memory, reuse, and project…
www.theverge.com/tech/952104/adobe-firefly-… →Details
- Context
- The persistent context detail is the real signal here. Creative tools have been generation-first for three years — point at an image and ask Firefly to make something similar. The shift toward memory, reuse, and project-level organization changes the product from a generator into an archive with synthesis capabilities. That's how tooling matures: not by adding more generation modes but by remembering what you've already done and letting you build on it without retyping prompts.
- Key points
- Firefly AI studio now in private beta with 'persistent context' — characters, locations, objects can be saved as reusable Elements
- Projects feature houses assets, generations, and creative context together; launches from wherever you left off
- New brand kit generation (logos, color palettes from company name/description) and storyboard capabilities
- Forest Key (VP of agentic AI for creativity/productivity) says Firefly aims to be a 'co-working partner,' not a replacement tool
- Generative video: transform image storyboards into short-form video content within the same interface
- Provenance
- Article · Supporting source
Agent discovery layer
00:00:04 Microsoft and Google just announced something unlikely to make it onto your radar for months — Agentic Resource Discovery. It's an open specification for publishing, discovering, and verifying AI capabilities across the web. The backing reads like a stack summit: GoDaddy, Hugging Face, NVIDIA, Salesforce, ServiceNow, Databricks, Snowflake, GitHub, and Cisco.
00:00:29 The short version is simple. Right now, building an agent that uses tools from different providers means wiring everything up manually. Every agent is stuck with whatever has been explicitly connected to it. Microsoft's Ramanathan Guha put it plainly — AI is only as capable as its wiring allows.
00:00:51 ARD aims to fix that by giving agents their own search engine. Organizations host an ai-catalog.json file at a published path on their domain. Registries crawl those catalogs, index the contents, and return matching capabilities with metadata for verification. You can think of it like a DNS layer for agent tooling.
00:01:13 There are three reference implementations already in progress — GitHub's Agent Finder, Hugging Face's Discover Tool, and Google's Agent Registry, which will be native to Gemini Enterprise soon. What caught me about this isn't the capability expansion. It's what happens when agents start discovering tools at runtime on domains they didn't pick for themselves.
00:01:39 Domain ownership becomes the cryptographic trust anchor — if Microsoft.com hosts a catalog, you assume it's been vetted by Microsoft. But that also makes every domain hosting an ARD catalog a high-leverage target. If an attacker compromises a company's deployment pipeline or DNS, they can redirect agents to catalogs with fake capabilities.
00:02:04 The spec includes publisher metadata and trust manifests, which helps. The fundamental question is whether domain-anchored trust scales better than what we already have. We've been doing manual allowlists for years because it's easier to audit five services than a thousand auto-discovered ones.
GitHub malware campaign
00:02:25 That tension between discovery and compromise plays out on GitHub right now. A researcher publishing via Orchid Files just documented finding 10,000 repositories distributing Trojan malware — and what that campaign reveals about automated attacks adapting to platform defenses in real time.
00:02:46 The attacker's approach is specific enough to follow. They clone new repositories with different names and contributors, then overwrite commits every few hours to inject a link to a zip archive into the README. The archive contains four files: Application.cmd or Launcher.cmd, loader.exe or luajit.exe, a file with a random name (.cso or .txt), and lua51.dll.
00:03:11 When you submit just the archive link to VirusTotal, it finds zero hits. Submit the zip itself and it detects a Trojan. The attacker also copies the full commit history from legitimate repos — preserving contributors and timestamps — so the cloned repo looks established rather than brand-new.
00:03:32 The discovery process reveals exactly how to reverse-engineer an automated campaign that's actively evading detection. They started with gharchive, downloading event logs to find repositories updated between 2 and 10 times every 10 hours. From 16 million commit pushes over five days, they narrowed it down to repos meeting several criteria: commits from real users rather than bots, more than a month between the current and prior commit, and multiple contributors.
00:04:06 That got them to 14 repositories. And that's when the campaign revealed another layer — all 14 had been updated 20 hours ago, meaning the attacker's cadence wasn't every few hours as the researcher initially thought. It was every day or so. Adjusting the filter accordingly yielded 10,000 repositories matching the pattern.
00:04:29 The attacker also deleted and pushed commits repeatedly — not because it changed the code, but because overwriting commits helps bypass GitHub's automated detection algorithms. Every commit carries the same name: "Update README.md." It's how the attacker adapts to platform behavior.
00:04:53 They clone new repos instead of targeting old ones because old repos get flagged faster. They delete and push commits because static analysis misses them. They copy commit history because trust is built on appearance, not substance. This is a supply-chain attack that treats GitHub's defenses as an environment to work with, not against.
Intel-Apple chip deal
00:05:17 Shift from code to silicon now. Intel gained seven percent Thursday after President Trump announced on Truth Social that the company had agreed to partner with Apple on U.S. chip design. The announcement came without independent verification from either company.
00:05:35 CNBC reached out to Intel, Apple, and the White House for comment — no response as of publication. But the market moved anyway. Intel's stock has surged 464 percent over the past year, hitting a market cap of nearly $609 billion. Trump's post tied the deal to broader manufacturing commitments he'd brokered — Nvidia building "first level Chips" with Intel, Elon Musk's TerraFab project described as the largest chip factory in the world.
00:06:05 All of it framed around the idea that the U.S. lost semiconductor capacity to Taiwan and other countries over years of neglect. The story here isn't whether the deal is real. The company announcements will come when they come. It's how political signals still move semiconductor markets even as the companies involved stay quiet.
00:06:27 We've been watching this pattern for a while — Trump posts on Truth Social becoming de facto press releases for deals that haven't been formally announced. The market treats them as credible because the people making them have the authority to make or break those deals.
00:06:45 What's different this time is Intel's position. The company spent years sitting out the AI race while it grappled with manufacturing delays. CEO Lip-Bu Tan, who took over early last year, has been working to rebuild Wall Street interest through the foundry business — drawing investments from Nvidia and the Trump administration.
00:07:08 This deal would be a major customer commitment for Intel's fabrication operations, which had only manufactured chips for its own products until now.
Silicon constraints
00:07:18 Intel's foundry bet points toward a harder bottleneck Tim Cook flagged on the component side. He noted the increase of AI data centers has made supply for key electronic device components dwindle, driving up prices — calling the price rises unavoidable in a report covered by Al Jazeera.
00:07:37 This is straightforward economics, but it's rare to hear it from the top of a company that's been building toward AI infrastructure for years. Cook isn't making an excuse — he's pointing at a real constraint. The AI buildout is pulling component supply away from consumer electronics.
00:07:56 Apple has invested heavily in its own silicon and manufacturing relationships for exactly this kind of pressure. But when you're competing with hundreds of data center operators for the same capacitors, connectors, and passive components, there's only so much vertical integration can do.
00:08:16 Ethan Mollick put it differently on X — talking about how Google has some of the most innovative AI apps like NotebookLM but needs smarter brains to power them. He added that harnesses are equally important. That's pointing at a different layer of the same problem: even when you have great models and good tooling, the infrastructure underneath is what limits what you can actually deliver to users.
00:08:43 The constraint signal matters because it runs counter to the narrative that AI progress is purely about algorithms. Moore's law may be slowing in some dimensions, but we're still fighting physical limits on supply chains, power grids, and component availability.
00:09:01 The companies that figure out how to secure those constraints first — not just build better models — are the ones that will set the pace.
Emacs 31 preview
00:09:10 Beyond hardware, there's the tooling layer getting patched up. Builder Rahul Juliato has been daily-driving Emacs 31 for months, documenting what's already available in the emacs-31 branch. The biggest change is tree-sitter automation. For years, getting a tree-sitter mode working meant manually populating treesit-language-source-alist, calling treesit-install-language-grammar, and hoping your toolchain was set up correctly.
00:09:39 In Emacs 31, that ceremony mostly disappears. treesit-enabled-modes defaults to true, and treesit-auto-install-grammar makes Emacs fetch and build missing grammars instead of erroring out. Grammar sources for TypeScript, TSX, Rust, TOML, YAML, and Dockerfile now live inside the modes themselves.
00:09:59 Juliato is keeping a trail of comments marking every block he can delete once 31 ships. The editor also ships markdown-ts-mode built-in — an experimental mode with live colored code blocks, inline image viewing, and Org-like navigation. It reached co-authorship with Karthik Chikmagalur's Stéphane Marks, who stuck around through the polishing phase that turns something that works into something nice to use.
00:10:27 Eglot can render LSP documentation using markdown-ts internally now. Completion machinery got eager display, in-buffer icomplete with prefix indicators, and eldoc at point — showing help text for whatever sits under the cursor without you invoking anything. The tree-sitter automation is the kind of infrastructure simplification that happens when the core team stops fighting language grammars and treats them as first-class citizens.
00:10:56 It's also a concrete example of what the Emacs community does differently than most projects: modes ship with internalized grammar sources rather than external dependencies, and contributors stick around through the unglamorous work of making things pleasant. The infrastructure layer is where today's real tension lives — between what platforms advertise as open standards and what attackers figure out about their blind spots.
00:11:25 That gap doesn't show up in press releases, which is why it matters to watch. Seln Oriax