InfoWorld |
|
||||||
Solving an ARD problem in AI: Agentic Resource Discovery19:27 Enterprises implementing agentic AI face a challenge: Which tools should they allow their agents to use, where can they be found, and how can they be used safely? A new protocol, Agentic Resource Discovery , or ARD, aims to let agents answer those questions for themselves. Behind it are Google, Microsoft, Cisco, Nvidia, Salesforce and others. ARD aims to standardize the way that tools and service… OpenAI gets the attention it needs from AI researcher Noam Shazeer18:31 An IT executive changing jobs usually attracts little attention outside a narrow group of people, but Noam Shazeer’s move from Google to OpenAI is as momentous as any high-value soccer transfer. He announced the news in a post on X : “I’m excited to share that I’ll be joining OpenAI and look forward to working with the exceptional team there.” Shazeer initially achieved fame as one of the eight c… Cloud at 20: How AWS shaped enterprise IT18:31 It is tempting to date cloud computing from the launch of Amazon S3 in 2006 and the rise of infrastructure as a service (IaaS) that followed. That was certainly the moment the market changed in a visible, irreversible way. But the truth is that cloud began earlier, in the 1990s, when software as a service (SaaS) , application hosting, managed services providers, and various forms of remote subscr… Google, Microsoft offer specs to help you prove your AI is behaving nicely17:45 Google, Microsoft, OpenAI, and others want to help enterprises demonstrate that their AI applications are behaving themselves through the creation of a new foundation. The Appia Foundation will, it explained rather impenetrably, “establish modular specifications that provide a connecting layer to bridge foundational global standards with practical, trusted assessments across the global AI value c… AWS aims to take the pain out of RAG with Bedrock Managed Knowledge Base11:43 For many developers, the hard part of building an AI application isn’t the model anymore. It’s keeping the application’s knowledge current. Retrieval-augmented generation (RAG) has become a popular technique for grounding AI applications in enterprise data, but it also introduces a steady stream of operational work, including tasks such as updating embeddings and indexes, synchronizing data sourc… Write cleaner and faster Python code11:43 Meta’s long-awaited Pyrefly linter is out in a 1.0 version, and the forthcoming Python 3.15 has a super-efficient sampling profiler. Plus we have a comprehensive rundown of Python’s indispensable virtual environments — and a warning about a novel breed of malware that exploits Python’s package ecosystem. Top picks for Python readers on InfoWorld How to use virtual environments in Python Isolate a… AI coding agents may be getting bad instructions from ‘smelly’ config files4:42 AI coding agents are becoming critical to software development, but the configuration files that guide them, such as Agents.md or Claude.md, can be “smelly.” That means they can contain structural flaws, redundancies, or counterproductive workflows that bloat context, waste tokens, and make coding agents less reliable. Researchers from the Department of Computer Science at Brazil’s Federal Univer… Angular Signals in practice: Building a signal-first form in Angular18.června Understanding a reactivity model in the abstract is useful, but it is ultimately incomplete without seeing how it shapes real application code. Concepts such as state, derivation, and explicit dependencies only become meaningful when they influence how forms are built, validated, and maintained in practice. In two previous articles, “ Angular Signal Forms: From event pipelines to signal-driven st… Databricks targets AI operations bottlenecks with ZeroOps18.června Databricks is pitching a fix for what it sees as the growing operations mess in enterprise AI. With the launch of Genie ZeroOps, unveiled at its Data + AI Summit, the company is targeting a problem many data teams know too well: it’s no longer building pipelines and models that hurts, it’s keeping them running. As data estates sprawl and AI workloads multiply, engineering time is increasingly eat… France’s OVHcloud bets on frontier AI as Europe seeks alternatives to US models18.června France’s OVHcloud is moving beyond cloud infrastructure into frontier AI model development, a shift that could test whether Europe can produce another serious alternative to US and Chinese AI systems. The company, one of Europe’s leading homegrown cloud providers, plans to train a family of models from scratch and aims to open-source them once they meet its performance targets, CEO Octave Klaba t… Why AI coding debt is different18.června In hardware, when you ship something broken, the consequences are severe and often irreversible. That’s the world I worked in for years, in verification roles at Mellanox and later at Alibaba. The stakes forced the industry to build a rigorous verification culture. You proved designs worked before they left the building. In software, verification disciplines look like CI/CD pipelines, static anal… AWS targets software release bottlenecks with DevOps Agent update17.června The problem with software development today may no longer be writing code. With AI coding assistants generating code faster than ever, the bigger challenge is reviewing, testing, and safely releasing it. AWS is betting that software teams need help with that part of the process, adding release management features to its DevOps Agent. The new features, currently in preview, automatically assess co… From RAG to ontology: Databricks bets on context as the key to trusted AI agents17.června First came vector databases, then RAG. Now, the next frontier in enterprise AI is taking shape: context layers that give autonomous agents a shared understanding of the business, a vision Databricks is advancing with Genie Ontology. Currently in preview, Genie Ontology automatically extracts business context from enterprise data, dashboards, queries, pipelines, documents, and applications and org… Z.ai pitches GLM-5.2 for long-running software engineering tasks17.června Z.ai has released GLM-5.2, an MIT-licensed open-source AI model designed for long-running software engineering tasks, as the Chinese company seeks to challenge proprietary coding models on cost and performance. The company said GLM-5.2 ranked just behind Anthropic’s Claude Opus 4.8 on FrontierSWE, a long-horizon coding benchmark, trailing it by 1%. Z.ai said the model also edged out OpenAI’s GPT-… 10 tips for getting better R code from your AI coding agent17.června Most generative AI tools know less about R than languages like JavaScript and Python , thanks to how much training data is available for each. However, with a little extra setup, you can give a large language model (LLM) the knowledge it needs to improve its R skills. Here are 10 ways to help generative AI write R code like a pro. Use a coding agent AI coding agents have more power, flexibility, … |