Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Robots That Walk and Talk Are Coming To Car Factories

An anonymous reader quotes a report from The New York Times: At a BMW factory in South Carolina, a human-shaped robot with a screen for a face recently stepped from a charging station toward a stack of green plastic boxes. It grasped an auto part from one of the boxes, pivoted, placed the part in a trolley, then pulled the trolley across the floor. The robot's slow, stiff movements suggested a…

A humanoid robot with a face on a screen recently emerged from a charging station at a BMW factory in South Carolina. The robot approached a stack of green plastic boxes, picked up an automotive component, and placed it into a cart before pushing the cart across the floor. The robot's sluggish and stiff movements indicated a worker struggling with a hangover, rather than a technological breakthrough.

Ulrich Wieland, a BMW vice president overseeing logistics at the Spartanburg factory, informed reporters that while the robot was slower than humans, it was improving rapidly. Automakers have historically relied on powerful, one-armed robots for repetitive tasks such as welding or applying adhesives. However, many major automakers now believe that humanoid robots, equipped with artificial intelligence, will bring a new era of automation and efficiency.

These machines are expected to navigate around factories, perform tasks traditionally done by humans, and operate without adjustments to existing equipment. Unlike current robots, humanoids can respond to voice commands, address unforeseen situations, and function continuously without breaks, union negotiations, or health insurance.

Supporters argue that humanoid robots could revitalize U.S. manufacturing by boosting productivity, addressing skilled labor shortages, and enabling Western carmakers to compete with Chinese manufacturers that benefit from lower labor costs. Routine and unexciting tasks, such as organizing parts, could be handled by robots, allowing humans to focus on more intricate and specialized duties.

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

Read the original at hardware.slashdot.org →

More in Tech

Stop Wasting Free Model Calls on Trivial Diffs: A Three-Tier Escalation Ladder

A merge request changes one README line. The pipeline still calls a model. It costs tokens. It adds latency. It tells you almost nothing. Sound familiar?

  • Implement three-tier escalation ladder to decide model calls
  • Tier 0 for trivial diffs (≤50 lines, docs/config files) with lint checks only
  • Tier 1 for changes up to 400 lines in code/test files, no sensitive paths

What I Learned Stealing Ideas from Matt Pocock’s `.agents` Directory

What I Learned Stealing Ideas from Matt Pocock’s .agents Directory If you’ve spent more than ten minutes on TypeScript Twitter, you know Matt Pocock.

  • Matt Pocock's .agents directory teaches importance of context and guardrails for AI agents
  • Explicit "do not" lists prevent unwanted changes and break team conventions
  • Repository structure includes role definitions, explicit rules, and context injection patterns

Why We Parse Industrial Code Instead of Embedding It

Most of the industrial AI you have seen is a retrieval pipeline with a chat box on it. Chunk the manuals, embed them, stuff the top matches into a context window, let the model talk. It demos well.

  • Nexus system prioritizes language model as core component
  • Parses ladder logic, structured text, AOIs, UDTs, tag databases, device configs
  • Benchmarks show zero errors with independent controls engineers

Container Image Signing & SLSA Provenance Verification with Sigstore Cosign

Container Image Signing & SLSA Provenance Verification with Sigstore Cosign Supply chain security guide on signing OCI container images keylessly and verifying SLSA build provenance using Sigstore…

  • Sigstore Cosign signs container images in CI/CD pipelines without managing private keys.
  • Cosign records signed images in public Rekor transparency log for immutable provenance verification.
  • Kyverno policies enforce use of signed images in Kubernetes clusters for supply chain security.

More from Saturday 15 August →