# knowledge-graph

Published articles for knowledge-graph.

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

## Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack

DevFeed: [Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack](<https://devfeed.tech/articles/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack-21545.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack/>)

Author: Jonas Kim

Published: 2026-09-14T16:55:58Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon OpenSearch Service](<https://devfeed.tech/topics/amazon-opensearch-service.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-opensearch-service](<https://devfeed.tech/tags/amazon-opensearch-service.md>), [aws](<https://devfeed.tech/tags/aws.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search](<https://devfeed.tech/tags/search.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

This article presents a unified knowledge-graph RAG stack that brings Microsoft GraphRAG and HKUDS LightRAG together on Amazon Bedrock, Amazon Neptune, and Amazon OpenSearch Service. The shared stack supports common ingestion, indexing, caching, and multilingual handling while allowing the retrieval methodology to be selected per query.

### Source excerpt

Picture a compliance analyst staring at a few thousand contracts, amendments, and internal memos, trying to answer one question that sounds straightforward: "Which of our obligations are exposed if this one milestone slips?" The answer isn't written in any single document. It's stitched across three -- a master agreement that ties a payment to a [...]

## How to measure and improve instrumentation quality for better full-stack observability

DevFeed: [How to measure and improve instrumentation quality for better full-stack observability](<https://devfeed.tech/articles/how-to-measure-and-improve-instrumentation-quality-for-better-full-stack-observability-8588.md>)

Original publisher: [Read original article](<https://grafana.com/blog/how-to-measure-and-improve-instrumentation-quality-for-better-full-stack-observability/>)

Author: Arpit kumar

Published: 2026-09-12T11:22:06.456390Z

Content type: article

Language: en

Sources: [Grafana Labs blog on Grafana Labs](<https://devfeed.tech/sources/grafana-labs-blog-on-grafana-labs.md>)

Topics: [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Grafana Cloud](<https://devfeed.tech/topics/grafana-cloud.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [grafana-cloud](<https://devfeed.tech/tags/grafana-cloud.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

This article explains how to measure and improve instrumentation quality for full-stack observability. It introduces Grafana Cloud's continuously updated instrumentation quality report, which evaluates each service using automated checks for telemetry completeness, correctness, signal coverage, naming, Kubernetes correlation, and connections across the service graph.

### Source excerpt

Modern engineering teams instrument everything, with metrics, logs, traces, and profiles flowing from hundreds of services at once. But full-stack observability isn't really about collecting more telemetry; it's about having a single, unified picture of how your services connect to every layer beneath them, including their dependencies, the pods and nodes they run on, and the logs, traces, and profiles that explain their behavior. But there's often a quiet problem hiding underneath all that data: not all instrumentation is created equal, and every gap silently breaks one of those connections. One service, for example, might emit metrics but no logs, so when you pivot from "this is erroring" to "show me why," you hit a dead end. Another might have logs but an invalid service.name or a missing k8s.pod.name that breaks correlation, dropping it out of the graph and away from its pods and nodes. A third service might look perfectly healthy right up until an incident, when you discover its traces were never wired up and the trail goes cold exactly when you need it most. To fix this, Grafana Cloud's Knowledge Graph now includes an instrumentation quality report: an automated, continuously updated assessment of how well each of your services is instrumented--and, in effect, how they plug into the full-stack picture. In this post, we'll walk through how to read the instrumentation quality report, how the scoring works, and how to use it to systematically raise the observability bar, keeping every layer of your stack joined up across every service you run. What is instrumentation quality? Instrumentation quality is a measure of how complete and correct the telemetry for a given service is, judged against a set of automated checks. Each service is evaluated by a server-computed set of quality checks: small, focused rules that validate one specific thing about a service's telemetry. A few examples: Does the service emit logs? Are service graph metrics present? Is the service nam

## Knowledge Graph as context for LLMs: demonstrating decisive RCA and faster production performance

DevFeed: [Knowledge Graph as context for LLMs: demonstrating decisive RCA and faster production performance](<https://devfeed.tech/articles/knowledge-graph-as-context-for-llms-demonstrating-decisive-rca-and-faster-production-performance-8591.md>)

Original publisher: [Read original article](<https://grafana.com/blog/knowledge-graph-as-context-for-llms-demonstrating-decisive-rca-and-faster-production-performance/>)

Author: Sarah Constant

Published: 2026-09-12T11:22:06.456390Z

Content type: article

Language: en

Sources: [Grafana Labs blog on Grafana Labs](<https://devfeed.tech/sources/grafana-labs-blog-on-grafana-labs.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Grafana Cloud](<https://devfeed.tech/topics/grafana-cloud.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [incident](<https://devfeed.tech/topics/incident.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [observability ai agents](<https://devfeed.tech/topics/observability-ai-agents.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [grafana-cloud](<https://devfeed.tech/tags/grafana-cloud.md>), [incident](<https://devfeed.tech/tags/incident.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [llms](<https://devfeed.tech/tags/llms.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

The article reports Grafana Labs experiments testing whether providing AI agents with Grafana Cloud's Knowledge Graph improves incident debugging compared with raw telemetry alone. In one incident replayed 16 times per approach, Knowledge Graph context led to the correct root cause 15 times, versus once with raw telemetry. The article also describes challenges including misleading signals, unsupported confident answers, and inconsistent investigations, arguing that well-structured context matters more than context-window size alone.

### Source excerpt

On the product team here at Grafana Labs, we consider AI agents our users, too. That's why we set out to test how well agents can debug incidents across the full stack, and how much better they perform with Grafana Cloud's Knowledge Graph vs. using raw telemetry alone. Our early results are promising. In one real incident we replayed 16 times each way, an agent with Knowledge Graph context found the correct root cause 15 times, compared with just once using raw telemetry alone. Along the way, we also uncovered some of the challenges that still stand in the way of reliable AI-assisted debugging, from chasing the wrong signals to confidently making things up and producing inconsistent answers. We're still early, but our findings point to an important idea. The industry's shorthand right now is that a bigger context window will lead to better outputs. Our findings suggest it's not just about more context; it's about structuring your data well enough to serve the right context. Here's a look at what we've learned so far, as we continue to experiment out in the open and bring you along, the Grafana Labs way. Giving an agent access to telemetry is just the beginning Give a current-generation model like Opus 4.8 access to your raw telemetry during a live incident, and it genuinely starts to figure things out: querying metrics and logs, forming a hypothesis, and checking it. We have watched it work on our own incidents, and it does it affordably. But if you run software at scale, where uptime is business-critical and large teams share the responsibility, a better model alone doesn't get you all the way there for debugging. From analyzing how LLMs do root-cause analysis on our own infrastructure, and from speaking to our customers, we've uncovered three problems that get in the way: The further the cause is from the alert, the more likely the model is to get it wrong. An agent may confidently make things up when it doesn't have the evidence it needs. The same investigation c

## Presentation: From Retrieval to Reasoning: Building Production-Ready Agentic AI Systems with Knowledge Graphs

DevFeed: [Presentation: From Retrieval to Reasoning: Building Production-Ready Agentic AI Systems with Knowledge Graphs](<https://devfeed.tech/articles/presentation-from-retrieval-to-reasoning-building-production-ready-agentic-ai-systems-with-knowledge-graphs-8463.md>)

Original publisher: [Read original article](<https://www.infoq.com/presentations/knowledge-graphs-agentic-systems-patterns/>)

Author: Cassie Shum

Published: 2026-09-12T11:00:00Z

Content type: tutorial

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [Graphs](<https://devfeed.tech/topics/graphs.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [agentic-ai-architecture](<https://devfeed.tech/tags/agentic-ai-architecture.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-architecture](<https://devfeed.tech/tags/ai-architecture.md>), [ai-ml-data-engineering](<https://devfeed.tech/tags/ai-ml-data-engineering.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [architecture-design](<https://devfeed.tech/tags/architecture-design.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [infoq](<https://devfeed.tech/tags/infoq.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [knowledge-graphs-agentic-systems-patterns](<https://devfeed.tech/tags/knowledge-graphs-agentic-systems-patterns.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [ml-data-engineering](<https://devfeed.tech/tags/ml-data-engineering.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [production](<https://devfeed.tech/tags/production.md>), [qcon-ai-boston-2026](<https://devfeed.tech/tags/qcon-ai-boston-2026.md>), [qcon-software-development-conference](<https://devfeed.tech/tags/qcon-software-development-conference.md>), [rag](<https://devfeed.tech/tags/rag.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [retrieval-augmented-generation](<https://devfeed.tech/tags/retrieval-augmented-generation.md>), [transcripts](<https://devfeed.tech/tags/transcripts.md>)

### AI overview

A presentation on using knowledge graphs as a foundation for production-ready agentic AI systems. It covers architectural patterns for context bundling, decision provenance, code as truth, and agent visibility, along with a graph-based engineering harness for feedback loops, token optimization, and reliability.

### Source excerpt

Cassie Shum discusses why knowledge graphs serve as a critical foundation for agentic systems. Moving beyond basic RAG, she explains 4 practical architectural patterns: context bundling, decision provenance, code as truth, and agent visibility. She demonstrates an engineering harness built on a knowledge graph to streamline feedback loops, optimize token usage, and maintain system reliability. By Cassie Shum

## Second Brains in the AI era: still worth it?

DevFeed: [Second Brains in the AI era: still worth it?](<https://devfeed.tech/articles/second-brains-in-the-ai-era-still-worth-it-40863.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2026/09/second-brain-in-ai-era/>)

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

Content type: opinion

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [context](<https://devfeed.tech/topics/context.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Obsidian](<https://devfeed.tech/topics/obsidian-md.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [context](<https://devfeed.tech/tags/context.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [obsidian](<https://devfeed.tech/tags/obsidian.md>)

### AI overview

The article argues that maintaining a personal knowledge base, or "second brain," is more valuable in the AI era because it gives AI assistants structured, connected context. It suggests that linked notes resemble graph memory and can help agents navigate complex information, while large unstructured collections may increase confusion and hallucinations.

### Source excerpt

I've been working on my second brain(s) for years now. Brains, plural, because I had to create new ones, for example when I changed jobs......

## Building Trust in AI DevOps: Validating the Harness Knowledge Graph

DevFeed: [Building Trust in AI DevOps: Validating the Harness Knowledge Graph](<https://devfeed.tech/articles/building-trust-in-ai-devops-validating-the-harness-knowledge-graph-13374.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/building-trust-in-our-knowledge-graph>)

Author: Vikram Sahu

Published: 2026-08-31T18:37:00Z

Content type: article

Language: en

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

Topics: [DevOps](<https://devfeed.tech/topics/devops.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-evals](<https://devfeed.tech/tags/ai-evals.md>), [api](<https://devfeed.tech/tags/api.md>), [automated](<https://devfeed.tech/tags/automated.md>), [data](<https://devfeed.tech/tags/data.md>), [devops](<https://devfeed.tech/tags/devops.md>), [evals](<https://devfeed.tech/tags/evals.md>), [graph](<https://devfeed.tech/tags/graph.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [lifecycle](<https://devfeed.tech/tags/lifecycle.md>), [operational](<https://devfeed.tech/tags/operational.md>), [other](<https://devfeed.tech/tags/other.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [schema](<https://devfeed.tech/tags/schema.md>), [sdlc](<https://devfeed.tech/tags/sdlc.md>), [security](<https://devfeed.tech/tags/security.md>), [services](<https://devfeed.tech/tags/services.md>), [software](<https://devfeed.tech/tags/software.md>), [software-delivery](<https://devfeed.tech/tags/software-delivery.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

This article explains how Harness validates answers from its SDLC Knowledge Graph. Its multi-layered approach combines AI evaluations, schema traversal, API checks, direct product verification, production data, and shift-left testing to improve reliability.

### Source excerpt

Discover our multi-layered validation approach combining AI evals to ensure reliable AI-powered software delivery insights. | Blog

## KV vs Prefix vs Prompt vs Semantic Caching

DevFeed: [KV vs Prefix vs Prompt vs Semantic Caching](<https://devfeed.tech/articles/kv-vs-prefix-vs-prompt-vs-semantic-caching-18238.md>)

Original publisher: [Read original article](<https://blog.dailydoseofds.com/p/kv-vs-prefix-vs-prompt-vs-semantic>)

Author: Avi Chawla

Published: 2026-08-27T20:01:47Z

Content type: article

Language: en

Sources: [Daily Dose of Data Science](<https://devfeed.tech/sources/daily-dose-of-data-science.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Neo4j](<https://devfeed.tech/topics/neo4j.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [memory](<https://devfeed.tech/tags/memory.md>), [nvme](<https://devfeed.tech/tags/nvme.md>), [object-storage](<https://devfeed.tech/tags/object-storage.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [server](<https://devfeed.tech/tags/server.md>), [token](<https://devfeed.tech/tags/token.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

The article distinguishes KV caching, prefix caching, prompt caching, and semantic caching in LLM systems. It explains what each cache stores, how exact-match and fuzzy-match behavior differ, and how cache misses affect cost, latency, and correctness. It also describes Konig's tiered storage approach for many small knowledge graphs, though the supplied text is truncated.

### Source excerpt

...explained with best practices in production.

## AI-powered clinical trial eligibility and safety using Amazon Bedrock AgentCore

DevFeed: [AI-powered clinical trial eligibility and safety using Amazon Bedrock AgentCore](<https://devfeed.tech/articles/ai-powered-clinical-trial-eligibility-and-safety-using-amazon-bedrock-agentcore-4635.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/ai-agents-for-clinical-trial-screening/>)

Author: Sachin Jain

Published: 2026-08-19T13:11:51Z

Content type: tutorial

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

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

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [aws](<https://devfeed.tech/tags/aws.md>), [data](<https://devfeed.tech/tags/data.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [llm](<https://devfeed.tech/tags/llm.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [safety](<https://devfeed.tech/tags/safety.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

An AWS architecture tutorial for a clinical-trial eligibility and safety agent. It uses Amazon Bedrock AgentCore, AWS HealthLake, knowledge-graph evidence, evaluations, and human-in-the-loop review to support clinician-led screening decisions.

### Source excerpt

AI agents built on Amazon Bedrock AgentCore help clinical trial teams make fast, accurate enrollment decisions while keeping clinicians in control. This post shows how to architect an eligibility and safety screening agent using AWS HealthLake, AgentCore, and AgentCore Evaluations.

## What an Ontology for AI Agents Actually Needs

DevFeed: [What an Ontology for AI Agents Actually Needs](<https://devfeed.tech/articles/what-an-ontology-for-ai-agents-actually-needs-18250.md>)

Original publisher: [Read original article](<https://www.dataengineeringweekly.com/p/an-ontology-for-ai-agents-is-a-system>)

Author: Ananth Packkildurai

Published: 2026-08-14T12:38:18Z

Content type: opinion

Language: en

Sources: [Data Engineering Weekly](<https://devfeed.tech/sources/data-engineering-weekly.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [data](<https://devfeed.tech/tags/data.md>), [graph](<https://devfeed.tech/tags/graph.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [schema](<https://devfeed.tech/tags/schema.md>)

### AI overview

The article argues that an ontology for AI agents should be treated as a governed semantic system rather than a single file or graph. It distinguishes ontology meaning from knowledge-graph facts and explains how semantic capabilities support retrieval, planning, action, verification, and operational governance.

### Source excerpt

How to think about the semantic system that makes an agent coherent, governable, and useful.

## Philip Rathle on why AI agents keep reaching for a knowledge graph

DevFeed: [Philip Rathle on why AI agents keep reaching for a knowledge graph](<https://devfeed.tech/articles/philip-rathle-on-why-ai-agents-keep-reaching-for-a-knowledge-graph-16045.md>)

Original publisher: [Read original article](<https://workos.com/blog/philip-rathle-neo4j-knowledge-graph-agents-aie-2026>)

Author: WorkOS

Published: 2026-08-05T23:21:28Z

Content type: article

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Neo4j](<https://devfeed.tech/topics/neo4j.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [graph-database](<https://devfeed.tech/topics/graph-database.md>), [data](<https://devfeed.tech/topics/data.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>), [data](<https://devfeed.tech/tags/data.md>), [graph](<https://devfeed.tech/tags/graph.md>), [graph-database](<https://devfeed.tech/tags/graph-database.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>)

### AI overview

WorkOS CEO Michael Grinich interviews Neo4j CTO Philip Rathle about using knowledge graphs as an AI knowledge layer. Rathle argues that agents need deterministic, explainable access to structured company data for questions where accuracy, sovereignty, and access controls are critical, while noting that graph retrieval can provide context for better model decisions.

### Source excerpt

Neo4j CTO Philip Rathle on why over 70% of new business is now the AI knowledge layer, where agents need deterministic answers, and how error rates compound.

## Crowdsourced taxonomy verification: A feedback-driven framework for refining knowledge graph relationships via online search interactions

DevFeed: [Crowdsourced taxonomy verification: A feedback-driven framework for refining knowledge graph relationships via online search interactions](<https://devfeed.tech/articles/crowdsourced-taxonomy-verification-a-feedback-driven-framework-for-refining-knowledge-graph-relationships-via-online-search-interactions-1246.md>)

Original publisher: [Read original article](<https://engineering.grab.com/crowdsourced-taxonomy-verification>)

Author: Junpeng Niu

Published: 2026-07-30T00:00:00Z

Content type: article

Language: en

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

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

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [graphs](<https://devfeed.tech/tags/graphs.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [llm](<https://devfeed.tech/tags/llm.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [search](<https://devfeed.tech/tags/search.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article presents a feedback-driven system for verifying knowledge-graph relationships through live search interactions. It tests unverified parent-child or sibling edges in search suggestions, measures user engagement, and uses greedy exploration to balance data collection with result quality.

### Source excerpt

Introduction The efficacy of semantic search relies on the accuracy of the underlying Knowledge Graph (KG). In high-velocity domains like on-demand food delivery or e-commerce, the catalog of entities like dishes, products, and merchants changes rapidly. Current methods for KG construction and maintenance face three critical challenges: Inaccuracy and hallucination from Large Language Models (LLMs): Automated models often infer relationships based on statistical text co-occurrence rather than semantic reality. For instance, an LLM might incorrectly classify "Pho" as a child of "Italian Noodle Soup" due to linguistic similarity, leading to irrelevant search results. Scalability limits of manual verification: Traditional verification relies on human annotators or domain experts. This approach is slow, expensive, and unable to keep pace with dynamic catalogs containing millions of entities. For example, daily changes in restaurant menus or grocery stock keeping units (SKUs). Error propagation in ranking: Inaccurate graph edges propagate errors downstream. If a parent-child relationship is wrong, query expansion algorithms will retrieve irrelevant items, directly degrading Click-Through Rate (CTR) and user trust. We introduce a feedback-driven verification engine that operationalizes the search interface as a validation environment. Key contributions include: User feedback-driven verification: The system treats unverified graph edges as hypotheses. Instead of accepting them as truth, it tests them against live traffic by injecting them into search suggestions and measuring user engagement. Hierarchical relationship refinement: Unlike systems that only validate entities (nodes), this framework validates structural links (edges). It confirms whether entity A is truly a parent, child, or sibling of entity B, ensuring structural integrity. Adaptive exploration: The system employs a greedy exploration policy. It intelligently balances exploitation by showing known good resul

## How Rapidflare built a million+ document ingestion pipeline for Agents on Temporal

DevFeed: [How Rapidflare built a million+ document ingestion pipeline for Agents on Temporal](<https://devfeed.tech/articles/how-rapidflare-built-a-million-document-ingestion-pipeline-for-agents-on-temporal-35861.md>)

Original publisher: [Read original article](<https://temporal.io/blog/how-rapidflare-built-a-million-document-ingestion-pipeline-for-agents-on-temporal>)

Author: Vasanth Asokan

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

Content type: article

Language: en

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

Topics: [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [data](<https://devfeed.tech/topics/data.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>)

Tags: [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [agents](<https://devfeed.tech/tags/agents.md>), [community](<https://devfeed.tech/tags/community.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [scale](<https://devfeed.tech/tags/scale.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

Rapidflare explains how it uses Temporal to build durable, observable document-ingestion pipelines for technical sales agents processing knowledge bases at million-document scale. The article describes the need to ingest and pre-structure extensive technical literature into proprietary knowledge-graph formats, while preserving completeness and reliability.

### Source excerpt

Rapidflare explains how it uses Temporal to run durable, observable document ingestion pipelines for technical sales Agents at million-document scale.

## From Harness Lock-In to Portable Context Layer

DevFeed: [From Harness Lock-In to Portable Context Layer](<https://devfeed.tech/articles/from-harness-lock-in-to-portable-context-layer-18308.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/the-context-layer>)

Author: Paul Iusztin

Published: 2026-06-30T08:20:17Z

Content type: article

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Notion](<https://devfeed.tech/topics/notion.md>), [Obsidian](<https://devfeed.tech/topics/obsidian-md.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [memory](<https://devfeed.tech/tags/memory.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

The article argues that users should keep their context layer separate from any AI harness. It proposes unified memory combining a filesystem, BM25 keyword search, semantic vector search, and a typed knowledge graph, exposed through an MCP server or skills so different models and harnesses can use it.

### Source excerpt

Build a unified memory (knowledge graph or an LLM wiki) and serve it over MCP servers or skills, so any agent, open or closed, plugs in within minutes.

## Knowledge graph retrieval-augmented generation (RAG): structured retrieval for AI agents

DevFeed: [Knowledge graph retrieval-augmented generation (RAG): structured retrieval for AI agents](<https://devfeed.tech/articles/knowledge-graph-retrieval-augmented-generation-rag-structured-retrieval-for-ai-agents-4816.md>)

Original publisher: [Read original article](<https://redis.io/blog/knowledge-graph-rag-structured-retrieval-ai-agents/>)

Author: Jim Allen Wallace

Published: 2026-06-24T00:00:00Z

Content type: tutorial

Language: en

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

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

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [graphs](<https://devfeed.tech/tags/graphs.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>)

### AI overview

This guide explains knowledge graph RAG as a structured retrieval approach for AI agents. It contrasts graph-based retrieval of connected entities and relationships with vector RAG's nearest-neighbor retrieval of isolated text chunks, and outlines how LLMs can build graphs from unstructured data to support multi-hop retrieval.

### Source excerpt

A user asks your support agent: "is the slow-sync bug from my last ticket fixed in the version you told me to upgrade to?" Answering means connecting three documents: the customer's earlier ticket, the new release notes, and the engineering issue the ...

## How to Keep Your AI Agent's Knowledge Graph Clean

DevFeed: [How to Keep Your AI Agent's Knowledge Graph Clean](<https://devfeed.tech/articles/how-to-keep-your-ai-agent-s-knowledge-graph-clean-18298.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/keep-knowledge-graph-clean>)

Author: Paul Iusztin

Published: 2026-06-02T05:00:53Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Entity resolution](<https://devfeed.tech/topics/entity-resolution.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [data](<https://devfeed.tech/topics/data.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Neo4j](<https://devfeed.tech/topics/neo4j.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [code](<https://devfeed.tech/tags/code.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [llm](<https://devfeed.tech/tags/llm.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [rag](<https://devfeed.tech/tags/rag.md>), [review](<https://devfeed.tech/tags/review.md>)

### AI overview

This tutorial explains how to keep an AI agent's knowledge graph clean by separating entity resolution for naming from deduplication for identity. It presents a pipeline covering LLM extraction, embeddings, deduplication, and safety reviews to reduce incorrect merges as the graph grows.

### Source excerpt

The resolution, deduplication, and review pipeline that keeps agent memory usable as it grows.

## How to Start a Knowledge-Graph Memory Layer with an Extendable Ontology

DevFeed: [How to Start a Knowledge-Graph Memory Layer with an Extendable Ontology](<https://devfeed.tech/articles/stop-chasing-the-perfect-ontology-18303.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/ship-a-knowledge-graph-ontology-in-5-minutes>)

Author: Paul Iusztin

Published: 2026-05-26T05:00:51Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Graphs](<https://devfeed.tech/topics/graphs.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai-engineering](<https://devfeed.tech/tags/ai-engineering.md>), [article](<https://devfeed.tech/tags/article.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [knowledge-graphs](<https://devfeed.tech/tags/knowledge-graphs.md>), [rag](<https://devfeed.tech/tags/rag.md>), [schema-design](<https://devfeed.tech/tags/schema-design.md>)

### AI overview

This tutorial explains how to begin building a knowledge-graph memory layer without designing a complete ontology upfront. It recommends a small, generic, extendable POLE+O model with Preferences and Facts, then extending it as domain-specific data reveals gaps.

### Source excerpt

Start with a fixed, generic base and extend only when your data demands it.

## Scaling Airbnb's identity graph with a unified knowledge graph infrastructure

DevFeed: [Scaling Airbnb's identity graph with a unified knowledge graph infrastructure](<https://devfeed.tech/articles/scaling-airbnb-s-identity-graph-with-a-unified-knowledge-graph-infrastructure-1221.md>)

Original publisher: [Read original article](<https://medium.com/airbnb-engineering/scaling-airbnbs-identity-graph-with-a-unified-knowledge-graph-infrastructure-ebac467b7836?source=rss----53c7c27702d5---4>)

Author: Lucen Zhao

Published: 2026-05-19T17:01:01Z

Content type: article

Language: en

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

Topics: [Graphs](<https://devfeed.tech/topics/graphs.md>), [graph-database](<https://devfeed.tech/topics/graph-database.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [caching](<https://devfeed.tech/tags/caching.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [graph-database](<https://devfeed.tech/tags/graph-database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [safety](<https://devfeed.tech/tags/safety.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [technology](<https://devfeed.tech/tags/technology.md>)

### AI overview

Airbnb describes scaling its identity graph into a unified, internally managed knowledge graph infrastructure. The article covers the graph database and KV caching storage layer, graph service, near-real-time ingestion, low-latency access, and architectural evolution driven by increasing graph density and query complexity.

### Source excerpt

How Airbnb shifts from PaaS to an internal knowledge graph infrastructure at scale. By: Lucen Zhao, Shukun Yang, Ashish Jain Knowledge graphs offer a natural and powerful way to represent relationships between entities. Many real-world systems are fundamentally about connections. Airbnb's identity graph captures relationships between users in a graph database. The identity graph serves aggregated insights that enable user identity resolution and relationship understanding. These capabilities support a wide range of Trust and Safety use cases, from detecting suspicious activities to identifying linked accounts. Over time, the identity graph has grown into one of the largest and most complex graph data products at Airbnb, both in terms of scale and the complexity of queries it supports. In 2024, Airbnb began investing in a new, internally managed, paved-path graph data platform to build a unified knowledge graph infrastructure. Airbnb's identity graph became one of the first systems to adopt this platform. In this post, we'll walk through the foundations and challenges of the identity graph, introduce the architecture behind the graph infrastructure, and highlight several key optimizations that emerged during the onboarding process. Airbnb's identity graph Airbnb's identity graph is a critical foundation layer, playing an important role in Trust and Safety applications. It contains two major components: Graph data storage: a storage layer composed of a graph database and a key-value (KV) caching layer. It models users and relationships as vertices and edges. Most data is ingested in near real-time through asynchronous events and served through low-latency, real-time service calls. Graph service: this service provides a unified interface for accessing graph data. It retrieves data from underlying sources, including the graph database, applies aggregation logic or models as needed, and serves the results to downstream customer services. Evolution of the identity graph a

## Inside Neo4j's Agent Memory

DevFeed: [Inside Neo4j's Agent Memory](<https://devfeed.tech/articles/inside-neo4j-s-agent-memory-18309.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/understanding-neo4j-graph-agent-memory-system>)

Author: Paul Iusztin

Published: 2026-05-19T08:55:51Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Neo4j](<https://devfeed.tech/topics/neo4j.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [graph](<https://devfeed.tech/tags/graph.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [memory](<https://devfeed.tech/tags/memory.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval-augmented-generation-rag](<https://devfeed.tech/tags/retrieval-augmented-generation-rag.md>)

### AI overview

The article presents Neo4j knowledge graphs as a model for durable agent memory. It argues that file-based logs and vector indexes lack identity and relationship tracking, while a structured graph can connect entities, preferences, and facts across a growing knowledge base.

### Source excerpt

The knowledge-graph patterns that turn one-shot conversations into compounding intelligence.

## Proofs and Essays Are Paths: An LLM ↔ Prover Loop for Falsifying Hallucinations

DevFeed: [Proofs and Essays Are Paths: An LLM ↔ Prover Loop for Falsifying Hallucinations](<https://devfeed.tech/articles/proofs-and-essays-are-paths-an-llm-prover-loop-for-falsifying-hallucinations-40135.md>)

Original publisher: [Read original article](<https://korbonits.com/blog/2026-04-30-proofs-and-essays-are-paths/>)

Published: 2026-04-30T00:00:00Z

Content type: opinion

Language: en

Sources: [Alex Korbonits](<https://devfeed.tech/sources/alex-korbonits.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Automated reasoning](<https://devfeed.tech/topics/automated-reasoning.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Math and Logic](<https://devfeed.tech/topics/math-and-logic.md>)

Tags: [grounding](<https://devfeed.tech/tags/grounding.md>), [hallucinations](<https://devfeed.tech/tags/hallucinations.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [llm](<https://devfeed.tech/tags/llm.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [smt](<https://devfeed.tech/tags/smt.md>), [verification](<https://devfeed.tech/tags/verification.md>), [verify](<https://devfeed.tech/tags/verify.md>)

### AI overview

This essay proposes a bidirectional loop between a large language model and a theorem prover. LLM outputs become propositions and graph connections that the prover checks, while verification results feed back into the model. In this framework, hallucinations appear as knowledge-graph paths with edges that fail formal verification.

### Source excerpt

If a proof is a path through a formal space and an essay is a path through a semantic one, can we close the loop -- translate LLM outputs into a theorem prover, build a knowledge graph of verifiable propositions, and use the gaps as a signal for hallucination? Notebook ideas from March 2024 expanding on the SMT-grounding piece.

## I Built the Knowledge Graph of Machine Learning

DevFeed: [I Built the Knowledge Graph of Machine Learning](<https://devfeed.tech/articles/i-built-the-knowledge-graph-of-machine-learning-38808.md>)

Original publisher: [Read original article](<https://thepalindrome.org/p/i-built-the-knowledge-graph-of-machine>)

Author: Tivadar Danka

Published: 2026-04-19T07:46:57Z

Content type: article

Language: en

Sources: [The Palindrome](<https://devfeed.tech/sources/the-palindrome.md>)

Topics: [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [structure](<https://devfeed.tech/topics/structure.md>)

Tags: [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>)

### AI overview

The article explores the structure of machine learning and presents a knowledge graph of the field.

### Source excerpt

Exploring the structure of machine learning

## Introducing the Vercel plugin for coding agents

DevFeed: [Introducing the Vercel plugin for coding agents](<https://devfeed.tech/articles/introducing-the-vercel-plugin-for-coding-agents-990.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/introducing-vercel-plugin-for-coding-agents>)

Author: Andrew Qu

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

Content type: release

Language: en

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

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

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [bash](<https://devfeed.tech/tags/bash.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [skills](<https://devfeed.tech/tags/skills.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [validation](<https://devfeed.tech/tags/validation.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel announces a plugin for Claude Code and Cursor that injects project and platform knowledge into coding-agent context. It provides skills, specialist agents, slash commands, context management, and real-time validation.

### Source excerpt

Claude Code and Cursor can now further understand Vercel projects using the new Vercel plugin and a full platform knowledge graph. The plugin observes real-time activity, including file edits and terminal commands, to dynamically inject Vercel knowledge into the agent's context. Key capabilities include: Platform knowledge: Access 47+ skills covering the Vercel platform, including Next.js, AI SDK, Turborepo, Vercel Functions, and Routing Middleware, powered by a relational knowledge graph Specialized tooling: Use three specialist agents (AI Architect, Deployment Expert, Performance Optimizer) and five slash commands (/bootstrap, /deploy, /env, /status, /marketplace) Context management: An injection engine and project profiler rank, deduplicate, and budget-control loaded context Code validation: PostToolUse validation catches deprecated patterns, sunset packages, and stale APIs in real time Instead of standard retrieval, the plugin compiles pattern matchers at build time and runs a priority-ranked injection pipeline across seven lifecycle hooks. Skills fire when glob patterns, bash regexes, import statements, or prompt signals match, and are then deduplicated across the session to ensure accurate agent responses. The plugin currently supports Claude Code and Cursor, with OpenAI Codex support coming soon. Install the plugin via npx: Directly in Claude Code via the official marketplace: Or directly in Cursor: Explore the source code in the Vercel plugin repository. Read more

## Reinventing Risk at Revolut

DevFeed: [Reinventing Risk at Revolut](<https://devfeed.tech/articles/reinventing-risk-at-revolut-26346.md>)

Original publisher: [Read original article](<https://medium.com/revolut/reinventing-risk-at-revolut-77e63c552503?source=rss----44c5ac415e14---4>)

Author: Konstantin Vasilev

Published: 2024-12-10T07:46:23Z

Content type: opinion

Language: en

Sources: [Revolut Engineering](<https://devfeed.tech/sources/revolut-engineering.md>)

Topics: [Finance](<https://devfeed.tech/topics/finance.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [banking](<https://devfeed.tech/tags/banking.md>), [fake-accounts](<https://devfeed.tech/tags/fake-accounts.md>), [finance](<https://devfeed.tech/tags/finance.md>), [financial](<https://devfeed.tech/tags/financial.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [operations](<https://devfeed.tech/tags/operations.md>), [outage](<https://devfeed.tech/tags/outage.md>), [revolut](<https://devfeed.tech/tags/revolut.md>), [risk-management](<https://devfeed.tech/tags/risk-management.md>), [services](<https://devfeed.tech/tags/services.md>)

### AI overview

Revolut describes how its Risk function approaches financial and operational risk in a financial-services business. The article explains that risks can overlap, such as fraud involving fake accounts leading to unpaid loans, and discusses the limitations of segregating risks into separate departments.

### Source excerpt

Using probability, reasoning and AI Revolut is known for its innovation in delivering "super-app" financial services to its customers. The success is evident not only through the rocketing user growth, but also via the ripple effects caused across the banking industry -- traditional finance has to reinvent and evolve, or remain part of history, just like the internet search replaced the paper phonebook. Behind this success stands a complex and impressive machinery, which is still piloted by the same founders, who also engineered the very first components and set the Revolut rocketship in motion. This machine is mostly known for its software excellence, however, with any financial services comes the responsibility of navigating a complex net of regulations and risks. True to the company values, the Risk function at Revolut also innovates, leveraging the decades of banking experience of its leadership and adding the challenger way of thinking with the latest technology. What is Risk? One can find many definitions of risk, ranging from explanations suitable for children, "The possibility of something bad happening", to advanced statistical definitions used in finance: Uncertainty of the return on investment, characterised by standard deviation, asymmetry and tails of the return distribution and the generic ISO 31000 definition: "The effect of uncertainty on objectives" In addition, both graduate textbooks and banking regulations define two general types of risk: Financial: related to financial positions, such as: user deposits, lending, and investments in market instruments. Operational: related to failure of operations, such as: system outage, fraud and natural disasters. Some of you might already sense the inevitable challenges in distinguishing the above definitions and risks. Events seldom happen in isolation and independently: a natural disaster can lead to system outages and market crashes, similarly fraudsters might use fake accounts to withdraw loans which would

## From Pre-trained to Fine-tuned: Nextdoor's Path to Effective Embedding Applications

DevFeed: [From Pre-trained to Fine-tuned: Nextdoor's Path to Effective Embedding Applications](<https://devfeed.tech/articles/from-pre-trained-to-fine-tuned-nextdoor-s-path-to-effective-embedding-applications-20338.md>)

Original publisher: [Read original article](<https://engblog.nextdoor.com/from-pre-trained-to-fine-tuned-nextdoors-path-to-effective-embedding-applications-3a13b56d91aa?source=rss----5e54f11cdfdf---4>)

Author: Karthik Jayasurya

Published: 2023-09-07T11:31:32Z

Content type: article

Language: en

Sources: [Nextdoor](<https://devfeed.tech/sources/nextdoor.md>)

Topics: [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Natural language processing](<https://devfeed.tech/topics/nlp.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [Development](<https://devfeed.tech/topics/development.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>)

Tags: [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [development](<https://devfeed.tech/tags/development.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml](<https://devfeed.tech/tags/ml.md>), [models](<https://devfeed.tech/tags/models.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [recommendation-system](<https://devfeed.tech/tags/recommendation-system.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Nextdoor describes its evolution from using pre-trained transformer models as embedding feature extractors to fine-tuning embeddings with unlabelled and labeled data. The article covers how embeddings are developed, featurized, and served at scale for applications including notification scoring and feed ranking.

### Source excerpt

Background The majority of ML models at Nextdoor are typically driven by a large number of features that are primarily either continuous or discrete in nature. The personalized features usually stem from historical aggregations or real-time summarization of interaction features, typically captured through logged tracking events. However, representing content through deep understanding using information behind it (text/image) is crucial for modeling nuanced user signals and better personalizing complex user behavior across many of our products. In the rapidly evolving field of NLP, utilizing transformer models to perform representation learning effectively and efficiently has become increasingly important for user understanding and improving their product experience. Towards that, we have built a lot of entity embedding models spanning entities such as posts, comments, users, search queries & classifieds. We first leveraged deep understanding of content and used that to derive embeddings for meta entities like users based on their past interacted content. These powerful representations are found to be very crucial towards extracting meaningful features for some of the biggest ML ranking systems at Nextdoor such as notifications scoring and feed ranking. By making them readily available and building to scale, we can drive adoption of state-of-the-art reliably and put them in the hands of ML Engineers for rapidly building performant models across the company. This blog primarily focuses on how we iterated on the development of embedding models, how they are featurized and served at large scale into various product applications as well as some of the challenges encountered during this process. We summarize the evolution of work across three sections. In section 1, the focus is to leverage state-of-the-art pre-trained models to rapidly evaluate the value of embeddings models as feature extractors. Section 2 describes how to fine-tune embeddings using unlabelled data for

## Stanford AI Lab Papers and Talks at ICLR 2022

DevFeed: [Stanford AI Lab Papers and Talks at ICLR 2022](<https://devfeed.tech/articles/stanford-ai-lab-papers-and-talks-at-iclr-2022-7584.md>)

Original publisher: [Read original article](<https://ai.stanford.edu/blog/iclr-2022/>)

Author: Compiled by Drew A. Hudson

Published: 2022-04-25T07:00:00Z

Content type: article

Language: en

Sources: [The Stanford AI Lab Blog](<https://devfeed.tech/sources/the-stanford-ai-lab-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Reinforcement learning](<https://devfeed.tech/topics/reinforcement-learning.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Robotics](<https://devfeed.tech/topics/robotics.md>), [Robotic manipulation](<https://devfeed.tech/topics/robotic-manipulation.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [iclr](<https://devfeed.tech/tags/iclr.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [neural-networks](<https://devfeed.tech/tags/neural-networks.md>), [reinforcement-learning](<https://devfeed.tech/tags/reinforcement-learning.md>), [robotic-manipulation](<https://devfeed.tech/tags/robotic-manipulation.md>), [robotics](<https://devfeed.tech/tags/robotics.md>)

### AI overview

Stanford AI Lab presents its work at ICLR 2022, including papers and talks on reinforcement learning, benchmark datasets, distribution shifts, in-context learning, language models, graph reasoning, model editing, robotics, and robotic manipulation.

### Source excerpt

The International Conference on Learning Representations (ICLR) 2022 is being hosted virtually from April 25th - April 29th. We're excited to share all the work from SAIL that's being presented, and you'll find links to papers, videos and blogs below. Feel free to reach out to the contact authors directly to learn more about the work that's happening at Stanford! List of Accepted Papers Autonomous Reinforcement Learning: Formalism and Benchmarking Authors: Archit Sharma*, Kelvin Xu*, Nikhil Sardana, Abhishek Gupta, Karol Hausman, Sergey Levine, Chelsea Finn Contact: architsh@stanford.edu Links: Paper | Website Keywords: reinforcement learning, continual learning, reset-free reinforcement learning MetaShift: A Dataset of Datasets for Evaluating Contextual Distribution Shifts and Training Conflicts Authors: Weixin Liang, James Zou Contact: wxliang@stanford.edu Links: Paper | Video | Website Keywords: benchmark dataset, distribution shift, out-of-domain generalization An Explanation of In-context Learning as Implicit Bayesian Inference Authors: Sang Michael Xie, Aditi Raghunathan, Percy Liang, Tengyu Ma Contact: xie@cs.stanford.edu Links: Paper | Video Keywords: gpt-3, in-context learning, pretraining, few-shot learning GreaseLM: Graph REASoning Enhanced Language Models for Question Answering Authors: Xikun Zhang, Antoine Bosselut, Michihiro Yasunaga, Hongyu Ren, Percy Liang, Christopher D. Manning, Jure Leskovec Contact: xikunz2@cs.stanford.edu Award nominations: Spotlight Links: Paper | Website Keywords: knowledge graph, question answering, language model, commonsense reasoning, graph neural networks, biomedical qa Fast Model Editing at Scale Authors: Eric Mitchell, Charles Lin, Antoine Bosselut, Chelsea Finn, Christopher D. Manning Contact: eric.mitchell@cs.stanford.edu Links: Paper | Website Keywords: model editing; meta-learning; language models; continual learning; temporal generalization Vision-Based Manipulators Need to Also See from Their Hands Authors: Kyle H

[Next page](<https://devfeed.tech/tags/knowledge-graph.md?cursor=WyIyMDIyLTA0LTI1VDA3OjAwOjAwKzAwOjAwIiwgIjRiNjViMGU0LTgxYzUtNGRhZC04ZTJjLTAzZTIxNTk3ODJjYSJd>)