# classification

Published articles for classification.

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

## 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...

## Teaching AI to Reason Through Detection Triage

DevFeed: [Teaching AI to Reason Through Detection Triage](<https://devfeed.tech/articles/teaching-ai-to-reason-through-detection-triage-8310.md>)

Original publisher: [Read original article](<https://www.crowdstrike.com/en-us/blog/teaching-ai-to-reason-through-detection-triage/>)

Author: Amol Khanna - Manu Nandan - Cristian Viorel Popa - Joan Pujol-Roig - Diana Bolocan - Laura Vasilie - Alexandru Apostu - Chase Helwig - Mihaela Gaman - Mickey Brautbar - Edward Raff - Chase Midler - Sv

Published: 2026-09-12T11:17:51.295154Z

Content type: article

Language: en

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

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-soc](<https://devfeed.tech/tags/agentic-soc.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [chain-of-thought](<https://devfeed.tech/tags/chain-of-thought.md>), [classification](<https://devfeed.tech/tags/classification.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [llm](<https://devfeed.tech/tags/llm.md>), [model](<https://devfeed.tech/tags/model.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open](<https://devfeed.tech/tags/open.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [research](<https://devfeed.tech/tags/research.md>), [security](<https://devfeed.tech/tags/security.md>), [soc](<https://devfeed.tech/tags/soc.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

CrowdStrike describes research on a reasoning-enabled language-model classifier for security detection triage. The model produces a verdict and an auditable rationale, with the stated goals of improving accuracy, transparency, and safe alert automation.

### Source excerpt

New CrowdStrike research shows how step-by-step reasoning can improve detection triage accuracy, transparency, and safe automation.

## AI Functions in ClickHouse: Upgrade your SQL to the AI age

DevFeed: [AI Functions in ClickHouse: Upgrade your SQL to the AI age](<https://devfeed.tech/articles/ai-functions-in-clickhouse-upgrade-your-sql-to-the-ai-age-4929.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/ai-functions-in-clickhouse>)

Author: Andriy Yakovlev; George Larionov

Published: 2026-09-11T12:49:32Z

Content type: article

Language: en

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

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [classification](<https://devfeed.tech/tags/classification.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [llm](<https://devfeed.tech/tags/llm.md>), [rag](<https://devfeed.tech/tags/rag.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

ClickHouse introduces beta AI Functions that invoke LLM and embedding providers directly from SQL for tasks including classification, extraction, generation, translation, filtering, redaction, embeddings, and semantic similarity.

### Source excerpt

Explore ClickHouse AI Functions for classification, generation, translation, embeddings, semantic search, and cost controls--all directly from SQL.

## Building Jarvis Pro: Route first, answer later

DevFeed: [Building Jarvis Pro: Route first, answer later](<https://devfeed.tech/articles/building-jarvis-pro-route-first-answer-later-1251.md>)

Original publisher: [Read original article](<https://engineering.grab.com/jarvis-pro-route-firsr-answer-later>)

Author: Christian Coffrant

Published: 2026-08-21T00:00:00Z

Content type: article

Language: en

Sources: [Grab Tech](<https://devfeed.tech/sources/grab-tech.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [account-management](<https://devfeed.tech/tags/account-management.md>), [ai](<https://devfeed.tech/tags/ai.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [business](<https://devfeed.tech/tags/business.md>), [classification](<https://devfeed.tech/tags/classification.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [llm](<https://devfeed.tech/tags/llm.md>), [product](<https://devfeed.tech/tags/product.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

Grab describes Jarvis Pro, an AI assistant for account managers that routes a request to a constrained task type before generating an answer. The design aims to avoid confident but unsuitable merchant recommendations, and reports offline routing and answer-quality evaluation results.

### Source excerpt

Introduction The first Jarvis Pro prototype could produce answers that sounded right. That was the problem. One early answer looked polished: it named the merchant, summarized the week, and recommended pushing promotions before the next review. It was also wrong. The merchant's order volume was down, but the sharper issue was operational: more outlets were paused and fulfilment had slipped. Sending more demand into that setup would have made the merchant look worse. That failure changed how we judged the system. Fluent was not enough. Jarvis Pro is the AI assistant we built for Grab account managers. Its job is to help them turn account data into better merchant conversations: what changed, why it changed, and what to do next. They rarely ask clean dashboard questions. They ask: "I am meeting this merchant tomorrow. What should I tell them?" or "Which accounts in my portfolio need attention this week?" Those questions hide decisions: scope, access, business diagnosis, and metric definition. If the system gets those wrong, confidence becomes a liability. So the core design became: route first, answer later. In an internal offline evaluation (not a measure of production performance or business impact), routing matched the expected safe route for 99.4% of 351 realistic prompts drawn from labelled eval sets from the first half of 2026. In a focused portfolio and brand answer-quality suite, the average score moved from 78.5 to 91.0. These figures come from offline launch-readiness evaluation only; they are not business-impact proof. Why dashboards were easier A dashboard answers a bounded question: "Show net sales for merchant X last week." An account review question has to diagnose the work to be done: "This merchant softened this week. Should I push promos, ads, or operations fixes before the review?" If outlets were paused, more traffic can backfire. If average order value fell, the next action may be menu or bundle design. If a dashboard, warehouse table, and local s

## How we think about text classification in the LLM era

DevFeed: [How we think about text classification in the LLM era](<https://devfeed.tech/articles/how-we-think-about-text-classification-in-the-llm-era-20322.md>)

Original publisher: [Read original article](<https://medium.engineering/how-we-think-about-text-classification-in-the-llm-era-89a185f79b68?source=rss----2817475205d3---4>)

Author: Raphael Montaud

Published: 2026-08-19T20:00:37Z

Content type: article

Language: en

Sources: [Medium](<https://devfeed.tech/sources/medium.md>)

Topics: [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>), [LLM Techniques](<https://devfeed.tech/topics/llm-techniques.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [classification](<https://devfeed.tech/tags/classification.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [recommendation-system](<https://devfeed.tech/tags/recommendation-system.md>), [text-classification](<https://devfeed.tech/tags/text-classification.md>)

### AI overview

Medium explains how it is evaluating LLM-based text classification for updating its aging NSFW model while retaining task-specific machine-learning models. The article states that Snowflake LLM tools were used for inference only and that Medium's user data was not used to train the models.

### Source excerpt

Why we think LLMs can be useful and why we will not replace all of our models with themContext At Medium, we have many Machine Learning models that we use to label stories automatically. These affect what stories we recommend to readers. Here's some examples: a few of our text classification models. All diagrams and charts made by the authorSome Clarifications on our Machine Learning policy Before we go deep on this project, I just wanted to clarify a few things about how we stand regarding AI in general. Medium has been training internal models with user and post data for a long time now. We train models with specific tasks. For example, models that power our recommendations algorithm, or text classification models like the ones presented in this story. All in the goal to improve our product. With the LLM approach I describe in this story, we ARE NOT sharing these models with other companies. And we ARE NOT allowing anyone to train on our users' data and content. Here we used Snowflake LLM tools for inference only (no LLM training was done here) and they are actually hosting all of the models inside their own infrastructure and guarantee that they are not using any of this for training. Shoutout to the Snowflake team for making it so easy and safe to use LLMs on our data! If you want to read more about Medium's stance on AI, I definitely recommend giving these a read: Default No to AI Training on Your Stories Finally, an internet standard for writers' rights vs. AI companies We want your feedback: How can writers use AI to tell human stories? Problem During our roadmap planning we decided that our NSFW model was out of date and it was time to revamp it. This model labels stories as "Not Safe for Work" if they have sexually explicit content, lots of profanity, or basically anything you wouldn't want to read on your big monitor in the middle of an open space! As you can imagine it's a pretty important model. We really need it to make sure our most "interesting" conte

## Empty shelves or lost keys? Recall is the bottleneck for parametric factuality

DevFeed: [Empty shelves or lost keys? Recall is the bottleneck for parametric factuality](<https://devfeed.tech/articles/empty-shelves-or-lost-keys-recall-is-the-bottleneck-for-parametric-factuality-6767.md>)

Original publisher: [Read original article](<https://research.google/blog/empty-shelves-or-lost-keys-recall-is-the-bottleneck-for-parametric-factuality/>)

Published: 2026-08-12T09:51:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Hallucination detection](<https://devfeed.tech/topics/hallucination-detection.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [classification](<https://devfeed.tech/tags/classification.md>), [errors](<https://devfeed.tech/tags/errors.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [google](<https://devfeed.tech/tags/google.md>), [inference](<https://devfeed.tech/tags/inference.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [post-training](<https://devfeed.tech/tags/post-training.md>), [research](<https://devfeed.tech/tags/research.md>)

### AI overview

This Google Research article argues that many factual errors in frontier large language models arise from recall failures rather than missing encoded knowledge. It presents knowledge profiling, which separates encoding, recall, and recognition, and introduces WikiProfile, a benchmark of 2,150 Wikipedia-derived facts tested through questions targeting these abilities.

### Source excerpt

Generative AI

## Calibrating LLM-Based Population Estimates with Human Validation

DevFeed: [Calibrating LLM-Based Population Estimates with Human Validation](<https://devfeed.tech/articles/calibrating-llm-based-population-estimates-with-human-validation-29997.md>)

Original publisher: [Read original article](<https://engineering.indeedblog.com/blog/2026/08/calibrating-llm-based-population-estimates-with-human-validation/>)

Author: Hiroshi Urata

Published: 2026-08-12T00:29:34Z

Content type: article

Language: en

Sources: [Indeed](<https://devfeed.tech/sources/indeed.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [human feedback](<https://devfeed.tech/topics/human-feedback.md>), [data](<https://devfeed.tech/topics/data.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>)

Tags: [classification](<https://devfeed.tech/tags/classification.md>), [data](<https://devfeed.tech/tags/data.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [false-negative](<https://devfeed.tech/tags/false-negative.md>), [false-positive](<https://devfeed.tech/tags/false-positive.md>), [llm](<https://devfeed.tech/tags/llm.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article explains how human validation can calibrate LLM-based population estimates. It distinguishes an LLM's apparent positive rate from true prevalence, uses human-validated samples to estimate sensitivity and specificity, and applies those error estimates to correct population-level measurements and quantify uncertainty.

### Source excerpt

Key Idea Human validation is not only for evaluating an LLM. It can also calibrate how the LLM is used as a scalable measurement instrument for population estimation. An LLM can classify thousands of records at low cost, but the proportion it classifies as positive is not necessarily the true proportion in the population. By [...]

## Route AI Agent Workloads Across Models with NVIDIA NeMo Switchyard

DevFeed: [Route AI Agent Workloads Across Models with NVIDIA NeMo Switchyard](<https://devfeed.tech/articles/route-ai-agent-workloads-across-models-with-nvidia-nemo-switchyard-6930.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/route-ai-agent-workloads-across-models-with-nvidia-nemo-switchyard/>)

Author: Michelle Horton

Published: 2026-08-11T13:00:00Z

Content type: tutorial

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [applications](<https://devfeed.tech/tags/applications.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [classification](<https://devfeed.tech/tags/classification.md>), [computer-use](<https://devfeed.tech/tags/computer-use.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [developers](<https://devfeed.tech/tags/developers.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [featured](<https://devfeed.tech/tags/featured.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llms](<https://devfeed.tech/tags/llms.md>), [math](<https://devfeed.tech/tags/math.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>)

### AI overview

The article explains how NVIDIA NeMo Switchyard routes AI-agent tasks to different models according to task requirements, capabilities, cost, and latency.

### Source excerpt

Building an AI agent does not end with choosing a single model. Each model has its own strengths, weaknesses, and cost profile, which can shift from one...

## High Risk Merchant Account: Costs, Options, Alternatives

DevFeed: [High Risk Merchant Account: Costs, Options, Alternatives](<https://devfeed.tech/articles/high-risk-merchant-account-costs-options-alternatives-9897.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/high-risk-merchant-account/>)

Author: Deepak Jangir

Published: 2026-08-05T00:00:00Z

Content type: article

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [alternatives](<https://devfeed.tech/tags/alternatives.md>), [article](<https://devfeed.tech/tags/article.md>), [business](<https://devfeed.tech/tags/business.md>), [classification](<https://devfeed.tech/tags/classification.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cost](<https://devfeed.tech/tags/cost.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [payments](<https://devfeed.tech/tags/payments.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

This article explains why payment providers classify businesses as high risk, focusing on dispute history, regulatory exposure, delivery gaps, advance payment, and recurring billing. It discusses the costs of high risk merchant accounts, including specialist pricing and rolling reserves that can constrain working capital, and introduces alternatives for digital sellers.

### Source excerpt

Why payment providers classify a business as high risk, what a high risk merchant account actually costs, and which alternatives work for digital sellers.

## Introducing TabFM: A zero-shot foundation model for tabular data

DevFeed: [Introducing TabFM: A zero-shot foundation model for tabular data](<https://devfeed.tech/articles/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data-6829.md>)

Original publisher: [Read original article](<https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/>)

Published: 2026-06-30T10:26:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Google](<https://devfeed.tech/topics/google.md>), [Feature Engineering](<https://devfeed.tech/topics/feature-engineering.md>), [Hyperparameter optimization](<https://devfeed.tech/topics/hyperparameter-optimization.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>)

Tags: [bigquery](<https://devfeed.tech/tags/bigquery.md>), [classification](<https://devfeed.tech/tags/classification.md>), [data](<https://devfeed.tech/tags/data.md>), [data-management](<https://devfeed.tech/tags/data-management.md>), [feature-engineering](<https://devfeed.tech/tags/feature-engineering.md>), [github](<https://devfeed.tech/tags/github.md>), [google](<https://devfeed.tech/tags/google.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [hyperparameter-optimization](<https://devfeed.tech/tags/hyperparameter-optimization.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [model](<https://devfeed.tech/tags/model.md>), [product](<https://devfeed.tech/tags/product.md>), [zero-shot](<https://devfeed.tech/tags/zero-shot.md>)

### AI overview

Google Research introduces TabFM, a zero-shot foundation model for tabular-data classification and regression. It frames prediction as in-context learning, reducing the need for dataset-specific training, hyperparameter optimization, and feature engineering, with availability through Hugging Face, GitHub, and BigQuery.

### Source excerpt

Data Management

## AI-generated synthetic neurons speed up brain mapping

DevFeed: [AI-generated synthetic neurons speed up brain mapping](<https://devfeed.tech/articles/ai-generated-synthetic-neurons-speed-up-brain-mapping-6748.md>)

Original publisher: [Read original article](<https://research.google/blog/ai-generated-synthetic-neurons-speed-up-brain-mapping/>)

Published: 2026-04-16T12:18:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Google](<https://devfeed.tech/topics/google.md>), [Point cloud](<https://devfeed.tech/topics/point-cloud.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [neuron](<https://devfeed.tech/topics/neuron.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [accelerate](<https://devfeed.tech/tags/accelerate.md>), [ai](<https://devfeed.tech/tags/ai.md>), [classification](<https://devfeed.tech/tags/classification.md>), [errors](<https://devfeed.tech/tags/errors.md>), [general-science](<https://devfeed.tech/tags/general-science.md>), [generation](<https://devfeed.tech/tags/generation.md>), [google](<https://devfeed.tech/tags/google.md>), [health-bioscience](<https://devfeed.tech/tags/health-bioscience.md>), [iclr](<https://devfeed.tech/tags/iclr.md>), [iclr-2026](<https://devfeed.tech/tags/iclr-2026.md>), [images](<https://devfeed.tech/tags/images.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [mapping](<https://devfeed.tech/tags/mapping.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [neuron](<https://devfeed.tech/tags/neuron.md>), [partners](<https://devfeed.tech/tags/partners.md>), [research](<https://devfeed.tech/tags/research.md>), [scale](<https://devfeed.tech/tags/scale.md>), [science](<https://devfeed.tech/tags/science.md>), [synthetic](<https://devfeed.tech/tags/synthetic.md>), [visualization](<https://devfeed.tech/tags/visualization.md>)

### AI overview

Google Research describes how MoGen generates synthetic neuronal shapes to improve AI models that reconstruct brain wiring maps. Adding synthetic training examples reduced reconstruction errors by 4.4%, potentially saving 157 person-years of manual proofreading for a complete mouse brain.

### Source excerpt

General Science

## Introducing GPT-5.4 mini and nano

DevFeed: [Introducing GPT-5.4 mini and nano](<https://devfeed.tech/articles/introducing-gpt-5-4-mini-and-nano-6493.md>)

Original publisher: [Read original article](<https://openai.com/index/introducing-gpt-5-4-mini-and-nano>)

Published: 2026-03-17T10:00:00Z

Content type: release

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [classification](<https://devfeed.tech/tags/classification.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [company](<https://devfeed.tech/tags/company.md>), [cost](<https://devfeed.tech/tags/cost.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [latency](<https://devfeed.tech/tags/latency.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

OpenAI introduces GPT-5.4 mini and nano, smaller models positioned for fast, high-volume coding, reasoning, multimodal, and tool-use workloads. The article emphasizes lower latency, cost efficiency, coding workflows, and use as supporting subagents.

### Source excerpt

GPT-5.4 mini and nano are smaller, faster versions of GPT-5.4 optimized for coding, tool use, multimodal reasoning, and high-volume API and sub-agent workloads.

## Introducing GIST: The next stage in smart sampling

DevFeed: [Introducing GIST: The next stage in smart sampling](<https://devfeed.tech/articles/introducing-gist-the-next-stage-in-smart-sampling-6823.md>)

Original publisher: [Read original article](<https://research.google/blog/introducing-gist-the-next-stage-in-smart-sampling/>)

Published: 2026-01-23T17:46:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Algorithms & Theory](<https://devfeed.tech/topics/algorithms-theory.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [data](<https://devfeed.tech/topics/data.md>), [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [Google](<https://devfeed.tech/topics/google.md>), [NeurIPS](<https://devfeed.tech/topics/neurips.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [algorithms-theory](<https://devfeed.tech/tags/algorithms-theory.md>), [classification](<https://devfeed.tech/tags/classification.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [data](<https://devfeed.tech/tags/data.md>), [data-mining-modeling](<https://devfeed.tech/tags/data-mining-modeling.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [google](<https://devfeed.tech/tags/google.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [neurips](<https://devfeed.tech/tags/neurips.md>), [points](<https://devfeed.tech/tags/points.md>), [research](<https://devfeed.tech/tags/research.md>), [systems](<https://devfeed.tech/tags/systems.md>), [training](<https://devfeed.tech/tags/training.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

Google Research introduces GIST, an algorithm for selecting a high-quality subset of data for model training. It balances diversity, which reduces redundancy, with utility, which favors relevant and informative data, and provides a mathematical guarantee about solution quality.

### Source excerpt

Algorithms & Theory

## Segmented models for personal income estimation at Mercado Libre

DevFeed: [Segmented models for personal income estimation at Mercado Libre](<https://devfeed.tech/articles/the-silver-shotgun-a-bunch-of-silver-bullets-22558.md>)

Original publisher: [Read original article](<https://medium.com/mercadolibre-tech/the-silver-shotgun-a-bunch-of-silver-bullets-4a51c57a0fd9?source=rss----5011f85401f0---4>)

Author: Samuel Vazquez

Published: 2026-01-08T20:44:23Z

Content type: article

Language: en

Sources: [Mercado Libre Tech](<https://devfeed.tech/sources/mercado-libre-tech.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [personalization](<https://devfeed.tech/topics/personalization.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [big-data](<https://devfeed.tech/topics/big-data.md>)

Tags: [big-data](<https://devfeed.tech/tags/big-data.md>), [business](<https://devfeed.tech/tags/business.md>), [classification](<https://devfeed.tech/tags/classification.md>), [data](<https://devfeed.tech/tags/data.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [estimations](<https://devfeed.tech/tags/estimations.md>), [personal-income](<https://devfeed.tech/tags/personal-income.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [regression](<https://devfeed.tech/tags/regression.md>)

### AI overview

Mercado Libre describes a "silver shotgun" approach for heterogeneous real-world data: segmenting data across contexts, training specialized models for each segment, and combining their predictions. The article presents personal income estimation as an application supporting more personalized financial products and discusses how geographic scale changes the importance of features such as home GPS location.

### Source excerpt

Before we dive in, let's give a huge shout-out to Julio Avila Torreblanca and Alejandro Hernandez Cuevas for their exceptional work in developing this system. Thanks also to Enrique Miranda for reviewing the text and providing valuable feedback. Introduction Real-world data is rarely homogeneous. The same feature can mean different things depending on the city, neighborhood, urban density, or user segment. When we force a single global model to explain all those regimes, we usually pay with lower performance. At Mercado Libre, we take a different approach: instead of looking for a "silver bullet," we use a "silver shotgun." This pattern segments the data in several ways, trains specialized models per segment, and combines their predictions into a single estimate. Motivation: Financial inclusion is a significant opportunity In Mexico, only 63% of adults have a formal bank account, only 37% have a credit product, and less than 16% have a bank credit card [1]. About 45% of employed people have a formal source of income, while the rest work in the informal sector [2]. This gap presents a great opportunity for Mercado Libre to enter a growing market. Hyper-personalization is key to our mission to democratize financial inclusion across Latin America (LatAM). To offer great credit products, such as credit cards, we need a reliable estimate of a person's income. Big data, big problems Imagine we want to build a personal income estimation model for people visiting a very small local park. Every day, our dataset would grow by a few hundred entries for children playing, people exercising, and dog walkers, among other activities. Because people in the park live just a few blocks away, home location would have a limited effect (same neighborhood means low GPS variance). The features with the biggest impact on estimated income would likely be age and occupation. If we scale the problem to an entire city, home GPS location will have a bigger effect on the estimate. Each neighborho

## From Waveforms to Wisdom: The New Benchmark for Auditory Intelligence

DevFeed: [From Waveforms to Wisdom: The New Benchmark for Auditory Intelligence](<https://devfeed.tech/articles/from-waveforms-to-wisdom-the-new-benchmark-for-auditory-intelligence-6785.md>)

Original publisher: [Read original article](<https://research.google/blog/from-waveforms-to-wisdom-the-new-benchmark-for-auditory-intelligence/>)

Published: 2025-12-03T22:47:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Machine Intelligence](<https://devfeed.tech/topics/machine-intelligence.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Google](<https://devfeed.tech/topics/google.md>), [NeurIPS](<https://devfeed.tech/topics/neurips.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [classification](<https://devfeed.tech/tags/classification.md>), [data](<https://devfeed.tech/tags/data.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [google](<https://devfeed.tech/tags/google.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [neurips](<https://devfeed.tech/tags/neurips.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [sound-accoustics](<https://devfeed.tech/tags/sound-accoustics.md>), [speech-processing](<https://devfeed.tech/tags/speech-processing.md>)

### AI overview

Google Research introduces the Massive Sound Embedding Benchmark (MSEB), an open-source benchmark for evaluating machine sound intelligence across eight capabilities, including transcription, classification, retrieval, reasoning, segmentation, clustering, reranking, and reconstruction. It also includes the Simple Voice Questions dataset, with 177,352 spoken queries across 26 locales and 17 languages, available on Hugging Face.

### Source excerpt

Machine Intelligence

## MedGemma: Our most capable open models for health AI development

DevFeed: [MedGemma: Our most capable open models for health AI development](<https://devfeed.tech/articles/medgemma-our-most-capable-open-models-for-health-ai-development-6221.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/medgemma-our-most-capable-open-models-for-health-ai-development/>)

Published: 2025-10-25T18:02:50Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>), [Application Development](<https://devfeed.tech/topics/application-development.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-development](<https://devfeed.tech/tags/ai-development.md>), [classification](<https://devfeed.tech/tags/classification.md>), [development](<https://devfeed.tech/tags/development.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [generation](<https://devfeed.tech/tags/generation.md>), [google](<https://devfeed.tech/tags/google.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [health](<https://devfeed.tech/tags/health.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [image](<https://devfeed.tech/tags/image.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open](<https://devfeed.tech/tags/open.md>), [product-development](<https://devfeed.tech/tags/product-development.md>), [research](<https://devfeed.tech/tags/research.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

Google Research announces two open models in the MedGemma collection for health AI development: MedGemma 27B Multimodal and MedSigLIP. The models support medical text and imaging tasks, including electronic health record interpretation, report generation, visual question answering, classification, and retrieval.

### Source excerpt

We're announcing new multimodal models in the MedGemma collection, our most capable open models for health AI development.

## Beyond classification: How AI agents are evolving Shopify's product taxonomy at scale

DevFeed: [Beyond classification: How AI agents are evolving Shopify's product taxonomy at scale](<https://devfeed.tech/articles/beyond-classification-how-ai-agents-are-evolving-shopify-s-product-taxonomy-at-scale-1521.md>)

Original publisher: [Read original article](<https://shopify.engineering/product-taxonomy-at-scale>)

Author: Kshetrajna Raghavan

Published: 2025-10-09T05:18:20Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Shopify](<https://devfeed.tech/topics/shopify.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [vlm](<https://devfeed.tech/topics/vlm.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [classification](<https://devfeed.tech/tags/classification.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [products](<https://devfeed.tech/tags/products.md>), [shopify](<https://devfeed.tech/tags/shopify.md>)

### AI overview

Shopify describes an AI multi-agent system that evolves its product taxonomy alongside changing commerce. The system is intended to improve more than product classification by updating taxonomy labels across more than 10,000 categories and 2,000 attributes, addressing scale, domain expertise, and consistency challenges.

### Source excerpt

Last year, over 875 million people bought items from Shopify merchants. Building on our prior Vision Language Model-based product classification, this post explores how AI agents are evolving the taxonomy itself.

## Offline Evaluation of Open-Source Embedding Models for Model Selection

DevFeed: [Offline Evaluation of Open-Source Embedding Models for Model Selection](<https://devfeed.tech/articles/importance-of-offline-evaluation-to-guide-model-choice-20388.md>)

Original publisher: [Read original article](<https://tech.olx.com/importance-of-offline-evaluation-to-guide-model-choice-1c2be1c4599a?source=rss----761b019b483f---4>)

Author: Tiago Cabo

Published: 2025-10-07T15:11:01Z

Content type: article

Language: en

Sources: [OLX](<https://devfeed.tech/sources/olx.md>)

Topics: [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [classification](<https://devfeed.tech/tags/classification.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [recommendations](<https://devfeed.tech/tags/recommendations.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

This article explains how OLX evaluated open-source embedding models against its existing internal model. It describes embeddings, the MTEB benchmark, and practical constraints such as memory, latency, modality, and multilingual support when selecting a model for deployment.

### Source excerpt

The Importance of Offline Evaluation to Guide Model ChoiceIntroduction Recent advancements in open-source AI models make it challenging to justify the development of custom models, given the high quality of existing options. This also applies to embedding models, which are available in impressive quality. At OLX, we utilize a model called Item2vec to generate similar item recommendations. For more details, please refer to our blog post. Item2Vec: Neural Item Embeddings to enhance recommendations In this work, we developed an embedding model that not only improved recommendations but was also used by other teams across OLX, such as the search team. For an in-depth look at this application, see our post on Hybrid Search, where we tried to balance the benefits of semantic and lexical search. Hybrid Search -- Where Keywords Meet Vectors, Enabling Classifieds Discovery This article discusses our evaluation of open-source embedding models compared to our existing internal model. Open Source Embeddings An embedding model converts inputs, such as text or images, into vectors. These vectors are then used to compute similarities, often cosine distance, where closer vectors are deemed semantically related. Cosine similarity Many architectures types for embedding models support this, including word2vec, GloVe, RNN, LSTM, and transformers. This leads to hundreds of publicly available models, making selection a challenge. Common benchmarks play a crucial role in this process. After exploring various options, we chose the MTEB: Massive Text Embedding Benchmark. We selected this benchmark due to its widespread community adoption and extensive features, such as: 56 datasets across 8 tasks Support for up to 112 different languages Easy extensibility via the repo MTEB HuggingfaceBenchmark MTEB Hugging Face provides a comprehensive leaderboard showcasing top-performing models across tasks (retrieval, classification, etc), reflecting advancements in machine learning and AI. The higher, t

## Training and Finetuning Sparse Embedding Models with Sentence Transformers

DevFeed: [Training and Finetuning Sparse Embedding Models with Sentence Transformers](<https://devfeed.tech/articles/training-and-finetuning-sparse-embedding-models-with-sentence-transformers-7530.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/train-sparse-encoder>)

Author: Tom Aarsen; Arthur BRESNU

Published: 2025-07-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [sentence-transformers](<https://devfeed.tech/topics/sentence-transformers.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [bm25](<https://devfeed.tech/tags/bm25.md>), [classification](<https://devfeed.tech/tags/classification.md>), [community](<https://devfeed.tech/tags/community.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [examples](<https://devfeed.tech/tags/examples.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [models](<https://devfeed.tech/tags/models.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [search](<https://devfeed.tech/tags/search.md>), [sentence-transformers](<https://devfeed.tech/tags/sentence-transformers.md>), [training](<https://devfeed.tech/tags/training.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

This tutorial explains how to fine-tune sparse embedding models with Sentence Transformers. It covers the required components, pretrained sparse encoders available through the Hugging Face Hub, the distinction between dense and sparse embeddings, interpretability through vocabulary tokens, and neural query/document expansion compared with BM25.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Getting Started with Error Diagnostics in GraphOS Studio

DevFeed: [Getting Started with Error Diagnostics in GraphOS Studio](<https://devfeed.tech/articles/getting-started-with-error-diagnostics-in-graphos-studio-23314.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/getting-started-with-error-diagnostics-in-graphos-studio>)

Author: Tim Hingston

Published: 2025-06-24T08:52:53Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [GraphOS](<https://devfeed.tech/topics/graphos.md>), [API](<https://devfeed.tech/topics/api.md>), [Apollo Connectors](<https://devfeed.tech/topics/apollo-connectors.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [apollo-connectors](<https://devfeed.tech/tags/apollo-connectors.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [classification](<https://devfeed.tech/tags/classification.md>), [errors](<https://devfeed.tech/tags/errors.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [schema](<https://devfeed.tech/tags/schema.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Apollo announces Extended Error Diagnostics for GraphOS Studio, a framework and set of tools for identifying, classifying, and addressing GraphQL errors across federated graphs. Errors can be categorized by type, code, and originating service.

### Source excerpt

Apollo Federation makes it easy to orchestrate your backend services into a single unified API. With the recently announced availability of Apollo Connectors, even existing REST APIs can now be easily federated together. Today, we're proud to announce Extended Error Diagnostics, a set of tools designed to help developers quickly identify, classify, and address errors across their graph. HTTP vs.

## Microsoft and Hugging Face expand collaboration

DevFeed: [Microsoft and Hugging Face expand collaboration](<https://devfeed.tech/articles/microsoft-and-hugging-face-expand-collaboration-7118.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/azure-ai-foundry>)

Author: Jeff Boudier; Simon Pagezy; Alvaro Bartolome

Published: 2025-05-19T00:00:00Z

Content type: news

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [audio](<https://devfeed.tech/tags/audio.md>), [azure](<https://devfeed.tech/tags/azure.md>), [classification](<https://devfeed.tech/tags/classification.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [images](<https://devfeed.tech/tags/images.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [security](<https://devfeed.tech/tags/security.md>), [text-generation](<https://devfeed.tech/tags/text-generation.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

Microsoft and Hugging Face expanded their collaboration to make more than 10,000 Hugging Face models available through Azure AI Foundry. The collection supports deployment of models for text, audio, and image tasks, with listed security screening requirements.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## 1 Billion Classifications

DevFeed: [1 Billion Classifications](<https://devfeed.tech/articles/1-billion-classifications-7132.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/billion-classifications>)

Author: Derek Thomas

Published: 2025-02-13T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Inference](<https://devfeed.tech/topics/inference.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [k6](<https://devfeed.tech/topics/k6.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [.env](<https://devfeed.tech/topics/dotenv.md>)

Tags: [classification](<https://devfeed.tech/tags/classification.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [k6](<https://devfeed.tech/tags/k6.md>), [latency](<https://devfeed.tech/tags/latency.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [scale](<https://devfeed.tech/tags/scale.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article presents a methodology for calculating cost and latency when running large-scale classification and embedding workloads. It examines model architectures, hardware options, deployment, load testing, and inference servers, with a focus on processing 1 billion inputs and balancing batch-inference cost against latency.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Timm ❤ Transformers: Use any timm model with transformers

DevFeed: [Timm ❤ Transformers: Use any timm model with transformers](<https://devfeed.tech/articles/timm-transformers-use-any-timm-model-with-transformers-7513.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/timm-transformers>)

Author: Aritra Roy Gosthipaty; Ross Wightman; Pavel Iakubovskii; Pedro Cuenca; Vaibhav Srivastav

Published: 2025-01-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [classification](<https://devfeed.tech/tags/classification.md>), [community](<https://devfeed.tech/tags/community.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [cv](<https://devfeed.tech/tags/cv.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gradio](<https://devfeed.tech/tags/gradio.md>), [integration](<https://devfeed.tech/tags/integration.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [timm](<https://devfeed.tech/tags/timm.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

A tutorial on integrating timm computer-vision models with Transformers for pipelines, quantization, fine-tuning, and inference, including an image-classification app example.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Category Prediction for Search Query Understanding

DevFeed: [Category Prediction for Search Query Understanding](<https://devfeed.tech/articles/category-prediction-for-search-query-understanding-20133.md>)

Original publisher: [Read original article](<https://medium.com/myntra-engineering/category-prediction-for-search-query-understanding-f46283151c92?source=rss----7484818e9f88---4>)

Author: music and waves

Published: 2024-04-21T12:40:48Z

Content type: article

Language: en

Sources: [Myntra](<https://devfeed.tech/sources/myntra.md>)

Topics: [Query (disambiguation)](<https://devfeed.tech/topics/query.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [classification](<https://devfeed.tech/tags/classification.md>), [data](<https://devfeed.tech/tags/data.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [information-retrieval](<https://devfeed.tech/tags/information-retrieval.md>), [model](<https://devfeed.tech/tags/model.md>), [neural](<https://devfeed.tech/tags/neural.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [search](<https://devfeed.tech/tags/search.md>), [text-classification](<https://devfeed.tech/tags/text-classification.md>), [train](<https://devfeed.tech/tags/train.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This article describes Myntra's multi-label product-category classification model for understanding ambiguous search queries. It covers preparing query-and-category training data and training a neural text classifier to predict relevant categories for live searches.

### Source excerpt

Navigating through online shopping platforms can sometimes feel like finding your way through a maze. Take the search bar, for example. You type in "winter upper wear," hoping to find the perfect jacket or cozy sweatshirt. But here's the tricky part: the search engine has to decipher what you mean. Is it jackets you're after? Or maybe sweatshirts? Or both? It gets even more confusing when you consider the overlapping categories. Kurtas can be standalone articles or part of kurta sets. And loafers? They could belong to formal shoes or casual shoes and certainly not sports shoes. See the challenge? To tackle this, Myntra uses a multi-label search to product category classification model. It's like having an assistant that can understand possible intents from your search query. So when you type in something like "whey," the model knows you might be looking for protein or health supplements. But here's the catch: search queries can be short and vague, and they often use words that don't directly match category names. People might search using different terms or even regional variations. So, the model needs to be clever enough to map those words to the right categories internally. The goal is to capture all possible intents without cluttering your search results with irrelevant stuff. After all, nobody likes sifting through pages of irrelevant products. It's a delicate balance between covering all bases and keeping things tidy. Solution The solution has 2 major components. I. Data preparation We prepare ( search query : categories ) data points to be consumed in training by the neural classifier. Ex. ( ethnic wear : kurta, sarees ) II. Training a neural model We train a neural multi-label text classifier that consumes the prepared training data which is used to predicts categories for search queries live. I. Data Preparation We generate the supervised text classification training data in form of a search query and its product category(s) as its labels. This set is enrich

[Next page](<https://devfeed.tech/tags/classification.md?cursor=WyIyMDI0LTA0LTIxVDEyOjQwOjQ4KzAwOjAwIiwgIjEyMWMwN2U5LWM3NzEtNGQ3OC04NzMzLTdmN2EzM2Q3YWExNiJd>)