AiAnyTool - Best AI Tools Directory and Artificial Intelligence Software Hub Logo
Loading theme toggle
Real-Time Coverage

AI News Today

Live

32055 stories from 30+ sources, refreshed continuously.

The DecoderBusiness

Meta kills Muse Image feature that let anyone generate AI photos of Instagram users without consent

Meta pulled a controversial feature from its new Muse Image model after widespread criticism. The feature let users generate AI images of other people by @-mentioning their public Instagram accounts. No consent needed, just a username. Meta admits "this feature missed the mark" and shut it down days after announcing it. The article Meta kills Muse Image feature that let anyone generate AI photos of Instagram users without consent appeared first on The Decoder .

Read source article
Hacker News: Show HN

Show HN: Sanbox, batteries included sandboxes for AI agents

Hi HN, We are building Sanbox, a platform for running AI agents in isolated and resumable sandboxes. We use the OpenCode SDK as the harness, support reusable templates, and have a CLI that works with Codex, Claude Code, Cursor, CI, or your terminal. Each sandbox has MicroVM isolation, a persistent filesystem, and live trail of run events. Can also self-host if required for security/compliance. It's on the roadmap to add network ACL, secrets managements, LLM cost tracking & observability. We are

Read source article
The Robot ReportRobotics

STEM education in the classroom, introducing BotBall

Botball addresses STEM education with autonomous robotics, real coding, and a level playing field driven entirely by students. The post STEM education in the classroom, introducing BotBall appeared first on The Robot Report .

Read source article
STEM education in the classroom, introducing BotBall
The Guardian AIBusiness

Chasing new skills, going back to basics and pushing for collective action: how software engineers are adapting to AI

<p>Software engineering was one of the best-paying professions in the US in 2022, but the advent of AI has disrupted it, leading to several layoffs and underemployment</p><p>Every weekday, Matt, a software engineer, looks forward to his four-hour train commute to Pawling, New York. It’s time he uses to work on his own project: a browser-based video game for which he writes every line of code himself.</p><p>“I am actively trying to keep my axe sharp,” said Matt, who did not want to use his actual

Read source article
Chasing new skills, going back to basics and pushing for collective action: how software engineers are adapting to AI
Hacker News Ask

How does a Dev's job look like in a few years?

I'm a experienced/senior developer which is frequently using ai, guiding coding agents, etc. I wonder, how does my job look like in a few years? Which skills might be the best ones to have? Currently, having business knowledge, development experience helps greatly with guiding coding agents, creating MVPs/PoCs in "no time", improving code, etc. But what if coding agents/ai would overtake this job? Comments URL: https://news.ycombinator.com/item?id=48879727 Points: 4 # Comments: 6

Read source article
The DecoderBusiness

Claude Cowork's biggest use case is the mundane office work nobody wants to own, Anthropic says

Anthropic analyzed 1.2 million Claude Cowork sessions from more than 600,000 organizations. About half of all usage goes toward business processes and text creation, what Anthropic calls "the work around the work." That means tasks like compiling status reports, building onboarding checklists, or putting together slide decks. Software development barely shows up in Cowork because developers stick with Claude Code for that. The article Claude Cowork's biggest use case is the mundane office work n

Read source article
Claude Cowork's biggest use case is the mundane office work nobody wants to own, Anthropic says
Hacker News AILLMs

Meta u-turns on AI feature amid privacy backlash

Article URL: https://thehill.com/policy/technology/5964282-privacy-concerns-instagram-ai/ Comments URL: https://news.ycombinator.com/item?id=48879675 Points: 1 # Comments: 0

Read source article
The DecoderBusiness

OpenAI CEO Altman is now "pretty sure" AI is net job-creating, which is quite the pivot from predicting mass layoffs

OpenAI CEO Sam Altman now says he's "pretty sure" AI has created more jobs than it's eliminated. That's a sharp turn from his earlier warnings about entire professions disappearing. Anthropic CEO Dario Amodei is walking back similar claims, too. But studies so far back neither the old doomsday predictions nor optimism. The article OpenAI CEO Altman is now "pretty sure" AI is net job-creating, which is quite the pivot from predicting mass layoffs appeared first on The Decoder .

Read source article
OpenAI CEO Altman is now "pretty sure" AI is net job-creating, which is quite the pivot from predicting mass layoffs
Hacker News AILLMs

The Hard-Line Activists Ramping Up for the War with AI

Article URL: https://www.wsj.com/tech/ai/anti-ai-activists-disappearance-sam-kirchner-6872879f Comments URL: https://news.ycombinator.com/item?id=48879571 Points: 1 # Comments: 0

Read source article
Hacker News: Show HN

Show HN: DejaView – Terminal dashboard for all your Claude Code sessions

Hi HN! This is my first ever open-source project. It's nothing fancy, but it scratches an itch: claude --resume only works if you remember which directory the session was in. dejaview is a TUI that reads the transcripts in ~/.claude/projects/, groups sessions by project, and lets you jump back into any of them with Enter. Read-only, local-only, no config. Built with Textual. Try it: uvx dejaview Feedback is very welcome! Comments URL: https://news.ycombinator.com/item?id=48879501 Points: 1 # Com

Read source article
The DecoderBusiness

Grades dropped from 96 to 48 percent when a Brown professor made students take the exam without AI

An economics professor at Brown University suspects most of his 86 students used AI to cheat on a take-home exam that averaged 96 percent. When he made the final an in-person test, 18 students dropped the course, nine didn't show up, and the average fell to 48.6 percent. Two large studies from China and UC Berkeley back up his case: where students lean on AI for homework, their proctored exam scores tank. The article Grades dropped from 96 to 48 percent when a Brown professor made students take

Read source article
Grades dropped from 96 to 48 percent when a Brown professor made students take the exam without AI
Dev.to

Can AI Make Carbon Credits More Trustworthy? I Tried Building an Answer with Gemini 🌍

<p>Climate change is one of the biggest challenges of our generation, and carbon credits have become an important tool in reducing global emissions. But one question kept coming to my mind:</p> <p><strong>How do we know whether a carbon project is actually making the impact it claims?</strong></p> <p>That question inspired me to build <strong>CarbonSense</strong>—an AI-powered platform that explores how satellite imagery and Google's Gemini can help make carbon project monitoring more transparen

Read source article
OpenClaw Commits

improve(ui): unify the New session draft with the start-screen layout…

<pre style='white-space:pre-wrap;width:81ex'>improve(ui): unify the New session draft with the start-screen layout (#105069) The /new draft page now renders the same welcome block as the empty-chat start screen, with the draft controls folded in launcher-style: hero on top, a quiet borderless target row (agent, node, folder, worktree) directly above the mid-screen composer, and the recent chats below. The page reuses renderWelcomeState via hint/composer slots so the surfaces cannot drift apart;

Read source article
Dev.to

Making an email API agent-native: llms.txt, a /api/me endpoint, and a zero-DNS sandbox sender

<p>Most APIs are "agent-compatible": an agent <em>can</em> call them. Far fewer are <em>agent-native</em>: an agent can accomplish the whole job on its own, with no human un-sticking it halfway. We spent a few weeks turning <a href="https://send16.com" rel="noopener noreferrer">Send16</a> (an email platform) from the first into the second, and the gap turned out to be smaller and weirder than expected. Here's the whole thing.</p> <h2> The wall: onboarding, not the API </h2> <p>Our send endpoint

Read source article
OpenClaw Commits

feat(agents): sessions_search full-text recall over past session tran…

<pre style='white-space:pre-wrap;width:81ex'>feat(agents): sessions_search full-text recall over past session transcripts (#105057) Adds a core sessions_search agent tool backed by a SQLite FTS5 index that lives next to the transcript rows in the per-agent database. Indexing is transactional: user/assistant text is indexed inside the same write transaction that persists the event, deletes drop index rows in the same transaction, and branch rewinds mark the session dirty so the next search rebuil

Read source article
Dev.to

The ISO 27001 controls that actually matter when you connect two systems

<p>I build integrations for a living: ecommerce to ERP, CRM to invoicing, and lately ERPs to AI agents. Every one of them has the same quiet security problem, and most "ISO 27001 for developers" content misses it because it stays at the policy level.</p> <p>Here is the thing nobody says out loud: <strong>integrating two systems means taking data out of the place where it lived protected and moving it across a network you do not control.</strong> Names, tax IDs, amounts, addresses, emails. That j

Read source article
Dev.to

Part 4: Going Fully Autonomous: EventBridge, DynamoDB, and Automated Publishing

<p><em>Generating content is interesting. Generating content, creating artwork, and publishing it without human intervention is where things start to get fun.</em></p> <h2> The Final Challenge </h2> <p>By this point, WizardThoughts had come a long way.</p> <p>The platform could:</p> <p>✅ Generate content using Amazon Bedrock<br><br> ✅ Generate matching image prompts<br><br> ✅ Create original artwork using Stability AI<br><br> ✅ Store assets in Amazon S3<br><br> ✅ Track everything in DynamoDB </p

Read source article
Dev.to

We Built a Free AI Tool That Tells You Whether to Bid

<p>You're staring at a tender. £2M/year, five years, NHS trust. Looks good on paper. The deadline is six weeks out and your team can probably handle it.</p> <p>So you start writing. Three weeks later, you're 40 pages deep and someone asks: "Did we check how many incumbents are bidding?"</p> <p>Three. Plus two others you hadn't heard of.</p> <p>Now you're in a bidding war with a 15% markup, defending against suppliers who've held the contract for a decade. The win probability was never better tha

Read source article
Dev.to

How to Review an Edge LLM Benchmark Without Fooling Yourself

<p>A <a href="https://dev.to/annavi11arrea1/simple-benchmark-review-ollama-on-jetson-nano-5gee">Jetson Nano and Ollama benchmark review</a> appeared among DEV's top articles on <strong>2026-07-12</strong>. Edge inference experiments are valuable because they make constraints physical: memory is finite, heat accumulates, and a product cannot hide behind average cloud latency.</p> <p>They are also easy to overgeneralize. Before comparing numbers, capture the test envelope.</p> <h2> Device and soft

Read source article
Dev.to

Operating a Mesh LLM Starts With Failure Domains, Not Free GPUs

<p><a href="https://www.iroh.computer/blog/mesh-llm" rel="noopener noreferrer">Mesh LLM</a> reached 215 points in the Hacker News snapshot I reviewed at <strong>2026-07-12 08:00 UTC</strong>. Its author describes an OpenAI-compatible API that can run locally, route to a peer, or split model layers across multiple machines.</p> <p>That is an appealing use of existing hardware. Operationally, however, a collection of GPUs becomes capacity only after the platform can explain what happens when one n

Read source article
Hacker News Show

Show HN: Zero Trust Boundary for Agents

Hi HN, I’ve been working on Attestor, an open-source execution boundary for autonomous AI agents. Comments URL: https://news.ycombinator.com/item?id=48879241 Points: 3 # Comments: 0

Read source article
The DecoderBusiness

AI agents win at Slay the Spire 2 after researchers replace growing chat logs with structured memory

The AgenticSTS project replaces the ever-growing chat log of AI agents with five separate memory layers. Tested on the card game Slay the Spire 2, the prompt stays at around 5,000 tokens instead of ballooning past 500,000. The agent wins 6 out of 10 games, while competing agents don't win any. The article AI agents win at Slay the Spire 2 after researchers replace growing chat logs with structured memory appeared first on The Decoder .

Read source article
AI agents win at Slay the Spire 2 after researchers replace growing chat logs with structured memory