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

AI News Today

Live

31428 stories from 30+ sources, refreshed continuously.

Dev.to

Pequenos LLMs: 1 bilhão de parâmetros e o desafio do desempenho

<p><strong>Pequenos LLMs: 1 bilhão de parâmetros e o desafio do desempenho</strong> </p> <h3> 1. Introdução </h3> <p>Nos últimos anos, os grandes modelos de linguagem (LLMs) têm sido associados a bilhões de parâmetros, como o GPT‑4 (≈ 100 B) ou o Llama 3.1 (≈ 405 B) (RED HAT, 2024). Contudo, a maioria dos problemas de IA do mundo real não requer tais escalas, demandando modelos mais compactos que ofereçam rapidez e eficiência de custo (REDDIT, 2024). Este artigo investiga especificamente LLMs co

Read source article
Dev.to

Anthropic preps $965B IPO as agent infrastructure expands to microVMs

<p>The AI industry is hitting a critical maturation point today, defined by Anthropic's quiet sprint toward a $965B public listing detailed by insiders on X <a href="https://x.com/AndrewBenson/status/2077468396028068349" rel="noopener noreferrer">[33]</a> and its simultaneous, heavily criticized diplomatic clash with EU regulators discussed on Reddit <a href="https://old.reddit.com/r/ClaudeAI/comments/1uxhe4w/anthropic_doesnt_care_about_europe_eu_officials/" rel="noopener noreferrer">[43]</a>. T

Read source article
OpenClaw Commits

feat(onboarding): detect local inference providers (#108605)

<pre style='white-space:pre-wrap;width:81ex'>feat(onboarding): detect local inference providers (#108605) * feat(onboarding): detect local inference providers * fix(onboarding): satisfy inference choice lint * chore(i18n): refresh onboarding locales * chore: leave changelog to release automation * chore(plugin-sdk): refresh API baseline * fix(onboarding): preserve source config during local activation</pre>

Read source article
Hacker News AILLMs

Linus Torvalds on AI usage in Linux development

Article URL: https://lore.kernel.org/linux-media/CAHk-=wi4zC+Ze8e+p3tMv8TtG_80KzsZ1syL9anBtmEh5Z40vg@mail.gmail.com/#t Comments URL: https://news.ycombinator.com/item?id=48930777 Points: 6 # Comments: 1

Read source article
OpenClaw Commits

fix(sessions): stop leaking file path as prompt content on read failu…

<pre style='white-space:pre-wrap;width:81ex'>fix(sessions): stop leaking file path as prompt content on read failure (#108546) * fix(sessions): stop leaking file path as prompt content on read failure When readFileSync fails for a valid file path, resolvePromptInput returns the raw path string as prompt content instead of undefined. This injects filesystem paths into the LLM context. The existing console.error warning still fires; the caller already handles undefined returns correctly. Co-Author

Read source article
OpenClaw Commits

fix(agents): cleanup leaked toolStartData entries on unsubscribe (#10…

<pre style='white-space:pre-wrap;width:81ex'>fix(agents): cleanup leaked toolStartData entries on unsubscribe (#108403) * fix(agents): cleanup leaked toolStartData entries on unsubscribe toolStartData module-level Map only deleted entries on handleToolExecutionEnd; crashed/aborted/unsubscribed tool executions left leaked entries, inflating countActiveToolExecutions. Ref: BUG-043 (local finding) Co-Authored-By: Claude <claude@anthropic.com> * test(agents): cover tool start cleanup on unsubscribe

Read source article
Hacker News AILLMs

Ode with Anthropic – AI meets reality

Article URL: https://www.ode.com Comments URL: https://news.ycombinator.com/item?id=48930726 Points: 2 # Comments: 2

Read source article
Dev.to

Getting Your Site Cited by AI Search in 2026: A Front-End Developer's Checklist

<p>AI answer engines — Google's AI Overviews, ChatGPT Search, Perplexity, Gemini — increasingly answer users without a click. For developers, that shifts the goal: it's no longer only "rank the page," it's "be the source the model quotes." The good news is that a lot of what makes a site citable is squarely front-end and infra work. Here's the checklist my team actually uses.</p> <h2> 1. Server-render anything you want cited </h2> <p>LLM crawlers are far better at parsing HTML that exists <stron

Read source article
Dev.to

How to Verify Razorpay Webhook Signatures (and Why It Is Not the Payment Signature)

<p>Razorpay trips people up in a way most providers do not: it has two separate signatures that use the same algorithm but different keys and different inputs, and they are easy to confuse. One verifies webhooks. The other verifies a checkout payment on your success handler. Sign the wrong thing with the wrong secret and your verification fails while your code looks correct. This post shows the exact Razorpay webhook verification, the raw-body trap, and how the webhook signature differs from the

Read source article
Dev.to

I fixed a smolagents bug that confused everyone who hit it (with Sentry watching the whole time)

<p><em>This is a submission for <a href="https://dev.to/bugsmash">DEV's Summer Bug Smash: Clear the Lineup</a> powered by <a href="https://sentry.io/" rel="noopener noreferrer">Sentry</a>.</em></p> <h2> Project Overview </h2> <p>I picked <a href="https://github.com/huggingface/smolagents" rel="noopener noreferrer">huggingface/smolagents</a>, the 28k+ star agent framework where agents literally think in Python code. It had a bug open since <a href="https://github.com/huggingface/smolagents/issues

Read source article
Dev.to

Top Audit Trail Platforms to Use in 2026 for B2B and Agentic Applications

<p>B2B software applications must provide security audits to sell to enterprise customers. When moving upmarket, corporate buyers require a detailed history of sensitive events. They want to know exactly who did what, when it happened, and what data changed. Meeting these demands is essential to satisfy compliance rules like SOC 2 and ISO 27001, as well as the EU AI Act.</p> <p>However, software developers face a split in the tooling market. Some tools are built for enterprise compliance, while

Read source article
Product HuntTools

ClipMatch

<p> Turn your camera roll into social content with AI </p> <p> <a href="https://www.producthunt.com/products/clipmatch?utm_campaign=producthunt-atom-posts-feed&utm_medium=rss-feed&utm_source=producthunt-atom-posts-feed">Discussion</a> | <a href="https://www.producthunt.com/r/p/1197826?app_id=339">Link</a> </p>

Read source article
Product Hunt — The best new products, every day

Aye

<p> Your teachable AI intern for everyday browser work </p> <p> <a href="https://www.producthunt.com/products/aye-browser?utm_campaign=producthunt-atom-posts-feed&utm_medium=rss-feed&utm_source=producthunt-atom-posts-feed">Discussion</a> | <a href="https://www.producthunt.com/r/p/1197816?app_id=339">Link</a> </p>

Read source article
Hacker News: Show HN

Show HN: AI Starter Templates in NextJS and OpenAI

Hey Guys, I've built one of the largest Open Source AI starter templates using Next JS and OpenAI tech stack. It has a wide range of fully functioning applications from Voice AI agents to multimodal Chatbots. Any feedback would be great: https://suhasbhairav.com/ai-templates Regards Suhas Bhairav Comments URL: https://news.ycombinator.com/item?id=48930314 Points: 1 # Comments: 1

Read source article
Hacker News AILLMs

How to make AI safe and free of America and China

Article URL: https://www.economist.com/leaders/2026/07/15/how-to-make-ai-safe-and-free-of-america-and-china Comments URL: https://news.ycombinator.com/item?id=48930223 Points: 4 # Comments: 0

Read source article
Hacker News AILLMs

There is no AI in Team

Article URL: https://arnoldkling.substack.com/p/there-is-no-ai-in-team Comments URL: https://news.ycombinator.com/item?id=48930216 Points: 4 # Comments: 0

Read source article
Hacker News: Show HN

Show HN: A Lightweight, open-source always-on-top local AI desktop companion

Built an desktop AI companion that always pinned at top. Some of the features: - Lightweight: Built on Tauri v2 + React + Rust for low RAM usage. - Always-on-Top Floating Mode: Pinned window stays on top so you can code and query AI side-by-side (no more app-switching!). - Secure Keyring Storage: API keys are saved directly in your OS secure Keychain/Keyring - Local SQLite Database: All chat history and threads are saved locally on your device. - Multi Provider Support: Connect to Gemini, OpenAI

Read source article
The Guardian AIBusiness

Robots, AI and drones: how the Dutch navy is using tech to transform its sea defences

<p>Uncrewed systems are the future for armed forces and the Netherlands is leading the way ‘to keep people out of danger zones’</p><p>On each side of the target ship, a black vessel keeps a watchful distance. Defender 1 and Defender 2 are the eyes and ears of the navy – but they have nobody onboard, and their paths are controlled by a computer system.</p><p>This is the future of the Royal Netherlands Navy, according to Capt Sjoerd Feenstra, head of the expertise centre for unmanned systems. He i

Read source article
Robots, AI and drones: how the Dutch navy is using tech to transform its sea defences
arXiv cs.AIResearch

OriginBlame: Record- and Token-Level Data Provenance for AI Training Datasets

arXiv:2607.13037v1 Announce Type: new Abstract: When a data contributor requests removal, model trainers face a practical gap: unlearning algorithms require a forget set, yet no tool can locate which training records belong to a given author. Existing provenance systems operate at file or dataset level, forcing catastrophic over-deletion. We present ob, a record- and token-level data provenance system that propagates author identity through data processing pipelines and resolves revocation reque

Read source article
arXiv cs.AIResearch

SPINE: Bridging the Cyber-Physical Gap with Agentic AI

arXiv:2607.13049v1 Announce Type: new Abstract: Foundation models have given robots a sophisticated brain for complex decision-making, yet deploying that intelligence into a physical platform still demands tedious, expert-driven calibration. This deployment gap, the robot's spinal cord, remains a primary bottleneck to scalable Embodied AI. Hence, we propose SPINE (Scalable Physical Integration with ageNtic Expertise): an agentic framework for systematically debugging and deploying bimanual robot

Read source article
arXiv cs.AIResearch

Interventional Grounding Audits: Black-Box Premise-Dependency Tests for LLM Chain-of-Thought via Predicate Substitution

arXiv:2607.13069v1 Announce Type: new Abstract: Large language models produce chain-of-thought (CoT) reasoning that appears logically sound yet may not genuinely depend on its stated premises. We introduce interventional grounding audits, a black-box, step-level test of premise dependency: we intervene on a single premise by substituting its target predicate with a fresh symbol, re-run the model, and check whether each reasoning step's normalized conclusion (canonical predicate form) changes. We

Read source article
arXiv cs.AIResearch

Probabilistic Extension of Neuro-Symbolic AGI Robots based on Belnap's Typed Intensional FOL

arXiv:2607.13073v1 Announce Type: new Abstract: Neuro-symbolic AI based on $IFOL_B$ is a way to combine neural learning and symbolic reasoning to overcome limitations of purely neural systems (like lack of interpretability and logical structure) with formal logical machinery for self-reference. In this paper we expand the cognitive power of $IFOL_B$ by using the probability computation for the currently unknown sentences, based on Nilsson's probability structure for the $IFOL_B$. We introduce th

Read source article
arXiv cs.AIResearch

Self-Improvements in Modern Agentic Systems: A Survey

arXiv:2607.13104v1 Announce Type: new Abstract: Self-improving autonomous agents are moving from research prototypes to deployed systems. The primary goal is controllable evolution, or adaptation, from experience with minimal or even no human input. This survey frames modern self-improving agents as adaptive systems that convert experience into accumulated capability gains. We offer a system-level framework that represents a modern agent as a configuration coupling a foundation model with an ope

Read source article
arXiv cs.AIResearch

Improving Molecular Property Prediction in Small Language Models Using Graph-based Tools

arXiv:2607.13115v1 Announce Type: new Abstract: Small language models (SLMs) have shown promise for zero-shot molecular property prediction from SMILES strings, yet they often suffer from structural blindness because sequence representations under-specify key graph-topological cues. We propose a modular Context-Augmented Prompting framework that enables agentic tool use at inference time: a trained GNN expert model provides a predictive hint with confidence, and a GNN extracts an instance-specif

Read source article
arXiv cs.AIResearch

Oracle Agent Memory as an Enterprise Memory Substrate for Long-Horizon AI Agents

arXiv:2607.13157v1 Announce Type: new Abstract: Agent memory is a systems problem for long-horizon agents. Practical deployments require retention of task state across extended conversations, recovery of user-specific facts and preferences across sessions, and accumulation of procedural knowledge from prior outcomes. These requirements extend beyond document retrieval: a memory layer must determine which interactions become durable state, how that state is scoped, how it is retrieved under laten

Read source article
arXiv cs.AIResearch

Learning Safe Agent Behaviour from Human Preferences and Justifications via World Models

arXiv:2607.13172v1 Announce Type: new Abstract: We address the problem of safely training an agent policy and deploying a good and safe policy, in settings where the environment dynamics are unknown and no suitable reward function is available. In the context of safety-critical environments, we consider traditional reinforcement learning impractical and resort to the resource of human input. We introduce DROPJ, a human-centred method for both safe training and deployment. We first learn a world

Read source article
arXiv cs.AIResearch

CayleyR: Solving the TopSpin puzzle via cycle intersection

arXiv:2607.13219v1 Announce Type: new Abstract: We present cayleyR, an R package for solving permutation puzzles by detecting cycle intersections in Cayley graphs. The core algorithm performs an iterative bidirectional search: from both the initial and target permutation states, random operation sequences generate cycles in the Cayley graph of the symmetric group Sn; their intersection yields a connecting path. When no direct intersection is found, a distance-guided bridge selection narrows the

Read source article
arXiv cs.AIResearch

Networked Intelligence: Active Shared Context Graphs for Human-AI Team Science

arXiv:2607.13220v1 Announce Type: new Abstract: Most AI-for-science systems focus on scaling a single reasoning process through better models, larger context windows, long-horizon agentic execution, or digital co-scientists working with one principal user. However, challenging scientific problems are rarely solved by one reasoner alone. They are solved by teams whose members bring different priors, experimental backgrounds, tacit knowledge, and domain-trained intuitions. The open problem is ther

Read source article
arXiv cs.AIResearch

AI-Native Insurance for Agentic AI: Pricing, Underwriting, and End-to-End Automation

arXiv:2607.13230v1 Announce Type: new Abstract: Agentic AI introduces new insurance challenges because autonomous AI systems can make decisions, invoke tools, modify external environments, and interact with third-party services. This paper develops an AI-native mathematical framework for underwriting, pricing, and contract design for agentic AI deployments. A deployment is represented by a risk state that captures autonomy level, operational authority, permission exposure, governance maturity, a

Read source article
arXiv cs.AIResearch

Cost-Optimal Foundation Model Deployment Portfolio for Transportation Management

arXiv:2607.13239v1 Announce Type: new Abstract: Foundation models, including large language models (LLMs) and vision-language models (VLMs), are increasingly used for transportation management center (TMC) tasks such as anomaly detection, incident reporting, and traveler information. Deploying multiple such models across TMC functions raises a portfolio question: which model should serve each function, in which deployment mode, and under what shared hardware budget? We formulate this as the Foun

Read source article
arXiv cs.AIResearch

Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable

arXiv:2607.13285v1 Announce Type: new Abstract: The capability of a modern AI agent depends not only on its foundation model but also on its harness, which constructs prompts, manages state, invokes tools, and coordinates execution. As models, APIs, environments, and requirements evolve, the harness must be continually modified. Before such a change can be made, a developer or coding agent must identify all code locations that implement the target behavior. This is difficult because production h

Read source article
arXiv cs.AIResearch

Set-shifting Behavioral Test for Harnessed Agents

arXiv:2607.13396v1 Announce Type: new Abstract: What happens to an LLM agent's tool choice when the reliable tool silently changes within an ongoing session? We borrow set-shifting from cognitive psychology to study how well agents adapt to hidden reliability shifts. Our benchmark mounts tool-skill libraries with redundancies, where many tools solve the same task but differ in hidden reliability. In our evaluation framework, a branched schedule shifts the reliable tool group at hidden boundaries

Read source article