Urgent.News

What's breaking now, across thousands of outlets.

AI

Nvidia's Jensen Huang says AI CEOs have 'ulterior reasons' for warning about doomsday

Nvidia CEO Jensen Huang says current regulations are enough to ensure AI is safe — and profitable.

Nvidia Chief Executive Officer Jensen Huang has criticized AI leaders for their claims of needing more regulation, calling them disingenuous. Speaking to CBS News, Huang argued that current regulations are sufficient to ensure the technology remains safe and profitable. Huang's remarks mirror those of former President Donald Trump, who stated that new regulations are unnecessary to maintain the safety of AI.

Huang accused the leaders of frontier AI labs of not genuinely requesting additional laws, but rather seeking to exempt themselves from existing regulations. He suggested that their warnings about potential harm to humanity were irresponsible and unnecessary. Huang's stance aligns with that of President Trump, who also advocated for no hindrance in the industry's growth.

A group of prominent AI CEOs, including Anthropic's Dario Amodei, OpenAI's Sam Altman, and Elon Musk, have advocated for slowing down AI development until adequate risk-prevention measures can be implemented. However, Huang believes that the US should rely on existing regulations and stop demanding more government intervention.

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

Read the original at businessinsider.com →

More in AI

JEV assisted LLM Trading

We gave our LLM trading bot an auditor that never sees the chart Every hour, on the hour, a vision model looks at three forex charts and decides whether our bot should buy, sell, or sit out.

  • Geminisnapflash is a Python trading bot making hourly forex decisions.
  • JEV, a System-One model, grades the bot's directional calls for consistency.
  • JEV's verdict is recorded and compared with the bot's actual trade direction.

A model doesn't read text: what a tokenizer decides for you

Originally published at cchinchilla.dev . Part 1 of From code to weights, a 12-part series on ML fundamentals for engineers. A language model has never seen a letter. It sees integers.

  • Tokenizer converts text into list of ids
  • Determined during model's training phase
  • Cannot be altered after model training

Why Claude Code keeps writing shell commands that fail on your Mac

Disclaimer: AI helped me write this since I am not that good with words :) Claude wrote this, mid-task, while refactoring something unrelated: sed -i 's/old/new/' config.yml It's correct.

  • Claude Code writes failing shell commands on Mac due to zsh vs Bash mismatch
  • Bash runs commands using zsh login shell on macOS Catalina and later
  • Claude Code assumes GNU tools, macOS uses BSD tools causing execution errors

Seven Controls to Put in Place Before an AI Agent Gets Production Access

AI agents cross a line that ordinary chat systems do not: they connect probabilistic decisions to real actions. An agent that can read mail, update a record, run a tool, or spend money is part of your…

  • Distinguish between reading data, recommending actions, and executing them with separate checkpoints
  • Assign each tool narrow permissions: limited resources, operations, duration, and environment

More from Sunday 20 September →