Urgent.News

What's breaking now, across thousands of outlets.

Tech

A group funded by Andreessen, Horowitz, and Brockman plans data center ads to sway midterms

Build American AI plans to lobby voters in select states about the virtues of data centers by spending millions of dollars on ads.

A new political action committee called Build American AI is set to launch an advertising campaign focused on data centers in battleground states ahead of the midterms, according to several news outlets. The committee is backed by a well-known, pro-AI super PAC, Leading the Future (LTF), which is heavily funded by tech investors Marc Andreessen, Ben Horowitz, and OpenAI President Greg Brockman.

LTF, which has received over $50 million in funding, has primarily donated to politicians who support AI, but has distanced itself from OpenAI over some of its tactics. Build American AI plans to target Kansas, Ohio, and Wisconsin, where data center concerns have become a key issue in the elections. The committee's ad budget is reported to be in the millions of dollars.

LTF has gained notoriety in Silicon Valley, but it is not the only AI-focused super PAC receiving backing from big-name investors. Other groups, such as Anthropic and Public First Action, also support AI-related initiatives. Venture firm Andreessen Horowitz, co-founded by Andreessen and Horowitz, is reported to be the biggest donor to the midterm elections, spending over $115 million in disclosed federal contributions.

Written by urgent.news from TechCrunch's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at techcrunch.com →

More in Tech

Why your RAG returns garbage (and it's not the model)

Your RAG bot just gave a confident, detailed answer. And it's completely wrong . Here's the part that'll annoy you: the model did nothing wrong. It answered perfectly — using the text you handed it.

  • Chunking: Incorrect fixed-length cuts split sentences or questions from their answers
  • Embedding: Retrieval model may not produce similar vectors for related information
  • Ranking: Re-ranker can prioritize most relevant chunks for accurate answers

Six tests that passed for the wrong reason

My backup script told me the restore was verified. It restored ten tables with zero rows in every one, checked the schema, and printed VERIFIED.

  • Backup script reported successful restoration of ten tables with no rows
  • Stability gate flawed, recent-quiet rule mislabeled
  • Health-check scenario maintained low volume that never existed

What a Linux container really is (it's not a VM)

Right now, on your machine, a process is being lied to . It thinks it's alone on the computer. It thinks it owns the whole filesystem. It thinks its process ID is 1 . None of that is true.

  • Linux container is not a virtual machine, but a process on the same kernel
  • Namespaces and control groups manage process view and resource utilization
  • Docker creates containers by unpacking image, applying namespaces, cgroups, and executing process

Blog Pipeline Fence Corruption: How a Naive Sed Rule Swallowed Markdown Code Blocks

A draft came out of my blog generation pipeline with the frontmatter intact, the title correct, the word count in range, and roughly 1,400 words of prose rendered inside a single syntax-highlighted…

  • Sed rule corrupted Markdown code blocks by removing closing fences, causing unclosed code blocks.
  • Fix involved changing sed rule to match whole-document wrapper instead of substitution.

More from Monday 31 August →