# data

Data are representations of facts, concepts, or instructions suitable for communication, interpretation, or processing by people or automated means.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## GNOME 51 released

DevFeed: [GNOME 51 released](<https://devfeed.tech/articles/gnome-51-released-41294.md>)

Original publisher: [Read original article](<https://lwn.net/Articles/1094963/>)

Author: corbet

Published: 2026-09-17T13:08:12Z

Content type: release

Language: en

Sources: [LWN.net](<https://devfeed.tech/sources/lwn-net.md>)

Topics: [version](<https://devfeed.tech/topics/version.md>), [App](<https://devfeed.tech/topics/app.md>), [data](<https://devfeed.tech/topics/data.md>), [interface](<https://devfeed.tech/topics/interface.md>), [file](<https://devfeed.tech/topics/file.md>)

Tags: [application](<https://devfeed.tech/tags/application.md>), [changes](<https://devfeed.tech/tags/changes.md>), [data](<https://devfeed.tech/tags/data.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [file](<https://devfeed.tech/tags/file.md>), [gnome](<https://devfeed.tech/tags/gnome.md>), [gnome-51](<https://devfeed.tech/tags/gnome-51.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [interface](<https://devfeed.tech/tags/interface.md>), [maps](<https://devfeed.tech/tags/maps.md>), [offline](<https://devfeed.tech/tags/offline.md>), [performance](<https://devfeed.tech/tags/performance.md>), [transit](<https://devfeed.tech/tags/transit.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

GNOME 51 has been released with performance improvements, offline data and improved transit information in Maps, a new file previewer interface, and other changes.

### Source excerpt

Version 51 of the GNOME desktop environment has been released. The list of changes includes a number of performance improvements, offline data and better transit information in the Maps application, a new interface for the file previewer, and more.

## Australia's AI opportunity starts with data

DevFeed: [Australia's AI opportunity starts with data](<https://devfeed.tech/articles/australia-s-ai-opportunity-starts-with-data-31487.md>)

Original publisher: [Read original article](<https://www.elastic.co/blog/australia-parliamentary-ai-showcase>)

Author: Sean MacKirdy

Published: 2026-09-17T01:00:00Z

Content type: opinion

Language: en

Sources: [Elastic Blog - Elasticsearch, Kibana, and ELK Stack](<https://devfeed.tech/sources/elastic-blog-elasticsearch-kibana-and-elk-stack.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Strategy](<https://devfeed.tech/topics/ai-strategy.md>)

Tags: [agentic-ai-government](<https://devfeed.tech/tags/agentic-ai-government.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-adoption](<https://devfeed.tech/tags/ai-adoption.md>), [australia](<https://devfeed.tech/tags/australia.md>), [data](<https://devfeed.tech/tags/data.md>), [platform](<https://devfeed.tech/tags/platform.md>), [public-sector-media-entertainment](<https://devfeed.tech/tags/public-sector-media-entertainment.md>)

### AI overview

Elastic's participation in Australia's first Parliamentary AI Industry Showcase emphasized that data is a central constraint on AI performance and a prerequisite for deploying AI that is effective, safe, and trusted.

### Source excerpt

Elastic, a Founding Partner at Australia's first Parliamentary AI Industry Showcase, highlights that data, not just models, is the key to deploying safe, effective, and trusted AI.

## Local and distributed cache coherence: stale data caused by missed invalidation messages

DevFeed: [Local and distributed cache coherence: stale data caused by missed invalidation messages](<https://devfeed.tech/articles/local-cache-plus-distributed-cache-the-coherence-bill-nobody-budgets-for-39606.md>)

Original publisher: [Read original article](<https://ankit-rana.com/logs/54-local-and-distributed-cache-coherence/>)

Author: hello@ankit-rana.com

Published: 2026-09-17T00:00:00Z

Content type: opinion

Language: en

Sources: [Ankit Rana | Mechanical Sympathy](<https://devfeed.tech/sources/ankit-rana-mechanical-sympathy.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [data](<https://devfeed.tech/topics/data.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [cache-coherence](<https://devfeed.tech/tags/cache-coherence.md>), [caching](<https://devfeed.tech/tags/caching.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [data](<https://devfeed.tech/tags/data.md>), [distributed-cache](<https://devfeed.tech/tags/distributed-cache.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [jvm](<https://devfeed.tech/tags/jvm.md>), [network](<https://devfeed.tech/tags/network.md>), [redis](<https://devfeed.tech/tags/redis.md>), [ttl](<https://devfeed.tech/tags/ttl.md>)

### AI overview

The article explains that adding an in-process cache in front of a distributed cache can improve latency but creates independently stale copies across service instances. It focuses on Redis pub/sub invalidation, which provides no persistence, acknowledgement, retry, or replay, allowing instances to miss invalidation messages and serve stale data until their TTL expires.

### Source excerpt

An in-process cache in front of a distributed cache removes a network hop and adds one independent copy of the data per instance, each of which can be stale on its own schedule. Invalidation is normally broadcast over pub/sub, which is fire and forget, so any instance that is restarting, garbage collecting or briefly disconnected simply misses the message and serves stale data until its TTL expires. That TTL is not a performance setting, it is the maximum duration of incorrectness.

## Enterprises are sweating legacy IT assets as AI investment grows

DevFeed: [Enterprises are sweating legacy IT assets as AI investment grows](<https://devfeed.tech/articles/enterprises-are-sweating-legacy-it-assets-as-ai-investment-grows-31542.md>)

Original publisher: [Read original article](<https://www.theregister.com/systems/2026/09/16/enterprises-are-sweating-legacy-it-assets-as-ai-investment-grows/5296896>)

Author: Dan Robinson

Published: 2026-09-16T16:15:00Z

Content type: article

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [legacy](<https://devfeed.tech/topics/legacy.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [mainframes](<https://devfeed.tech/topics/mainframes.md>), [data](<https://devfeed.tech/topics/data.md>), [business logic](<https://devfeed.tech/topics/business-logic.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [business-logic](<https://devfeed.tech/tags/business-logic.md>), [data](<https://devfeed.tech/tags/data.md>), [ensono](<https://devfeed.tech/tags/ensono.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [it-modernization](<https://devfeed.tech/tags/it-modernization.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [legacy-systems](<https://devfeed.tech/tags/legacy-systems.md>), [mainframes](<https://devfeed.tech/tags/mainframes.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

The article examines how enterprises are dealing with legacy IT assets as AI investment grows. It reports that mainframes and other hardware may contain the data and business logic needed to build AI services.

### Source excerpt

Hardware such as mainframes found to hold the data and business logic needed to build those AI services

## How to connect AI usage to business value

DevFeed: [How to connect AI usage to business value](<https://devfeed.tech/articles/how-to-connect-ai-usage-to-business-value-31553.md>)

Original publisher: [Read original article](<https://openai.com/index/how-to-connect-ai-usage-to-business-value>)

Published: 2026-09-16T12:00:00Z

Content type: tutorial

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [codex](<https://devfeed.tech/topics/codex.md>), [data](<https://devfeed.tech/topics/data.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [business-value](<https://devfeed.tech/tags/business-value.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [codex](<https://devfeed.tech/tags/codex.md>), [product](<https://devfeed.tech/tags/product.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This tutorial explains how ChatGPT Work and Codex analytics help administrators connect AI adoption, usage, spending, supported tasks, and outcomes to business decisions. It covers views for identifying training needs, evaluating workflows, reviewing model and tool usage, and monitoring Codex contributions and code-review activity.

### Source excerpt

Learn how ChatGPT Work and Codex analytics help teams understand AI usage and spend, identify training needs, and connect adoption to business outcomes.

## Ministry of Justice apologizes after court staff accessed Southport victims' files

DevFeed: [Ministry of Justice apologizes after court staff accessed Southport victims' files](<https://devfeed.tech/articles/ministry-of-justice-apologizes-after-court-staff-accessed-southport-victims-files-30932.md>)

Original publisher: [Read original article](<https://www.theregister.com/security/2026/09/16/ministry-of-justice-apologizes-after-court-staff-accessed-southport-victims-files/5296808>)

Author: Connor Jones

Published: 2026-09-16T10:42:28Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>)

Tags: [data-protection](<https://devfeed.tech/tags/data-protection.md>), [information](<https://devfeed.tech/tags/information.md>), [security](<https://devfeed.tech/tags/security.md>), [united-kingdom](<https://devfeed.tech/tags/united-kingdom.md>)

### AI overview

The UK Ministry of Justice apologized after court staff accessed files belonging to Southport victims. The files contained sensitive personal data, but there is no evidence that the information was shared with third parties.

### Source excerpt

Sensitive personal data was involved, but there is no evidence it was shared with third parties

## A Case for Time Tracking: Data Driven Time-Management

DevFeed: [A Case for Time Tracking: Data Driven Time-Management](<https://devfeed.tech/articles/a-case-for-time-tracking-data-driven-time-management-27363.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/a-case-for-time-tracking.htm>)

Author: Khan Academy

Published: 2016-08-08T22:00:00Z

Content type: opinion

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [Google Calendar](<https://devfeed.tech/topics/google-calendar.md>), [data](<https://devfeed.tech/topics/data.md>), [Development](<https://devfeed.tech/topics/development.md>), [Tech Lead](<https://devfeed.tech/topics/tech-lead.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [developer](<https://devfeed.tech/tags/developer.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [google](<https://devfeed.tech/tags/google.md>), [news](<https://devfeed.tech/tags/news.md>), [tech-lead](<https://devfeed.tech/tags/tech-lead.md>), [time-management](<https://devfeed.tech/tags/time-management.md>), [time-tracking](<https://devfeed.tech/tags/time-tracking.md>), [web-frontend](<https://devfeed.tech/tags/web-frontend.md>)

### AI overview

The author describes tracking all work activities as personal Google Calendar events. They argue that the resulting data provides a clearer view of how time is spent and helps inform decisions, productivity, and confidence about work.

### Source excerpt

By Oliver Northwood Tl;dr: Time-tracking everything I do in Google Calendar has made me happier, more productive, and ... Read more

## Memcached-Backed Content Infrastructure

DevFeed: [Memcached-Backed Content Infrastructure](<https://devfeed.tech/articles/memcached-backed-content-infrastructure-27393.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/memcached-fms.htm>)

Author: Khan Academy

Published: 2017-05-15T22:00:00Z

Content type: article

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [data](<https://devfeed.tech/topics/data.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [cache](<https://devfeed.tech/tags/cache.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [memcached](<https://devfeed.tech/tags/memcached.md>), [news](<https://devfeed.tech/tags/news.md>), [profiling](<https://devfeed.tech/tags/profiling.md>)

### AI overview

Khan Academy describes testing and rolling out a Memcached-backed content-serving backend. The article explains the existing content versioning and storage model, the performance limitations of fetching many individual items, and the prior approach of loading a compressed site-wide content bundle at server startup.

### Source excerpt

By Ben Kraft Last post, I wrote about how we did profiling on App Engine's Memcached service to ... Read more

## New data pipeline management platform at Khan Academy

DevFeed: [New data pipeline management platform at Khan Academy](<https://devfeed.tech/articles/new-data-pipeline-management-platform-at-khan-academy-27388.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/khanalytics.htm>)

Author: Khan Academy

Published: 2018-04-30T22:00:00Z

Content type: article

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [DataOps](<https://devfeed.tech/topics/dataops.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [batch](<https://devfeed.tech/tags/batch.md>), [bigquery](<https://devfeed.tech/tags/bigquery.md>), [cloud-dataflow](<https://devfeed.tech/tags/cloud-dataflow.md>), [data](<https://devfeed.tech/tags/data.md>), [data-pipelines](<https://devfeed.tech/tags/data-pipelines.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [news](<https://devfeed.tech/tags/news.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [scheduling](<https://devfeed.tech/tags/scheduling.md>)

### AI overview

Khan Academy developed Khanalytics to manage its growing collection of data pipelines. The platform provides a sandboxed environment for batch jobs, a web interface, automatic parallelization, centralized logs, and pipeline scheduling with dependencies.

### Source excerpt

By Ragini Gupta Data is very crucial to Khan Academy and is itself an internal product for the ... Read more

## University of Manchester Uses NVIDIA Earth-2 to Forecast Air Pollution Across the UK

DevFeed: [University of Manchester Uses NVIDIA Earth-2 to Forecast Air Pollution Across the UK](<https://devfeed.tech/articles/university-of-manchester-uses-nvidia-earth-2-to-forecast-air-pollution-across-the-uk-30917.md>)

Original publisher: [Read original article](<https://blogs.nvidia.com/blog/uk-air-pollution-research-earth-2/>)

Author: Isha Salian

Published: 2026-09-16T05:00:42Z

Content type: article

Language: en

Sources: [NVIDIA Blog](<https://devfeed.tech/sources/nvidia-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Supercomputing](<https://devfeed.tech/topics/supercomputing.md>), [DGX Spark](<https://devfeed.tech/topics/dgx-spark.md>), [Simulation](<https://devfeed.tech/topics/simulation.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [data](<https://devfeed.tech/topics/data.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-for-good](<https://devfeed.tech/tags/ai-for-good.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [climate](<https://devfeed.tech/tags/climate.md>), [compute](<https://devfeed.tech/tags/compute.md>), [dgx-spark](<https://devfeed.tech/tags/dgx-spark.md>), [government](<https://devfeed.tech/tags/government.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [inference](<https://devfeed.tech/tags/inference.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [science](<https://devfeed.tech/tags/science.md>), [supercomputing](<https://devfeed.tech/tags/supercomputing.md>), [training](<https://devfeed.tech/tags/training.md>), [uk](<https://devfeed.tech/tags/uk.md>)

### AI overview

The University of Manchester is working with NVIDIA to use Earth-2 generative AI models to forecast air pollution across the U.K. The team trained Earth-2 CorrDiff on chemistry-climate simulation data using Isambard-AI, added StormCast for time-dependent forecasts using air-quality observations, and demonstrated workflows on DGX Spark.

### Source excerpt

Air pollution is a serious public health risk, contributing to an estimated 30,000 deaths in the U.K. alone last year. Data-driven insights can help -- but computing air quality with traditional chemistry-based models is expensive, which limits how detailed they can be and how regularly they can be run. David Topping, a professor in the [...]

## Java 27 adds improvements to garbage collection, headers, data security, and quantum key support

DevFeed: [Java 27 adds improvements to garbage collection, headers, data security, and quantum key support](<https://devfeed.tech/articles/java-27-grows-up-makes-better-choices-30925.md>)

Original publisher: [Read original article](<https://www.theregister.com/devops/2026/09/16/java-27-grows-up-makes-better-choices/5296707>)

Author: Joab Jackson

Published: 2026-09-16T04:50:00Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [java-27](<https://devfeed.tech/topics/java-27.md>), [Java](<https://devfeed.tech/topics/java.md>), [Security](<https://devfeed.tech/topics/security.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [devops](<https://devfeed.tech/tags/devops.md>), [garbage-collection](<https://devfeed.tech/tags/garbage-collection.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [java](<https://devfeed.tech/tags/java.md>), [java-27](<https://devfeed.tech/tags/java-27.md>), [jdk](<https://devfeed.tech/tags/jdk.md>), [jdk-27](<https://devfeed.tech/tags/jdk-27.md>), [openjdk](<https://devfeed.tech/tags/openjdk.md>), [post-quantum-cryptography](<https://devfeed.tech/tags/post-quantum-cryptography.md>)

### AI overview

Java 27 introduces improvements to JDK garbage collection, header sizes, data security, and quantum key support, with the stated aim of reducing developer friction.

### Source excerpt

Improvements in JDK garbage collection, header sizes, data security and quantum key support all should minimize developer friction

## DuckDB Skills for Claude Code

DevFeed: [DuckDB Skills for Claude Code](<https://devfeed.tech/articles/duckdb-skills-for-claude-code-31480.md>)

Original publisher: [Read original article](<https://duckdb.org/2026/09/16/duckdb-skills.html>)

Author: The DuckDB team

Published: 2026-09-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [DuckDB](<https://devfeed.tech/sources/duckdb.md>)

Topics: [DuckDB](<https://devfeed.tech/topics/duckdb.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [data](<https://devfeed.tech/topics/data.md>), [CSV](<https://devfeed.tech/topics/csv.md>), [parquet](<https://devfeed.tech/topics/parquet.md>)

Tags: [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cli](<https://devfeed.tech/tags/cli.md>), [csv](<https://devfeed.tech/tags/csv.md>), [data](<https://devfeed.tech/tags/data.md>), [duckdb](<https://devfeed.tech/tags/duckdb.md>), [parquet](<https://devfeed.tech/tags/parquet.md>), [using-duckdb](<https://devfeed.tech/tags/using-duckdb.md>)

### AI overview

This post introduces the duckdb-skills plugin for Claude Code. The plugin uses the DuckDB CLI to inspect data files, run SQL queries, convert formats, explore object storage and spatial data, search documentation, and recall earlier sessions. It explains installation, how the skills select appropriate commands, and how Claude uses DuckDB for exact query results.

### Source excerpt

The duckdb-skills plugin gives Claude Code a growing number of skills that use the DuckDB CLI to read data files, run queries, convert formats, explore object storage, work with spatial data, search the documentation and recall earlier sessions.

## Google tag gateway: Now on Webflow

DevFeed: [Google tag gateway: Now on Webflow](<https://devfeed.tech/articles/google-tag-gateway-now-on-webflow-34915.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/google-tag-gateway-now-on-webflow>)

Author: Webflow Team

Published: 2026-09-16T00:00:00Z

Content type: release

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [gateway](<https://devfeed.tech/topics/gateway.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Google](<https://devfeed.tech/topics/google.md>), [Confidential Computing](<https://devfeed.tech/topics/confidential-computing.md>), [data](<https://devfeed.tech/topics/data.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [confidential-computing](<https://devfeed.tech/tags/confidential-computing.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [conversion](<https://devfeed.tech/tags/conversion.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [google](<https://devfeed.tech/tags/google.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

Webflow announces Google tag gateway, which routes conversion data through a site's first-party infrastructure. Existing native Google tag integration users can activate it by republishing their site, while new users can follow a code-free setup workflow.

### Source excerpt

When you build on Webflow, you're creating experiences designed to help your business stand out and grow. Underpinning those experiences with a strong measurement foundation can help you understand what's driving results and make more informed marketing decisions. Now, Webflow makes it easier to strengthen your measurement foundation.

## Glyph: A Multi-Strategy Agentic System for Column Description and Sensitivity-Ontology Tagging of Enterprise Data Catalogs

DevFeed: [Glyph: A Multi-Strategy Agentic System for Column Description and Sensitivity-Ontology Tagging of Enterprise Data Catalogs](<https://devfeed.tech/articles/glyph-a-multi-strategy-agentic-system-for-column-description-and-sensitivity-ontology-tagging-of-enterprise-data-catalogs-31490.md>)

Original publisher: [Read original article](<https://machinelearning.apple.com/research/glyph-column-description-tagging>)

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Apple Machine Learning Research](<https://devfeed.tech/sources/apple-machine-learning-research.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Code](<https://devfeed.tech/topics/code.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [classification](<https://devfeed.tech/tags/classification.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [governance](<https://devfeed.tech/tags/governance.md>), [production](<https://devfeed.tech/tags/production.md>), [provenance](<https://devfeed.tech/tags/provenance.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

Glyph is a production system for generating column descriptions and assigning sensitivity-ontology labels in enterprise data catalogs. It uses cooperating LLM agents, source-code-grounded retrieval, parallel tagging strategies, vector-based metadata matching, and ranked-output fusion to support auditable cataloging.

### Source excerpt

Enterprise data lakes accumulate tables faster than human stewards can document or classify them, leaving columns with missing descriptions and unassigned governance labels. This documentation debt undermines data discovery, access control, and regulatory compliance. We present Glyph, a production system that frames two coupled problems, column description generation and column type annotation for data classification, as cooperating LLM agents orchestrated as stateful graphs. The Descriptor grounds generation in the pipeline source code that produces each column, retrieved on demand from an...

## Building an AI-native data & insights operating system at Webflow

DevFeed: [Building an AI-native data & insights operating system at Webflow](<https://devfeed.tech/articles/building-an-ai-native-data-insights-operating-system-at-webflow-31385.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/building-an-ai-native-data-and-insights-operating-system>)

Author: Ashwini Chaube

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>), [decision-making](<https://devfeed.tech/topics/decision-making.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [data](<https://devfeed.tech/tags/data.md>), [data-insights](<https://devfeed.tech/tags/data-insights.md>), [inside-webflow](<https://devfeed.tech/tags/inside-webflow.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [review](<https://devfeed.tech/tags/review.md>), [self-service](<https://devfeed.tech/tags/self-service.md>), [skills](<https://devfeed.tech/tags/skills.md>)

### AI overview

Webflow describes how its Data & Insights team built an AI-native operating system for trusted self-service analytics. The approach combines governed data, encoded business context, reusable skills and agents, permissions, architectural controls, review practices, and human judgment, while also changing how the team works through agent-first workflows, learning, and experimentation.

### Source excerpt

How we built the governed foundations for trusted self-service analytics while transforming the way our own team works.

## How to Build an Endpoint Data Loss Prevention Strategy for Your Development Team

DevFeed: [How to Build an Endpoint Data Loss Prevention Strategy for Your Development Team](<https://devfeed.tech/articles/how-to-build-an-endpoint-data-loss-prevention-strategy-for-your-development-team-26899.md>)

Original publisher: [Read original article](<https://www.freecodecamp.org/news/build-an-endpoint-data-loss-prevention-strategy-for-your-dev-team/>)

Author: Alex Tray

Published: 2026-09-15T21:03:09Z

Content type: tutorial

Language: en

Sources: [freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More](<https://devfeed.tech/sources/freecodecamp-programming-tutorials-python-javascript-git-more.md>)

Topics: [data loss prevention](<https://devfeed.tech/topics/data-loss-prevention.md>), [Development](<https://devfeed.tech/topics/development.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [cybersecurityawareness](<https://devfeed.tech/tags/cybersecurityawareness.md>), [data-loss-prevention](<https://devfeed.tech/tags/data-loss-prevention.md>), [data-protection](<https://devfeed.tech/tags/data-protection.md>), [database](<https://devfeed.tech/tags/database.md>), [development](<https://devfeed.tech/tags/development.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [endpoint-security](<https://devfeed.tech/tags/endpoint-security.md>), [hardcoded-credentials](<https://devfeed.tech/tags/hardcoded-credentials.md>), [it-security](<https://devfeed.tech/tags/it-security.md>), [net-conf](<https://devfeed.tech/tags/net-conf.md>), [remote-access](<https://devfeed.tech/tags/remote-access.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [sensitive-data](<https://devfeed.tech/tags/sensitive-data.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A tutorial for development teams on building endpoint data loss prevention strategies. It covers auditing laptops for secrets and sensitive data, removing unnecessary copies, rotating exposed credentials, and establishing access controls.

### Source excerpt

A developer's laptop holds more sensitive data than most people realize: API keys, database credentials, staging environment secrets, and sometimes entire copies of production data pulled down "just f

## Beyond the model: Engineering AI infra with scientific judgement

DevFeed: [Beyond the model: Engineering AI infra with scientific judgement](<https://devfeed.tech/articles/beyond-the-model-engineering-ai-infra-with-scientific-judgement-26973.md>)

Original publisher: [Read original article](<https://medium.com/airbnb-engineering/beyond-the-model-engineering-ai-infra-with-scientific-judgement-371316d43261?source=rss----53c7c27702d5---4>)

Author: AirbnbEng

Published: 2026-09-15T17:06:18Z

Content type: article

Language: en

Sources: [The Airbnb Tech Blog - Medium](<https://devfeed.tech/sources/the-airbnb-tech-blog-medium.md>)

Topics: [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>), [data](<https://devfeed.tech/topics/data.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [data](<https://devfeed.tech/tags/data.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [llms](<https://devfeed.tech/tags/llms.md>), [quality](<https://devfeed.tech/tags/quality.md>), [science](<https://devfeed.tech/tags/science.md>), [trust](<https://devfeed.tech/tags/trust.md>)

### AI overview

Airbnb describes an agent harness for data science that embeds scientific methodology around an AI model. The system guides agents through framing questions, selecting evidence, and recording decisions so unstructured-data investigations can be reproduced, audited, challenged, and extended across languages, geographies, and LLM-based products.

### Source excerpt

How Airbnb's agent harness transforms unstructured data exploration by encoding scientific methodology into scalable, reproducible, and audit-ready infrastructure. By: Wren Dougherty Ask a coding agent to analyze 100,000 customer support conversations and within minutes you'll have a polished taxonomy, precise prevalence numbers, and an executive-ready summary. What you can't see is the investigation that produced them: the methods it chose, the evidence it weighed, how much to trust it, or whether a second request would agree. All that reaches you is the polish. The model is undeniably intelligent, but intelligence without methodology is not science. LLMs certainly make for confident scientists, but we need them to be responsible ones. Smarter models help, but intelligence has never been the whole of science, in people or in machines. The method is as much the product as the answer. That is the idea behind the agent harness we built for data science: the methodology itself, built as infrastructure around the model. It governs how an AI agent operates, from framing a question to selecting evidence to recording decisions, so results can be reproduced, audited, and challenged, and the method shared, inspected, and built on. The challenge of unstructured data exploration In 2025, Airbnb was preparing to launch an AI customer service assistant. Before it could ship, we needed to understand exactly what kinds of situations it would face in the real world. That included rare events that could be risky for AI to interact with, and involved examining their taxonomy and prevalence to create the datasets that would help us build a more responsible product. The investigative work to do this was rigorous, but the process was deeply artisanal. Months of high-touch iteration went into each investigation, from finding the right data, reviewing samples with experts, and generating representative datasets, and the method was manually curated across notebooks, tables, docs, and indiv

## What I learned organizing KCD Lima 2026

DevFeed: [What I learned organizing KCD Lima 2026](<https://devfeed.tech/articles/what-i-learned-organizing-kcd-lima-2026-26911.md>)

Original publisher: [Read original article](<https://www.cncf.io/blog/2026/09/15/what-i-learned-organizing-kcd-lima-2026/>)

Author: Ronald Requena | CNCF Ambassador

Published: 2026-09-15T16:24:05Z

Content type: opinion

Language: en

Sources: [Cloud Native Computing Foundation](<https://devfeed.tech/sources/cloud-native-computing-foundation.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [blog](<https://devfeed.tech/tags/blog.md>), [community](<https://devfeed.tech/tags/community.md>), [event](<https://devfeed.tech/tags/event.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [report](<https://devfeed.tech/tags/report.md>), [survey](<https://devfeed.tech/tags/survey.md>)

### AI overview

Ronald Requena reflects on organizing the third Kubernetes Community Days Lima, held on July 18, 2026. He describes the event's growth, operational challenges, program, sponsorship, and attendee feedback, including 2,244 registrations, more than 900 attendees, 54 sessions, and a 4.7 out of 5 satisfaction rating.

### Source excerpt

On July 18, 2026, we held the third edition of Kubernetes Community Days Lima at UTEC in Barranco. By now, we have already sent the Transparency Report to the CNCF, thanked our sponsors, and processed the...

## DigiCert's AI Trust framework for governing enterprise AI agents and models

DevFeed: [DigiCert's AI Trust framework for governing enterprise AI agents and models](<https://devfeed.tech/articles/who-s-governing-your-ai-a-trust-framework-for-enterprise-agents-and-models-26963.md>)

Original publisher: [Read original article](<https://www.theregister.com/security/2026/09/15/sponsored-whos-governing-your-ai-a-trust-framework-for-enterprise-agents-and-models/5294237>)

Author: Robin Birtstone

Published: 2026-09-15T15:00:00Z

Content type: article

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [ai-governance](<https://devfeed.tech/topics/ai-governance.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Security](<https://devfeed.tech/topics/security.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-governance](<https://devfeed.tech/tags/ai-governance.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [data](<https://devfeed.tech/tags/data.md>), [security](<https://devfeed.tech/tags/security.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>)

### AI overview

This sponsored feature presents DigiCert's AI Trust framework for governing enterprise AI agents. The framework uses public key infrastructure, DNS, and attestation to help organizations identify agents, track data and credentials, stop compromised agents, and reconstruct incidents.

### Source excerpt

SPONSORED FEATURE: DigiCert wants to hand every agent a passport, complete with an expiry date and a named human owner

## CenterPoint Energy confirms intruder helped themselves to customer information

DevFeed: [CenterPoint Energy confirms intruder helped themselves to customer information](<https://devfeed.tech/articles/centerpoint-energy-confirms-intruder-helped-themselves-to-customer-information-26955.md>)

Original publisher: [Read original article](<https://www.theregister.com/cyber-crime/2026/09/15/centerpoint-energy-confirms-intruder-helped-themselves-to-customer-information/5296523>)

Author: Connor Jones

Published: 2026-09-15T14:14:00Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [breach](<https://devfeed.tech/tags/breach.md>), [cyber-crime](<https://devfeed.tech/tags/cyber-crime.md>), [data](<https://devfeed.tech/tags/data.md>)

### AI overview

CenterPoint Energy confirmed that an intruder accessed customer information while the Texas utility investigates a breach. A forum post claims that 7.49 million files may be available.

### Source excerpt

Forum post claims 7.49 million files up for grabs as Texas utility investigates breach

## Just 4.4% of Enterprise NAS Capacity Is Active, CTERA Cold Data Storage Report Finds

DevFeed: [Just 4.4% of Enterprise NAS Capacity Is Active, CTERA Cold Data Storage Report Finds](<https://devfeed.tech/articles/just-4-4-of-enterprise-nas-capacity-is-active-ctera-cold-data-storage-report-finds-26752.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/just-4-4-of-enterprise-nas-capacity-is-active-ctera-cold-data-storage-report-finds>)

Author: Harold Fritts

Published: 2026-09-15T12:00:00Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Security](<https://devfeed.tech/topics/security.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [enterprise-nas](<https://devfeed.tech/tags/enterprise-nas.md>), [enterprise-storage](<https://devfeed.tech/tags/enterprise-storage.md>), [nas](<https://devfeed.tech/tags/nas.md>), [report](<https://devfeed.tech/tags/report.md>), [security](<https://devfeed.tech/tags/security.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

StorageReview reports on CTERA's Cold Data Storage Report, which analyzed 16 petabytes of production data from 856 enterprise NAS file-share discovery scans. The report found that 4.4% of stored capacity was actively used within 90 days, while most files were cold or inactive. The article discusses the resulting storage, data-protection, security, and AI-retrieval implications.

### Source excerpt

CTERA has published The Cold Data Storage Report, an analysis of 16 petabytes of live production data across 856 file-share discovery scans in enterprise NAS environments, including regulated industries, and the headline number is that just 4.4% of stored capacity is actively used, which the report page defines as modified within a 90-day window. The The post Just 4.4% of Enterprise NAS Capacity Is Active, CTERA Cold Data Storage Report Finds appeared first on StorageReview.com.

## How Everpure proposes reducing GPU idle time by improving AI data access

DevFeed: [How Everpure proposes reducing GPU idle time by improving AI data access](<https://devfeed.tech/articles/how-everpure-plans-to-stop-ai-from-starving-without-data-26617.md>)

Original publisher: [Read original article](<https://www.theregister.com/ai-ml/2026/09/15/sponsored-how-everpure-plans-to-stop-ai-from-starving-without-data/5295812>)

Author: Chris Mellor

Published: 2026-09-15T08:00:00Z

Content type: article

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [rag](<https://devfeed.tech/tags/rag.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>)

### AI overview

This sponsored feature describes Everpure's approach to reducing GPU idle time in AI systems by improving access to large-scale insurance data. It discusses central metadata indexing, storage performance, self-describing data, and integration with Nvidia GPU infrastructure for AI agents and retrieval-augmented generation.

### Source excerpt

SPONSORED FEATURE: The vendor's AI solutions are dedicated to increasing GPU utilization and avoiding costly GPUs doing nothing while waiting for data

## Aiven, Confluent, Redpanda, StreamNative and Ververica Form Streamhouse Working Group

DevFeed: [Aiven, Confluent, Redpanda, StreamNative and Ververica Form Streamhouse Working Group](<https://devfeed.tech/articles/aiven-confluent-redpanda-streamnative-and-ververica-form-streamhouse-working-group-26722.md>)

Original publisher: [Read original article](<https://www.confluent.io/blog/aiven-confluent-redpanda-streamnative-and-ververica-form-streamhouse-working-group/>)

Author: Streamhouse Working Group

Published: 2026-09-15T07:00:00Z

Content type: release

Language: en

Sources: [Confluent: Data in motion](<https://devfeed.tech/sources/confluent-data-in-motion.md>)

Topics: [data-architecture](<https://devfeed.tech/topics/data-architecture.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [data](<https://devfeed.tech/topics/data.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [architectures](<https://devfeed.tech/tags/architectures.md>), [confluent](<https://devfeed.tech/tags/confluent.md>), [data](<https://devfeed.tech/tags/data.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [news](<https://devfeed.tech/tags/news.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

Aiven, Confluent, Redpanda, StreamNative, and Ververica announced the Streamhouse Working Group and published a vendor-neutral definition of Streamhouse. The proposed data architecture is designed to keep business context continuously available to production applications, analytics, and AI agents, with real-time, production-native, and decentralized attributes.

### Source excerpt

New industry initiative establishes an open category for data architectures that power real-time applications and AI agents

## How to Build a Fraud Signal-Sharing Strategy Across Teams and Vendors

DevFeed: [How to Build a Fraud Signal-Sharing Strategy Across Teams and Vendors](<https://devfeed.tech/articles/how-to-build-a-fraud-signal-sharing-strategy-across-teams-and-vendors-20429.md>)

Original publisher: [Read original article](<https://sift.com/blog/how-to-build-a-fraud-signal-sharing-strategy-across-teams-and-vendors/>)

Author: Jacob Sanchez

Published: 2026-09-04T16:37:55Z

Content type: tutorial

Language: en

Sources: [Sift Science](<https://devfeed.tech/sources/sift-science.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Security](<https://devfeed.tech/topics/security.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [cross-team-fraud-collaboration](<https://devfeed.tech/tags/cross-team-fraud-collaboration.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [fraud-kpis](<https://devfeed.tech/tags/fraud-kpis.md>), [fraud-prevention-strategy](<https://devfeed.tech/tags/fraud-prevention-strategy.md>), [fraud-signal-sharing](<https://devfeed.tech/tags/fraud-signal-sharing.md>), [signal](<https://devfeed.tech/tags/signal.md>), [signal-sharing-strategy](<https://devfeed.tech/tags/signal-sharing-strategy.md>), [slack](<https://devfeed.tech/tags/slack.md>), [strategy](<https://devfeed.tech/tags/strategy.md>), [teams](<https://devfeed.tech/tags/teams.md>), [trust-and-safety](<https://devfeed.tech/tags/trust-and-safety.md>), [vendor-data-sharing](<https://devfeed.tech/tags/vendor-data-sharing.md>)

### AI overview

This how-to article discusses building fraud signal-sharing programs across internal teams and vendors. It explains how shared signals such as PII, IP addresses, device data, and activity patterns can support fraud prevention, security, legal, compliance, growth, marketing, and customer support. It also compares informal sharing through Slack and email with shared dashboards and reports.

### Source excerpt

I recently joined Jerry Hoff, CEO of AppSec Training, for a Blueprint Series session on fraud signal sharing, and it's a topic I keep coming back to. Fraud, trust and safety, and security teams often work from separate systems with no shared view of the same bad actor. That gap slows response time and lets [...] The post How to Build a Fraud Signal-Sharing Strategy Across Teams and Vendors appeared first on Sift.

[Next page](<https://devfeed.tech/topics/data.md?cursor=WyIyMDI2LTA5LTE1VDAxOjAxOjA5LjA3OTQ1MyswMDowMCIsICJhNmE3MDYxNi00MzBkLTRkMTYtOTU1OC1hYzVhOWFhMzNiMGYiXQ%3D%3D>)