AI News Archive: June 30, 2026 — Part 7
Sourced from 500+ daily AI sources, scored by relevance.
- Survey: More AI Code Running in Production Environments with Caveats
Survey: More AI Code Running in Production Environments with Caveats DevOps.com
Score: 50🌐 MovesJun 30, 2026https://devops.com/survey-more-ai-code-running-in-production-environments-with-caveats/ - GAI Insights Releases 2026 Corporate Buyers’ Guide to Enterprise AI Platforms
GAI Insights Releases 2026 Corporate Buyers’ Guide to Enterprise AI Platforms azcentral.com and The Arizona Republic
- As AI Reshapes Search, PR Strategist Evan White Says Marketing Has Entered the Era of Memory
As AI Reshapes Search, PR Strategist Evan White Says Marketing Has Entered the Era of Memory azcentral.com and The Arizona Republic
- Originality.ai Study Finds 37% of Canadian Real Estate Listings Are Likely AI-Written
Originality.ai Study Finds 37% of Canadian Real Estate Listings Are Likely AI-Written azcentral.com and The Arizona Republic
- THINKCAR Unveils Tyler as the Industry’s First AI Diagnostic Agent at Global Distributors Conference
THINKCAR Unveils Tyler as the Industry’s First AI Diagnostic Agent at Global Distributors Conference USA Today
- AI is making creative the new targeting
As Google, Meta, and TikTok automate audience targeting, your headlines, images, and videos are becoming the strongest signals for who sees your ads. The post AI is making creative the new targeting appeared first on MarTech .
- 'Building AI Apps is Not Easy': Stretch, ISTE's Chatbot, Is Finally Ready to Go
ISTE spent the past three years testing and refining the tool, which is now ready for a wider audience.
- Healthcare's AI problem isn't the model – it's the data
Healthcare's AI problem isn't the model – it's the data Healthcare IT News
Score: 50🌐 MovesJun 30, 2026https://www.healthcareitnews.com/news/healthcares-ai-problem-isnt-model-its-data - Everyone Thought AI Was Killing Entry-Level Jobs. They Were Wrong
A massive new study reveals the entry-level roles automated by AI aren’t disappearing—they’re getting a major promotion.
Score: 50🌐 MovesJun 30, 2026https://www.inc.com/bruce-crumley/everyone-thought-ai-was-killing-entry-level-jobs-they-were-wrong/91367551 - When AI meets supercomputing: A new era of scientific computing
When AI meets supercomputing: A new era of scientific computing
- Q&A: Nvidia exec on how ‘confidential computing’ can secure AI agents
There are a variety of security concerns about artificial intelligence (AI), especially when it comes to the behavior of agentic AI . But until recently, the concept of locking down the models to prevent tampering hasn’t gotten a lot of attention. Now, a security technology called “confidential computing” has emerged that could help solve that problem: it protects AI models from hackers by restricting models to authorized users. (It also protects data wherever it is — in storage, when moving between systems, and when it is accessed.) With many top cloud and hardware providers championing confidential computing for AI, Computerworld talked with Dion Harris, Nvidia’s senior director of high-performance computing and AI factory solutions, about what the technology does and how it works. width="1024" height="722" sizes="auto, (max-width: 1024px) 100vw, 1024px"> Dion Harris, Nvidia’s senior director of high-performance computing and AI factory solutions. Nvidia Why should organizations care about confidential computing now? “Seventy percent of data exists outside the cloud, in on-premise data centers and data lakes. To deliver AI on this data while maintaining security, you need confidential computing to unlock that use case for enterprise AI.” Why is confidential computing suddenly important in the AI age? “Enterprises want AI on sensitive data — customer records, medical information, financial data — without exposing it in cloud environments where they lose control. “Traditional encryption protects data at rest and in transit, but not during computation. When you run an AI model, you must decrypt data. It sits in plain text in memory, accessible to administrators and cloud operators. Confidential computing creates a hardware-rooted trusted zone where data is decrypted only when computation needs it, then immediately re-encrypted. “This lets enterprises get AI value without compromising security. Financial services, healthcare, government, and regulated industries are adopting it.” How is confidential computing changing with agentic AI? “We’ve gone from generative to agentic AI being deployed and used to solve real business problems. To deliver agentic capabilities with required privacy, security and performance in enterprise, confidential computing provides the unlock. “We can spawn agents, access data, leverage tools and generate real useful work. With agentic AI, confidential computing helps in two ways: protecting the data and helping design implementation and workloads. It’s deployment, implementation, and use combined.” How does confidential computing work? “ Encryption at rest protects stored data. Encryption in transit protects data moving over networks. Encryption in use is the problem — when you compute on data, you must decrypt it in memory. “Confidential computing encrypts data in memory and between CPUs and GPUs. A dedicated element in the GPU decrypts information only when needed for computation, 100% inline, with minimal performance impact.” Can you walk through a real-world example? “ Apple’s standard operating policy for years has been to keep private information on device to avoid having access to private data. However, to leverage advanced AI models, they no longer fit on the device. Apple instituted their Private Compute Cloud, and now they’re extending that to Google Cloud. “Let me give a hypothetical and hopefully describe how it works. If you have a user who wants to upload a medical transcript from their doctor, their system creates a secure, attested environment. It sends a request to the server: validate yourself. That attestation says: ‘I am a Nvidia GPU. This environment is secure. It hasn’t been tampered with.’ Now, it’s okay for you to send your information over that secure line. Remote attestation allows the edge device to ensure it’s sending to a trusted environment. “The medical data comes over encrypted and remains encrypted until it lands in the GPU memory. Specific compute engines in the processor decrypt that information only to use it. The LLM dissects and summarizes it. Then it re-encrypts and sends it back over the wire. “They get the capabilities of data center AI mode — larger, more advanced, delivering more services. But they also get the security and privacy from Apple’s [Private Cloud Compute] platform. It’s the best of both worlds: efficiencies and intelligence from data center AI with Apple’s PCC security. What prevented confidential computing adoption? “ The main challenge in the past was significant performance impact. When you adopted confidential computing, you had to trade off performance for privacy. A 30% to 40% throughput reduction undermined the economic viability of the entire solution. If you sacrifice that much performance, it reduces the ability to get full utilization out of the hardware you’re deploying to deliver tokens or deliver a service in an economical fashion.” How was that solved? “With Blackwell and newer GPU architecture, you can deploy confidential computing without impact to performance. You get both privacy and performance, a win-win scenario. “Performance now translates directly into economics. You get full utilization of the hardware, which matters for delivering tokens or services at scale. When we built Blackwell, we made confidential computing a first-class system feature to deliver not just the security, but also the performance the market requires.” Where is adoption accelerating? “Companies are thinking about the cloud. Model builders can’t expose APIs, enterprises customize for their business. Hybrid on-prem and cloud models — where builders deliver services behind enterprise walls — require zero trust. We’re no longer in fully owned infrastructure. “By 2030, [billions of dollars] is expected in confidential computing use cases. It’s emerging as essential infrastructure for AI adoption across the industry. For organizations using cloud infrastructure, deploying AI on sensitive data, or operating under regulatory requirements, confidential computing is becoming essential.” What should organizations do? ”The performance problem is solved. The technology is ready, ecosystems are built, partners enable it. If you want to deploy agentic AI on sensitive data, protect customer privacy, meet regulatory requirements, and maintain security across hybrid environments, you need confidential computing in your strategy. “Most customers start with a developer license, validate performance and security, then migrate to a commercial license. Partners like Red Hat and Fortanix integrate these mechanisms within their platforms. Google Cloud offers it through their services. “Start with a proof of concept. Validate it works. Plan deployment. Organizations gain competitive advantage securing AI on sensitive data.”
- MongoDB embeds reranking into Atlas as enterprises look to simplify AI stacks for scale
MongoDB embeds reranking into Atlas as enterprises look to simplify AI stacks for scale InfoWorld
- NVIDIA BioNeMo Agent Toolkit Brings Accelerated AI to Life Sciences Researchers in Claude Science
Life sciences has entered an era of computational scale, and for more than a decade, NVIDIA has built the full GPU-accelerated computing stack — spanning hardware, frameworks, libraries, models, microservices and domain-specific tools — to help researchers run more sophisticated workflows and iterate faster. This week, Anthropic announced Claude Science, an AI workbench for science […]
- GW Health Announces AI Partnership With VarsaAI
GW Health Announces AI Partnership With VarsaAI USA Today
Score: 50🌐 MovesJun 30, 2026https://www.usatoday.com/press-release/story/35908/gw-health-announces-ai-partnership-with-varsaai/ - Can India regulate AI without slowing innovation? New study raises concerns
Can India regulate AI without slowing innovation? New study raises concerns Techcircle
Score: 50🌐 MovesJun 30, 2026https://www.techcircle.in/2026/06/30/can-india-regulate-ai-without-slowing-innovation-new-study-raises-concerns - Sovereign AI's next challenge: Can India balance innovation and trust?
As India pushes to build sovereign AI, governance may become its biggest challenge. With deepfakes, accountability and public-sector use rising, policymakers must balance innovation with trust
- Gemini Spark updates: macOS launch, connected apps and more
Example spark task "Monitor interior design internships for this summer"
Score: 50🌐 MovesJun 30, 2026https://blog.google/innovation-and-ai/products/gemini-app/gemini-spark-updates-june-2026/ - Netgear brings AI-driven network management to SMEs and MSPs
Netgear today announced Insight 10.0 , the latest version of its cloud-based network management platform, which adds new AI-powered capabilities designed to help small and midsize enterprises (SMEs) and managed service providers (MSPs) simplify network management, improve visibility, and reduce manual tasks. The company says the release represents a significant step toward AI-powered network operations and lays the foundation for future AI-defined networking capabilities . “The future of networking is about giving organizations the intelligence to operate increasingly complex environments with confidence,” said Pramod Badjate , president and general manager of Netgear Enterprise, in a statement . “As AI transforms every business, networks must become more adaptive, more automated, and easier to operate. Insight 10.0 is the foundation of our vision of AIOps and AI-defined networking for the millions of small and medium-sized organizations that have historically been underserved by enterprise networking solutions.” The company says organizations face growing network complexity driven by AI applications, cloud services, connected devices, and distributed workforces. And according to Netgear, many SMEs lack the IT resources available to large enterprises and need tools that can automate routine tasks. Insight 10.0 addresses SME and MSP challenges by combining cloud-native management, automation, and AI-driven capabilities in a single platform, according to Netgear. Netgear highlighted several new capabilities in the latest Insight release, including: AI-powered operations Contextual insights to help identify issues faster Proactive recommendations for troubleshooting and optimization AI-assisted workflows designed to reduce manual effort Support for more predictive network operations Unified visibility and network intelligence Centralized visibility into network performance Monitoring of device health, connectivity, and user experience Actionable intelligence derived from operational data Faster decision-making through a single management interface Simplified management at scale Streamlined navigation and workflows Flexible access controls Simplified subscription management Support for managing multiple sites, devices, users, and customer environments Cloud-native architecture Centralized cloud management Designed for continuous availability and resilient operations Support for distributed network environments Foundation for future AI-defined networking capabilities Netgear says Insight 10.0 combines AI operations , automation, cloud-native management, and operational intelligence to support that shift, according to the company. The platform is intended to help IT teams move from reactive troubleshooting toward more proactive operations. Netgear customer Kenny Red, CTO at CTI, said the release improves onboarding, troubleshooting, and network configuration processes, areas that can consume significant time for systems integrators and service providers. “We’ve had NETGEAR switches deployed across our own locations for years, and we’ve been part of the Insight development process since beta. The [Insight] 10.0 release reflects the feedback we gave—the interface is sharper, onboarding is faster, and the platform handles the two things that cost integrators the most time: post-deployment troubleshooting and manual network configuration. That’s a meaningful change, and it shows up in how we deliver,” Red said, in a statement . Netgear Insight 10.0 is available to existing users.
Score: 50🌐 MovesJun 30, 2026https://www.networkworld.com/article/4191261/netgear-brings-ai-driven-network-management-to-smes-and-msps.html - Hypefy AI raises $7.2M Series A to automate global influencer campaigns
Founded in Croatia, Hypefy AI, a platformthat uses AI to automate influencer marketing campaign execution, has raised$7.2 million in a Series A funding round. The round was led by AYMO Ventures,with p...
Score: 50💰 MoneyJun 30, 2026https://tech.eu/2026/06/30/hypefy-ai-raises-72m-series-a-to-automate-global-influencer-campaigns/ - How ChatGPT adoption has expanded
New OpenAI Signals data shows how ChatGPT adoption is growing globally, with users increasing usage, exploring more capabilities, and driving growth across regions and languages.
- Autonomous driving firm Autobrains eyes robotaxi growth in Europe, CEO says
Autonomous driving firm Autobrains eyes robotaxi growth in Europe, CEO says Reuters
- 1,000 days since October 7 - Bringing survivors' voices to the world through AI-powered living archive - Hebrew University and Edut 710
1,000 days since October 7 - Bringing survivors' voices to the world through AI-powered living archive - Hebrew University and Edut 710 EurekAlert!
- Peec AI, the AI visibility monitoring company, assembles a team to decode how ChatGPT and other LLMs recommend brands
Peec AI, the AI visibility monitoring company, assembles a team to decode how ChatGPT and other LLMs recommend brands USA Today
- AI-Driven Turbine Demand Propels GE Vernova, IBD Stock Of The Day, Toward All-Time High
GE Vernova, IBD's Stock Of The Day, is up 77% so far this year. It is passing a buy point in a cup-with-handle base. The post AI-Driven Turbine Demand Propels GE Vernova, IBD Stock Of The Day, Toward All-Time High appeared first on Investor's Business Daily .
- AI Boom Rotates Into Stock Sectors | July 30 Review & Preview
AI Boom Rotates Into Stock Sectors | July 30 Review & Preview Barron's
Score: 48🌐 MovesJun 30, 2026https://www.barrons.com/articles/stocks-today-ai-rotates-sectors-health-care-industrials-financials-28819289?mod - AI could make people dull, one scientist fears. Here's why.
AI tends to "play it safe within a user's preferences," nudging people toward more conventional choices, according to computational social scientist Sandra Matz.
- Bad data is teaching AI to waste your ad budget
In automated advertising, inaccurate conversion data doesn't just skew reports, it trains bidding algorithms to optimize for the wrong customers. The post Bad data is teaching AI to waste your ad budget appeared first on MarTech .
- Health leaders explore AI's build and use at forum
Health leaders explore AI's build and use at forum Healthcare IT News
Score: 48🌐 MovesJun 30, 2026https://www.healthcareitnews.com/video/health-leaders-explore-ais-build-and-use-forum - The New (And Slightly Smelly) Center of the AI Boom
San Francisco’s brightest minds are stuffing themselves into hacker houses.
Score: 48🌐 MovesJun 30, 2026https://www.theatlantic.com/technology/2026/06/hacker-houses-ai-boom-san-francisco/687737/?utm_source=feed - Ping An Bank, UnionPay unveil AI computing card
Cardholders can earn computing power points through spending or meeting asset-tier standards.
- Korea's earnings increasingly hinge on chips: SP
South Korea's corporate earnings are becoming increasingly dependent on semiconductors, even as the AI-driven chip boom is expected to continue through at least 2028, S&P Global Ratings said Tuesday. "Corporate earnings have been very strong this year, but the picture varies significantly across sectors," said Jeremy Kim at a Seoul briefing. "Growth is concentrated in semiconductors, while most other sectors are either growing modestly or remain under external pressure," he said, describing this
- How people are using GenAI chatbots: Evidence from web traffic data
New OECD analysis reveals how people use GenAI chatbots across countries and demographics, using web traffic data from Similarweb. The post How people are using GenAI chatbots: Evidence from web traffic data appeared first on OECD.AI .
Score: 48🌐 MovesJun 30, 2026https://wp.oecd.ai/how-people-are-using-genai-chatbots-evidence-from-web-traffic-data/ - What the OCI MSA didn't solve for AI scaling
PARTNER CONTENT: The OCI MSA settled the architecture for optical scale-up. How fast bandwidth scales is a manufacturing question, not an architectural one
Score: 48🌐 MovesJun 30, 2026https://www.theregister.com/hpc/2026/06/30/what-the-oci-msa-didnt-solve-for-ai-scaling/5262624 - Jacksonville tech firm joins Russell 2000 Index as AI pivot gains traction
The inclusion comes as the company moves toward a revenue ramp in the second half of this year. About $12.2 trillion in assets are benchmarked against Russell indexes.
- Autheo Introduces the Internet Operating System: A Decentralized Coordination Layer for the Web, Blockchain, and AI
Autheo Introduces the Internet Operating System: A Decentralized Coordination Layer for the Web, Blockchain, and AI Toronto Star
- Iran war and AI boom drive wild ride on global markets
Iran war and AI boom drive wild ride on global markets Reuters
Score: 47🌐 MovesJun 30, 2026https://www.reuters.com/world/americas/global-markets-h1-analysis-pix-2026-06-30/ - The next trillion-dollar AI opportunity: Real-world models and learning agents
For the past few years, artificial intelligence has been dominated by one powerful idea: conversation. People ask AI to write emails, summarise reports, generate marketing copy, explain legal documents, produce code, and answer questions. This has created enormous value because Large Language Models (LLMs) have made AI easy for everyone to use. But the next […] The post The next trillion-dollar AI opportunity: Real-world models and learning agents appeared first on e27 .
Score: 46🌐 MovesJun 30, 2026https://e27.co/the-next-trillion-dollar-ai-opportunity-real-world-models-and-learning-agents-20260625/ - Lucida AI closes $7M seed round for speech-to-speech AI
Lucida AI, aspeech-to-speech AI platform for global communication, has secured anadditional $1.6 million in funding, bringing its seed round to $7 million. The seedround was led by UK-based Velocity C...
Score: 46💰 MoneyJun 30, 2026https://tech.eu/2026/06/30/lucida-ai-closes-7m-seed-round-for-speech-to-speech-ai/ - AI investment increasingly shapes global economy
Memory chip demand has already pushed consumer electronics prices up, and RAM prices are expected to increase 40-50% in the coming quarter.
Score: 46🌐 MovesJun 30, 2026https://www.semafor.com/article/06/30/2026/ai-spending-is-increasingly-shaping-global-economy - How to Stop AI Voice Scams and Deepfakes With Bitdefender Scam Protection Pro
How to Stop AI Voice Scams and Deepfakes With Bitdefender Scam Protection Pro PCMag
Score: 45🌐 MovesJun 30, 2026https://www.pcmag.com/articles/how-to-stop-ai-voice-scams-and-deepfakes-with-bitdefender-scam-protection - Blackmores looks to knowledge graph to ground future agentic AI tools
Could assist in tailoring supplement recommendations.
- Can AI Orchestrate Omnichannel Advertising?
Optimization has been the golden promise of AI in advertising. From audience targeting and bid management to media buying and creative optimization, the industry’s first wave of AI investment has focused on helping campaigns perform better. However, as digital advertising becomes more fragmented, campaign performance is no longer the primary challenge agencies face. Modern campaigns […] The post Can AI Orchestrate Omnichannel Advertising? appeared first on AdExchanger .
Score: 45🌐 MovesJun 30, 2026https://www.adexchanger.com/content-studio/can-ai-orchestrate-omnichannel-advertising/ - TokenBudgeting: Our Conversations with Enterprises on Token Spend
Was Widespread TokenMaxxing Ever Really Here?
- The Token Budget Problem Nobody Is Talking About (Matan Grinberg, Co-Founder & CEO of Factory)
Listen now | Inside Factory, the $1.5 billion company helping enterprises like Nvidia, Morgan Stanley, and Adobe automate software development through AI “droids.”
- Korea's W800tr chip bet depends on moving talent south
When the head of SK hynix spoke in Seoul on Monday about Korea's largest-ever semiconductor commitment, his first request to the government was not for money, land or power; it was for good schools. Without them, the chief executive Kwak Noh-jung warned, sending young engineers south could create "weekend couples," the Korean shorthand for families split by a distant job posting. Samsung Electronics and SK hynix have committed a combined 800 trillion won ($517 billion) to build four memory fabs
- The CIO’s Responsibilities For AI Transformation Burst The Boundaries Of IT
A generation of CIOs built careers on running technology systems with a steady progression to the cloud and digital transformation. With the advent of meaningful AI toolkits and with the data and cloud foundations for change (hopefully) in place, the next generation of technology leaders will be defined by whether they can lead the business reinvention […]
Score: 45🌐 MovesJun 30, 2026https://www.forrester.com/blogs/the-cios-responsibilities-for-ai-transformation-burst-the-boundaries-of-it/ - What AI Will Do to Art
Holly Herndon and Mat Dryhurst believe the future doesn’t have to belong to slop.
Score: 45🌐 MovesJun 30, 2026https://www.theatlantic.com/magazine/2026/08/ai-art-holly-herndon-mat-dryhurst/687619/?utm_source=feed - AInesHR Launches Compliance-First HR Platform
AInesHR Launches Compliance-First HR Platform USA Today
Score: 45🌐 MovesJun 30, 2026https://www.usatoday.com/press-release/story/35970/aineshr-launches-compliance-first-hr-platform/ - Data Scientist Ke Zhang’s Research Explores Homomorphic Encryption for Privacy-Preserving Marketing
Data Scientist Ke Zhang’s Research Explores Homomorphic Encryption for Privacy-Preserving Marketing USA Today
- MEANINGFUL AI LAUNCHES FINANCIAL INSTITUTIONS PRACTICE, NAMES LEE LONG AS STRATEGIC PARTNER
MEANINGFUL AI LAUNCHES FINANCIAL INSTITUTIONS PRACTICE, NAMES LEE LONG AS STRATEGIC PARTNER azcentral.com and The Arizona Republic