
Immuta launches Agentic Data Access module for AI agents
Immuta unveiled an Agentic Data Access module that lets autonomous AI agents retrieve enterprise data in real time while enforcing governance policies. The module treats agents as first‑class data users, applying least‑access and zero standing privileges and providing audit trails, all built on Immuta’s policy engine.
A new platform, Epsteinalysis.com, launched under the alias Axiomofinfinity, offers a searchable database called Epstein Files Explorer containing over one million documents and two million pages released by the DOJ. The site employs spaCy’s named‑entity recognition and similarity clustering to index entities, Bates numbers, and content. Users can search documents, view timelines, network maps, image and video analyses, and examine redaction inconsistencies. The tool aims to make the massive Epstein dossier more accessible for researchers, journalists, and legal professionals.
Not all retries are created equal. Immediate retry: usually fails again Exponential backoff: gives systems time to recover Exponential backoff with jitter: prevents thundering herd Most orchestrators have this built in. But you need to understand what's happening or you'll wonder why your retries...
Test for superintelligence: when the data in Fivetran’s salesforce is 100% accurate and up to date at all times, I’ll know we’re there.
Senior officials from the Home Office and Ministry of Justice told MPs that the new Atlas immigration case‑working platform is now live and that work to link it with justice‑system databases will be completed by spring. The current data silos...
The semantic layer is like a restaurant menu: you know what you're ordering, but not how it's made. This analogy comes from Maxime Beauchemin and I think it's perfect. Users shouldn't need to understand your star schema to calculate revenue. They should...

Google Cloud and Alphabet’s moonshot project Tapestry have deepened their partnership with CTC Global to launch GridVista, an observability platform that embeds optical‑fiber sensors in transmission conductors. The system delivers real‑time strain, temperature and vibration data, feeding it into Google...

The article examines how AI’s high variable costs are reshaping recurring‑revenue models, moving firms away from flat‑rate SaaS subscriptions toward hybrid, usage‑based, and outcome‑based pricing. It cites McKinsey data showing 50% of firms plan AI adoption and highlights that 72%...
Company name normalization is a foundational step for clean GTM data, especially as AI amplifies the cost of poor quality. The article outlines practical rules—removing special characters, legal suffixes, standardizing case, extracting domains—and shows how Payfit cut duplicate records from...

The article outlines eight concise Python tricks that streamline data preprocessing, from normalizing column names to clipping outliers. Each technique uses pandas functions to handle whitespace, type conversion, date parsing, missing values, categorical standardization, duplicate removal, and quantile‑based capping. The...

Trackforce upgraded its support analytics by swapping delayed Zendesk reports for Geckoboard’s real‑time dashboards. The new self‑serve visualisations gave agents instant insight into queue health, productivity and CSAT, enabling proactive management. As a result, customer satisfaction jumped to 92.5% and...

MySQL 8.0 reaches official End‑Of‑Life in April 2026, ending Oracle’s security patches and bug fixes. Organizations can still rely on Premier or Extended Support for a limited period, but the safest route is to upgrade to newer MySQL releases or migrate...

1606 Corp signed a non‑binding term sheet to acquire roughly 132 acres in Lufkin, Texas, including a 55 MW natural‑gas power plant and a 50,000 sq ft warehouse for an AI‑focused data center. The transaction is priced at about $11.67 million, combining $7.5 million in...

Amazon’s Ring introduced the “Search Party” feature, allowing users to share video clips from their doorbell cameras with friends, family, or law‑enforcement agencies to help locate missing persons. The rollout triggered immediate privacy backlash from civil‑rights groups who argue the...

Illinois Governor J.B. Pritzker plans to request a two‑year suspension of tax incentives for new data centers, pending a study of the sector’s impact on the state’s electricity grid and residential bills. Current incentives grant up to 20 years of...

The migration of data processing from centralized servers to edge devices is reshaping QA strategies for IoT pipelines. Unstable networks, fragmented device fleets, and expanded attack surfaces demand testing that goes beyond functional checks. Specialized IoT testing services now employ...

Western Digital announced a 14‑platter hard‑disk drive architecture that boosts capacity by roughly 27% over its current 11‑platter models, enabling 40 TB drives in 2026 and paving the way for 44 TB HAMR units later this year and 100 TB drives by 2029....

Artificial intelligence is rapidly automating core recruitment tasks, enabling employers to screen resumes, rank candidates, and conduct initial interviews without external recruiters. This technological shift allows companies to bring talent acquisition in‑house, diminishing reliance on traditional staffing firms such as...
Data is objective only in appearance. Behind every dataset lies a human decision about what to measure

Edge computing can be delivered via purpose‑built edge data centers or through distributed edge devices such as gateways, sensors, and consumer hardware. Data centers provide consolidated compute, storage, and robust security for high‑throughput, latency‑sensitive workloads, while devices excel at mobile,...
Snowflake unveiled Cortex Code, an AI‑driven coding assistant embedded in its data platform, at the Build conference in London. The tool can generate, explain, and optimize SQL and Python code, handle data‑engineering and analytics tasks, and is context‑aware of schemas, governance...
In this episode, Petra Durnin, a veteran CRE researcher and tech‑to‑impact strategist, explains why the industry’s biggest hurdle isn’t more tools but cleaner, more integrated data. She walks through her career trajectory, from a temp analyst to leading data and...

TopQuadrant unveiled TQ Data Foundation, an enterprise context platform designed to close the AI "context gap" that keeps many large firms in pilot mode. The solution layers knowledge‑graph technology over existing data assets, delivering unified models, reference terms, metadata, and...

Cole Bowden’s DBTA webinar highlighted when organizations should replace generic data stacks with a purpose‑built time‑series database. He urged teams to start simple—if data fits in memory or a single drive, a traditional RDBMS may suffice, but scaling pressures demand...
Data Quality and Data Governance are two of the most underrated but important areas in the data space There are other areas to explore in data outside of Analytics.
You've got data spread across geographies. What happens when you want to bring that data together? Usually ETL jobs or other mechanisms. We just launched @googlecloud BigQuery global queries. Do multi-location analysis with a single query: https://t.co/F3p2mn5SjZ
The article reviews temporary tables in Databricks SQL, explaining how they store intermediate results for the duration of a session and can be referenced across multiple statements. It compares them to Common Table Expressions, highlighting performance gains when avoiding repeated...
The pg_clickhouse extension for PostgreSQL has been updated to version 0.1.4, a maintenance release that can be applied in‑place without running an ALTER EXTENSION command. The update resolves critical bugs: the binary driver now correctly inserts NULL into ClickHouse Nullable...

A new vulnerability, CVE‑2026‑25903, affects Apache NiFi versions 1.1.0 through 2.7.2 and was patched in 2.8.0. The flaw allows users with limited privileges to modify the configuration of already‑deployed restricted components, bypassing the platform’s authorization checks. While it does not...
Data governance has morphed into a catch‑all term covering quality, metadata, privacy, compliance, and digital strategy, creating ambiguity that blurs responsibilities and stalls decisions. A new resource, "What Is Data Governance? 30 Questions and Answers," builds on the Broadband Commission’s Data...

The tutorial walks through building a fully interactive exploratory data analysis (EDA) workflow inside a Python notebook using PyGWalker. It starts with advanced feature engineering on the Titanic dataset, creating buckets, segments, and DuckDB‑safe columns for both row‑level and aggregated...
A new study presents a cloud‑native microservice architecture designed for insurance analytics, leveraging Docker, Kubernetes, Kafka, and Spark to replace legacy monolithic systems. The design enables real‑time data ingestion, continuous AI model deployment, and automated scaling across services. Performance tests...

Microsoft has brought two new data halls online in São Paulo, marking the first operational facilities under its $2.7 bn AI and cloud commitment to Brazil through 2027. The launch was announced at the Microsoft AI Tour by country president Priscyla Laham,...

VIDAA, now rebranded as V, is set to launch its V Index measurement platform in Q2, blending traditional linear TV data with streaming‑app viewership. The solution will initially roll out across Europe, the Middle East and Africa, leveraging the company’s...
Hot take: Pivot tables are the REPL for business data. Just like programmers use REPLs to quickly test code, business users use pivot tables to quickly test hypotheses about their data. Drag a field. See a result. Adjust. Repeat. This feedback loop is...

Quest Software unveiled the Trusted Data Management Platform, a unified suite that combines data modeling, cataloging, governance, quality, and a marketplace to deliver AI‑ready data across enterprises. The solution promises up to 54% faster data‑product delivery, up to 40% cost...

Dynatrace announced accelerated growth by surpassing $1 billion in AWS Marketplace sales and earning the AWS Financial Services Competency. The company reported sustained triple‑digit growth over three years, driven by cloud‑native procurement demand. It also secured the AWS Agentic AI Specialization,...
SurrealDB launched version 3.0 alongside a $23 million Series A extension, bringing total funding to $44 million. The new release consolidates relational, vector and graph capabilities into a single Rust‑native engine, letting AI agents store memory, business logic and multimodal data transactionally. By...

AI teams love tuning models. But they ignore the bike chain: data. Outsourcing labeling to people that care much less on the app’s success. Messy internal docs. No structured knowledge base. No call transcripts. No clean SOPs. Then they ask: “Why isn’t the model improving?” The highest ROI in...

Excel remains a default tool in hotels, but its apparent zero‑cost facade hides substantial operational expenses. Hotels can spend up to 125 hours each month cleaning, formatting, and moving data, turning revenue managers into data clerks. This manual burden erodes...
Most analysts can run a regression. Very few can explain what the output actually means. That gap is a statistics fundamentals problem. Not a tools problem. Not a Python problem. Not a years-of-experience problem. If you can't explain what your numbers mean, you...
London Stock Exchange Group (LSEG) and Bank of America have entered a multi‑year partnership to embed LSEG’s data, analytics and workflow solutions across BofA’s platforms. The deal gives BofA clients governed, rights‑cleared data and AI‑ready content, powered by LSEG Workspace,...

Recent incidents—a 2021 Texas freeze and a 2021 OVH fire in Strasbourg—highlight hidden single points of failure in data centers. The freeze delayed fuel deliveries, exposing over‑reliance on on‑site fuel, while the fire demonstrated how passive cooling designs can unintentionally...

Pure Storage’s Cloud service extends its Purity operating environment to AWS and Azure, delivering a single‑pane‑of‑glass storage layer that feels identical to on‑prem FlashArray. By abstracting the underlying cloud hardware, the platform offers native APIs, replication, and security while adding...

Agoda has released APIAgent, an open‑source tool that turns any REST or GraphQL API into a Model Context Protocol (MCP) server with zero code and no deployments. The proxy reads OpenAPI or GraphQL schemas, generates tool definitions, and uses DuckDB...

Anthropic and Infosys have announced a partnership to create custom AI agents for enterprises, combining Anthropic's Claude large language models, including Claude Code, with Infosys' Topaz AI platform. The collaboration targets sectors such as telecommunications and financial services, aiming to automate...

Moonshot, the Chinese AI startup behind the Kimi chatbot, is launching a new financing round that targets a $10 billion valuation. The company previously secured $500 million at a $4.3 billion valuation, and its existing backers—Alibaba, Tencent and 5Y Capital—have already committed more...

In this episode, Ryan interviews Shireesh Thota, Corporate Vice President of Azure Databases at Microsoft, about the rapid evolution of Microsoft's database offerings, including SQL Server, Cosmos DB, and Postgres, and how they fit into a unified Azure data platform....

CyrusOne’s vice‑president of environmental, health, safety and sustainability, Kyle Myers, says the company treats sustainability as a profit centre rather than a cost centre. By centralising ESG functions into a cross‑functional working group, CyrusOne has integrated green‑building standards across its...

Dell VP David Noy announced that discrete storage architectures outperform disaggregated designs for large‑scale AI workloads, reversing Dell’s earlier promotion of disaggregation. He cites PowerScale’s integrated controller‑drive chassis as delivering lower rack space, fewer switches, and reduced power consumption. The...
Micron has begun mass production of the 9650 NVMe SSD, the world’s first PCIe Gen6 storage device. The drive delivers up to 28,000 MB/s sequential reads and 14,000 MB/s writes, roughly doubling Gen5 bandwidth while staying within a 25 W power envelope. Capacities range...