Save products you love by clicking the heart icon.
Designing systems that prompt AI agents instead of prompting them yourself — automations, worktrees, skills, MCP connectors, subagents, and the state file that makes loops durable.
What Flux v2.8 and Helm v4 change for GitOps users — server-side apply, kstatus health checks, CEL expressions, .status.inventory, Cosign v3, and the post-renderer breaking change.
Open-source intelligence (OSINT) was a graph problem before "graph" became fashionable. An investigation is nothing but entities and relationships with provenance: who talked to whom, which infrastructure belongs to which actor, which documents connect which events. What changed in 2026 is that generative and agentic AI have finally become capable of doing parts of the investigation itself — and the research community is now explicitly combining the two: graphs for structure and provenance, agents for collection and reasoning.
Every OSINT task maps onto graph operations:
Generative AI adds a new entry to the list: the investigator itself becomes an agent that walks the graph, forms hypotheses and asks follow-up questions — which is exactly the agentic pattern the wider graph security research has been converging on.
The single most useful 2026 paper on this topic is the taxonomy work:
Around the taxonomy, the corpus shows the building blocks:
A modern graph-powered OSINT pipeline, synthesised from the research, looks like this:
This is the heart of the matter, and it is worth being blunt: generative AI in OSINT without a graph is a liability. An LLM asked to summarise "what do we know about X" will happily invent relationships. When the output is a graph of cited evidence, every claim trails an entity-relation structure that can be checked. The same robustness lesson from RAG applies: poisoned or hallucinated edges propagate through multi-hop reasoning — but with provenance on every edge, you can find, and revoke, the bad hop.
Practical rules:
The convergence is the same one shaping the broader AI-security frontier: agents + knowledge graphs + foundation models, applied to a domain — security — where the cost of error is uniquely high. Expect the next wave to bring (a) formal evaluation benchmarks for AI in OSINT, (b) graph foundation models tuned on threat intelligence, and (c) provenance-aware agent memory so long investigations accumulate structured, auditable knowledge instead of chat logs.
The short version for security and DevOps teams: the tools now exist to let AI support the investigation — but the graph is what keeps that support honest. Build the provenance first, then let the agents walk the graph.
This article was researched from the graph-research corpus (16,979 papers, 100% taxonomy saturation). Sources: Agentic and Generative AI for OSINT and Cyber Investigations, SENTINEL.