Filter
Exclude
Time range
-
Near
CalmStriker
Replying to @vivekbi14064204
2023โ€“2024: Convergence & Incumbent Era Once RAG became the gold standard for enterprise AI, every traditional database realized they needed to support vectors to survive 2024โ€“Present: Hybrid Search & Multi-Vector Architectures 2025 and Beyond: GraphRAG and Hardware Acceleration
4
Connected_Data
Vault-LD turns a folder of Markdown notes into an RDF knowledge graph The core idea builds on Karpathy's "LLM wiki" concept: a directory of plain Markdown files is already one of the best ways to work with LLMs. Human-readable, chunkable by a model, diffable in git, no database needed.ย  Vault-LD's contribution is spotting a hidden pattern in that structure: YAML frontmatter can map onto YAML-LD, a YAML serialization of JSON-LD. Resolve that frontmatter through one shared context, and the notes stop being tagged text. They become linked data. Why it matters for anyone already working with RDF ontologies: ๐Ÿ”น Business semantics, classes, properties, controlled vocabularies drop directly into the wiki teams already use ๐Ÿ”น The ontology itself gains a human-friendly surface, readable and editable as notes rather than raw Turtle ๐Ÿ”น A note and an ontology definition become the same kind of object, projectable losslessly to RDF and back The repo ships two reference tools that make this roundtrip real: vault_to_rdf.py exports a vault to Turtle, split into schema and data layers. rdf_to_vault.py runs the reverse, ingesting any RDF graph into vault format, updating notes in place or building a new vault from scratch. Together, vault โ†’ RDF โ†’ vault is a no-op, and RDF โ†’ vault โ†’ RDF is graph-isomorphic. The spec itself (SPEC.md) is the normative reference, covering frontmatter-to-graph rules, full-fidelity roundtripping, and a compatibility profile for lifting OKF-style Markdown bundles into linked data. An open format for knowledge that a person editing notes and a machine reasoning over a graph can share at once. ๐Ÿ•ธ๏ธ By The Knowledge Graph Guys github.com/The-Knowledge-Graโ€ฆ #KnowledgeGraphs #RDF #Ontology #OpenSource #MarkdownAsData -- Connected Data London 2026 | 11โ€“12 November | Leonardo Royal Hotel London Tower Bridge ๐ŸŽค Share your work with the world's most passionate data community. The Call for Submissions is open. connected-data.london/2026-cโ€ฆ ๐ŸŽŸ Tickets on sale now. Advance rate discounts up to 15%. 2026.connected-data.london ๐Ÿ“บ Sponsorship opportunities available. Contact info@connected-data.london for details. #KnowledgeGraph #GraphRAG #Ontology #Graph #AI #DataScience #GraphDB #SemTech
2
1
123
prodaisolutions
Prodigy AI Solutions is excited to announce its membership in the NVIDIA Inception program. For our team, this is an important step as we continue building Verbis Graph as an enterprise AI infrastructure layer for GraphRAG, knowledge retrieval, and AI agents. Our focus is on making enterprise AI more grounded, explainable, and scalable - especially for teams working with complex internal knowledge, documents, and regulated data. Excited for the next stage of the journey, and always open to feedback from the AI, GraphRAG, and enterprise tech communities. #NVIDIAInception #VerbisGraph #ProdigyAISolutions #EnterpriseAI #GraphRAG
8
garito
Replying to @ivanfioravanti
We are trying to lower the price for GraphRAG and this kind of extractions but, boy what a mess. It is difficult to go local if there is no index or reference on models. On vllm-mlx, you must choose Gemma 3 or 4 but not both (versions issue) as example
7
stevereiner
The Flexible GraphRAG app now supports optional visual Langflow flows to customize the ingest pipeline and search / ai-query flows used "under the covers" of the UI (OpenRAG like). Also have configurable "Flexible" Langflow components to use in agentic apps or for RAG / GraphRAG. These include data source (13 sources ), document processor (Docling / LlamaParse), text splitter/chunking, KG extraction supporting ontologies for both pg and rdf dbs, vector (10 dbs), search (3 dbs), property graph (15 dbs). rdf graph (4 dbs), hybrid search, ai query / chat @langflow_ai langflow.org github.com/stevereiner/flexiโ€ฆ
1
10
krishdotdev
๐Ÿ“‚ modern-ai-ecosystem/ โ”‚ โ”œโ”€โ”€ ๐Ÿง  llms/ โ”‚ โ”œโ”€โ”€ OpenAI GPT โ”‚ โ”œโ”€โ”€ Anthropic Claude โ”‚ โ”œโ”€โ”€ Google Gemini โ”‚ โ”œโ”€โ”€ Meta Llama โ”‚ โ”œโ”€โ”€ Mistral AI โ”‚ โ”œโ”€โ”€ Cohere โ”‚ โ”œโ”€โ”€ Hugging Face โ”‚ โ”œโ”€โ”€ Ollama โ”‚ โ””โ”€โ”€ vLLM โ”‚ โ”œโ”€โ”€ ๐Ÿค– agentic-ai/ โ”‚ โ”œโ”€โ”€ LangGraph โ”‚ โ”œโ”€โ”€ CrewAI โ”‚ โ”œโ”€โ”€ Microsoft AutoGen โ”‚ โ”œโ”€โ”€ Microsoft Agent Framework โ”‚ โ”œโ”€โ”€ LlamaIndex Workflows โ”‚ โ”œโ”€โ”€ AWS Strands Agents โ”‚ โ”œโ”€โ”€ CAMEL โ”‚ โ””โ”€โ”€ Agno โ”‚ โ”œโ”€โ”€ ๐Ÿ“š rag/ โ”‚ โ”œโ”€โ”€ LangChain โ”‚ โ”œโ”€โ”€ LlamaIndex โ”‚ โ”œโ”€โ”€ Haystack โ”‚ โ”œโ”€โ”€ DSPy โ”‚ โ”œโ”€โ”€ RAGFlow โ”‚ โ”œโ”€โ”€ GraphRAG โ”‚ โ”œโ”€โ”€ Unstructured โ”‚ โ””โ”€โ”€ EmbedChain โ”‚ โ”œโ”€โ”€ ๐Ÿ”Ž embeddings/ โ”‚ โ”œโ”€โ”€ OpenAI Embeddings โ”‚ โ”œโ”€โ”€ Cohere Embed โ”‚ โ”œโ”€โ”€ Voyage AI โ”‚ โ”œโ”€โ”€ Sentence Transformers โ”‚ โ”œโ”€โ”€ BGE โ”‚ โ”œโ”€โ”€ Google Vertex AI โ”‚ โ””โ”€โ”€ Azure OpenAI Embeddings โ”‚ โ”œโ”€โ”€ ๐Ÿ”Œ mcp/ โ”‚ โ”œโ”€โ”€ MCP SDK โ”‚ โ”œโ”€โ”€ FastMCP โ”‚ โ”œโ”€โ”€ MCP Registry โ”‚ โ”œโ”€โ”€ GitHub MCP Server โ”‚ โ”œโ”€โ”€ Slack MCP Server โ”‚ โ”œโ”€โ”€ PostgreSQL MCP Server โ”‚ โ”œโ”€โ”€ Google Drive MCP Server โ”‚ โ””โ”€โ”€ Filesystem MCP Server โ”‚ โ”œโ”€โ”€ ๐Ÿ›ก๏ธ ai-security/ โ”‚ โ”œโ”€โ”€ NVIDIA NeMo Guardrails โ”‚ โ”œโ”€โ”€ Guardrails AI โ”‚ โ”œโ”€โ”€ Microsoft Presidio โ”‚ โ”œโ”€โ”€ Lakera Guard โ”‚ โ”œโ”€โ”€ Prompt Security โ”‚ โ”œโ”€โ”€ Protect AI โ”‚ โ”œโ”€โ”€ Azure AI Content Safety โ”‚ โ””โ”€โ”€ AWS Bedrock Guardrails โ”‚ โ”œโ”€โ”€ ๐Ÿ“ˆ observability/ โ”‚ โ”œโ”€โ”€ LangSmith โ”‚ โ”œโ”€โ”€ Langfuse โ”‚ โ”œโ”€โ”€ Arize Phoenix โ”‚ โ”œโ”€โ”€ Weights & Biases Weave โ”‚ โ”œโ”€โ”€ TruLens โ”‚ โ”œโ”€โ”€ Ragas โ”‚ โ”œโ”€โ”€ Promptfoo โ”‚ โ””โ”€โ”€ Helicone โ”‚ โ”œโ”€โ”€ ๐Ÿง  memory/ โ”‚ โ”œโ”€โ”€ Mem0 โ”‚ โ”œโ”€โ”€ Zep โ”‚ โ”œโ”€โ”€ Letta โ”‚ โ”œโ”€โ”€ LangGraph Memory โ”‚ โ”œโ”€โ”€ Redis โ”‚ โ”œโ”€โ”€ PostgreSQL โ”‚ โ”œโ”€โ”€ Neo4j โ”‚ โ””โ”€โ”€ Chroma โ”‚ โ”œโ”€โ”€ ๐Ÿค– ai-agents/ โ”‚ โ”œโ”€โ”€ OpenAI Agents SDK โ”‚ โ”œโ”€โ”€ LangChain Agents โ”‚ โ”œโ”€โ”€ PydanticAI โ”‚ โ”œโ”€โ”€ Semantic Kernel โ”‚ โ”œโ”€โ”€ Google ADK โ”‚ โ”œโ”€โ”€ AWS Bedrock Agents โ”‚ โ””โ”€โ”€ Azure AI Foundry Agent โ”‚ โ”œโ”€โ”€ โš™๏ธ automation/ โ”‚ โ”œโ”€โ”€ n8n โ”‚ โ”œโ”€โ”€ Zapier โ”‚ โ”œโ”€โ”€ Make โ”‚ โ”œโ”€โ”€ Microsoft Power Automate โ”‚ โ”œโ”€โ”€ Temporal โ”‚ โ”œโ”€โ”€ Apache Airflow โ”‚ โ”œโ”€โ”€ Prefect โ”‚ โ”œโ”€โ”€ Kestra โ”‚ โ””โ”€โ”€ Pipedream โ”‚ โ””โ”€โ”€ ๐Ÿ—„๏ธ vector-databases/ โ”œโ”€โ”€ Pinecone โ”œโ”€โ”€ Weaviate โ”œโ”€โ”€ Qdrant โ”œโ”€โ”€ Milvus โ”œโ”€โ”€ Chroma โ”œโ”€โ”€ pgvector โ”œโ”€โ”€ Elasticsearch โ”œโ”€โ”€ Redis โ””โ”€โ”€ MongoDB Atlas Vector Search
5
2
14
576
ishaangodhaa
Fair point. XML, GraphRAG, vector stores, knowledge graphs, they mostly solve organization. My concern is learning. If the agent makes the same mistake 20 times, why doesnโ€™t the memory become better automatically? Thatโ€™s the gap Iโ€™m trying to understand.
1
31
Richard Delahaye retweeted
pauliusztin_
I spent months optimizing GraphRAG retrieval. But it turned out I was optimizing the wrong thing.... The biggest knowledge graph problems usually occur during ingestion (even though most conversations focus on retrieval). Every new document creates a risk of graph corruption. This is why I now think about knowledge graph ingestion as a 5-step pipeline: 1/ Extraction Convert raw text into entities and relationships. For example: Person โ†’ WORKS_AT โ†’ Organization The goal is to extract what your ontology cares about. 2/ Resolution This step standardizes names. For example: NYC โ†’ New York City P Morgan โ†’ JPMorgan Chase Jon Smith โ†’ John Smith Most importantly, nothing has been merged yet. 3/ Embedding Next, embed the entity's full context (not just the name). Think: Type Attributes Metadata Relevant content Because identity lives in context. 4/ Deduplication Many systems fail here. Because: Apple the company โ‰  Apple the fruit Paris, France โ‰  Paris, Texas Two people can share the same name Resolution answers naming. Deduplication answers identity. Those are two completely different jobs. 5/ Routing Finally, the system decides: Merge Human review Create new node And the best systems follow a simple rule: Evidence strength = permission strength. Weak evidence โ†’ new node Strong evidence โ†’ merge Uncertain evidence โ†’ human review Because false merges are expensive. A duplicate node is annoying. But a corrupted graph can silently poison retrieval quality for months. My biggest takeaway? Knowledge graph quality isn't determined by your retrieval strategy... It's determined by the pipeline that creates the graph in the first place. Get these five steps right... and retrieval becomes much easier. P.S. I break down the full pipeline, entity resolution, deduplication thresholds, review queues, and production architecture in Decoding AI Magazine Check it out here: decodingai.com/p/keep-knowleโ€ฆ
1
21
61
3,206
MCO_News
How AI Learns to Use Your Own Data: RAG Explained Key Takeaways: - A base model only knows its training data, frozen and public. RAG is the trick that lets it answer from your private, current documents instead of guessing. - It works by storing your text as searchable meaning, finding the few most relevant pieces for each question, and handing those to the model to answer from. - RAG is the backbone of most serious AI products because it cuts hallucination sharply and is far cheaper than retraining, but it fails in quiet ways that are easy to miss. The Setup Ask a raw AI model about your company's latest contract or last week's news and it will either admit it does not know or, worse, make something up. That is because a model only knows what it saw during training, which is public, frozen, and already out of date the day it ships. The fix that almost every serious AI product now relies on has an ugly name and a simple idea: retrieval-augmented generation, or RAG. It is how a chatbot answers questions about your documents, your data, and today's facts, without retraining the model at all. If you have used an AI assistant that cites your files or quotes a real source, you have used RAG. The Problem RAG Solves There are really only two ways to get private or current knowledge into an AI. You can retrain or fine-tune the model on your data, which is slow, expensive, and has to be redone every time the data changes. Or you can leave the model alone and simply hand it the right information at the moment you ask. RAG is the second path. The model stays generic and frozen, and the knowledge lives outside it, in a searchable store you control and update freely. That separation is the whole appeal: cheap to update, easy to audit, and you never have to bake your secrets into the model's weights. How RAG Actually Works RAG runs in two phases. The first happens ahead of time, offline. You take your documents, split them into smaller pieces called chunks, and run each chunk through an embedding model that turns text into a long list of numbers, a vector, that captures its meaning. Pieces of text with similar meaning end up as nearby vectors. All those vectors go into a vector database, which is built to find the closest ones fast. The second phase happens live, when someone asks a question. The system embeds the question the same way, searches the database for the handful of chunks whose vectors sit closest to it, and pastes those chunks into the prompt alongside the question. The model then answers using that retrieved text, not just its memory. In plain terms: it looks things up before it speaks. Why It Cuts Hallucination This is the practical payoff. Because the model is handed real, relevant source text and told to answer from it, it has far less room to invent. Studies put the drop in hallucination somewhere around 42 to 68 percent, and in narrow domains paired with trusted sources, factual accuracy can reach the high 80s. Just as useful, RAG makes answers traceable. Since the system knows which documents it pulled, it can show citations, so a human can check the claim instead of trusting a confident paragraph. For anything high-stakes, finance, law, medicine, that traceability matters as much as the accuracy bump. Where RAG Breaks Now the part the demos skip. RAG is only as good as what it retrieves, and retrieval is where most systems quietly fail. If the search pulls the wrong chunks, the model answers confidently from bad context, and you cannot always tell. Chunking itself causes problems: split a document badly and you cut an answer in half, or lose the heading that gave it meaning. Semantic search can miss things when your documents use different words than the question. And there is a strange failure called lost in the middle, where a model leans on the beginning and end of a long prompt and skims over whatever sits in the middle, so even correctly retrieved facts get ignored if they land in the wrong spot. Naive RAG, thrown together quickly, is often a liability rather than a feature. How Teams Fix It in 2026 The field has spent two years learning to patch these holes. Reranking adds a second, smarter model that re-sorts the retrieved chunks so the most relevant ones sit where the model actually pays attention, often worth a 10 to 20 point jump in answer quality. Hybrid search blends meaning-based search with old-fashioned keyword matching to catch exact terms and names. GraphRAG stores knowledge as a connected graph instead of a flat pile of chunks, which lets the system follow links between facts and answer questions that span several documents, and Gartner named it a top data trend for 2026. The newest idea is agentic RAG, where instead of one fixed lookup, an agent decides what to search, judges whether the results are good enough, and searches again if not. It is more powerful and also more fragile, prone to looping and over-searching, which is part of why Gartner expects half of agentic AI projects to be cancelled or rescoped by 2027. What It Means For Investors and Builders RAG quietly explains a lot about where AI value sits. It is why owning clean, well-structured, proprietary data is such an advantage, because the model is shared and cheap, but a good retrieval layer over unique data is hard to copy. It is also why a whole wave of companies sell vector databases, embedding models, rerankers, and retrieval tooling, the unglamorous plumbing under the chatbots. There is even a running debate about whether giant context windows will make RAG unnecessary, just paste everything in, but for now retrieval is roughly 8 to 82 times cheaper than stuffing a huge prompt, with better speed, so RAG is not going anywhere. For anyone building, the lesson is blunt: the model is rarely your problem. Your retrieval is. FAQ Is RAG the same as the AI searching the web? It is the same idea, pointed at a private source. Web-search RAG retrieves from the open internet, while most enterprise RAG retrieves from your own documents, databases, and wikis. Either way, the model answers from fetched text rather than memory alone. Does RAG mean the AI actually understands my documents? Not really. It finds passages that look related by meaning and feeds them in, and the model reasons over those passages. It does not build a deep model of your whole knowledge base, which is why retrieval quality, what gets pulled, matters more than people expect. What should I check before trusting a RAG system? Ask where its answers come from and whether it shows sources you can open. Test it on questions where the right answer is spread across documents or uses unusual wording, since that is where naive systems fail. And watch for confident answers with no citation, which usually means retrieval missed and the model filled the gap. Read more: mconews.com/article/how-ai-lโ€ฆ MCO News MCO News | Global Markets. The Full Picture. MCO News - Market-focused news, digital assets, AI, and global macro insights.
1
389
kabusikiFAM
AIใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใŒ้ซ˜ๅบฆใชใ‚ฟใ‚นใ‚ฏใ‚’ๅฎŒ้‚ใ™ใ‚‹ใซใฏใ€ๅ˜ใชใ‚‹็Ÿฅ่ญ˜ใฎๆคœ็ดขใงใฏใชใใ€ไผๆฅญๅ†…ใฎใ€Œๆ–‡่„ˆใ‚„้–ขไฟ‚ๆ€งใ€ใฎ็†่งฃใŒไธๅฏๆฌ ใงใ™ใ€‚GraphRAGใฏใ€ใพใ•ใซAIใซใ€Œ่‡ช็คพๅฐ‚็”จใฎๆ€่€ƒใฎๅœฐๅ›ณใ€ใ‚’ๆŽˆใ‘ใ‚‹ๆŠ€่ก“ใจ่จ€ใˆใพใ™ใ€‚ ไปŠ้€ฑใ‚‚ๆ–ฐใ—ใ„ๆŠ€่ก“ใƒˆใƒฌใƒณใƒ‰ใ‚’ๅญฆใณใคใคใ€ใƒœใƒใƒœใƒใ„ใใพใ—ใ‚‡ใ†ใ€œ๏ผโ˜•๏ธโœจ (4/4)
12
kabusikiFAM
ไพ‹ใˆใฐใ€AIใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใซใ€ŒA่ฃฝๅ“ใฎไธๅ…ทๅˆใจใ€B้ƒจ้–€ใฎๆฅญๅ‹™ใƒ—ใƒญใ‚ปใ‚นใฎ้–ข้€ฃๆ€งใ‚’่ชฟในใฆใ€ใจๆŒ‡็คบใ—ใŸๅ ดๅˆใ€‚ ๅพ“ๆฅใฎRAGใงใฏ้ƒจๅˆ†็š„ใชๆ–‡ๆ›ธใ—ใ‹ๆ‹พใˆใพใ›ใ‚“ใŒใ€GraphRAGใชใ‚‰ใ€Œ็ต„็น”ๅ›ณใ€ใ€Œๆฅญๅ‹™ใƒ•ใƒญใƒผใ€ใ€Œ้ŽๅŽปใฎ้šœๅฎณๅ ฑๅ‘Šใ€ใฎใคใชใŒใ‚Šใ‚’่พฟใ‚Šใ€ไบบ้–“ใฎใ‚ˆใ†ใซๆง‹้€ ๅŒ–ใ•ใ‚ŒใŸๅˆ†ๆžใƒฌใƒใƒผใƒˆใ‚’่‡ชๅพ‹็š„ใซไฝœๆˆใงใใพใ™ใ€‚(3/4)
1
18
kabusikiFAM
ๅพ“ๆฅใฎRAGใฏใ€็คพๅ†…ๆ–‡ๆ›ธใชใฉใ‹ใ‚‰ใ€Œ้–ข้€ฃใ™ใ‚‹ใƒ†ใ‚ญใ‚นใƒˆใฎๆ–ญ็‰‡ใ€ใ‚’ๆคœ็ดขใ—ใฆAIใซๆธกใ—ใฆใ„ใพใ—ใŸใ€‚ ใ“ใ‚Œใซๅฏพใ—ใ€ŽGraphRAGใ€ใฏใ€ๆƒ…ๅ ฑๅŒๅฃซใฎใ€ŒใคใชใŒใ‚Š๏ผˆ้–ขไฟ‚ๆ€ง๏ผ‰ใ€ใ‚’ใƒŠใƒฌใƒƒใ‚ธใ‚ฐใƒฉใƒ•๏ผˆๆƒ…ๅ ฑใฎ็ถฒใฎ็›ฎ๏ผ‰ใจใ—ใฆๆ•ด็†ใ—ใพใ™ใ€‚ใ“ใ‚Œใซใ‚ˆใ‚Šใ€็‚นใจ็‚นใฎๆƒ…ๅ ฑใŒ็ทšใงใคใชใŒใ‚Šใ€ๆ–‡่„ˆใฎๆทฑใ„็†่งฃใŒๅฏ่ƒฝใซใชใ‚Šใพใ™ใ€‚(2/4)
1
9
kabusikiFAM
2026ๅนดใฎ็”ŸๆˆAIใฏใ€Œๅฏพ่ฉฑใ€ใ‹ใ‚‰ใ€ŒๅฎŸ่กŒใ€ใฎใƒ•ใ‚งใƒผใ‚บใธใ€‚ๆŒ‡็คบใซๅฟœใ˜ใ‚‹ใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆใงใฏใชใใ€็›ฎๆจ™ใซๅ‘ใ‘ใฆ่‡ชๅพ‹็š„ใซใ‚ฟใ‚นใ‚ฏใ‚’ๅˆ†่งฃใƒปๅฎŒ้‚ใ™ใ‚‹ใ€ŽAIใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ€ใฎๅฎŸ่ฃ…ใŒ้€ฒใ‚“ใงใ„ใพใ™ใ€‚ ใ“ใฎใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใฎ็ฒพๅบฆใ‚’ๆ”ฏใˆใ‚‹้ตใจใชใ‚‹ๆŠ€่ก“ใŒใ€ŽGraphRAGใ€ใงใ™ใ€‚ใใฎไป•็ต„ใฟใ‚’็ฐกๆฝ”ใซ่งฃ่ชฌใ—ใพใ™ใ€‚๐Ÿ‘‡ (1/4)
1
23
andysun_sw
Here is a categorized and sorted list of the responses to Jake Fleshner's "Pitch me your company in 2 words" prompt. The categories are based on industry, function, and the nature of the response. --- ### AI / Machine Learning & Agents - **@diwakar_writes:** Awful emails - **@suhelbuilds:** Ai Agents for teams. - **@tinytechfox:** Distribution loop ๐Ÿ” - **@CognisafeUK:** Secure AI - **@engineerforai:** Sdlc bot - **@keshav__dev:** Embeddable Intelligence ๐Ÿซก - **@Jordan_digit:** Ed tech - **@Ixnoteapp:** Human GraphRAG - **@vignesh_bkn:** AI risk-evaluation - **@PixendaAi:** Private intelligence - **@SERAPH_DB:** Attestable memory - **@lee_crossley:** Private Memory - **@zendilini:** AI-native DesignOps - **@ServerForAgent:** Servers for agents - **@variantslides:** AI gslides - **@crabhive:** Agentic Obsidian - **@Threadslab007:** ai visibility - **@darpandalal:** Ai transport - **@eaglebuildz:** agentic testing - **@worldward_ai:** Honest odds - **@TirthaAI:** Frontier Extender - **@WitchlyAI:** AI Witch ๐Ÿง™ - **@TheoryOfItAll:** AI OS - **@AttestifyOS:** Agentic Compliance/Risk Control Suite - **@koretexai:** Permissionless Intelligence - **@nico___suarez:** AI tutoring - **@dylanvrbty:** Agent-native messaging - **@thryvate:** AI publishing - **@ArthurLabsDAO:** Chat to CAD - **@Kayvaun:** AI implementation - **@liamszefner:** AI memory - **@tejastheshah:** Personal finance agent - **@WriteOnSaga:** AI Verticals - **@ge11yz:** intentional intelligence - **@latentfidelity:** accelerationist philanthropy - **@sarveshsea:** design memory - **@gemimatt:** Website AInalyse - **@theaiwhitepaper:** (No text provided) - **@kylem_org:** Personalized intelligence - **@GalaxyMind:** Bitcoin Network - **@adamkstinson:** Managed agents - **@anya_trofimova7:** insuring compute - **@phirex:** cheap inference - **@mathisjustmath:** Saves lives - **@DeForestIsMe:** Ai chords - **@DashBlacK:** virtual hardware - **@stpaquet:** DashAPI ๐Ÿš€ - **@Nikhil8182:** Ai Homes - **@dtrous:** Cheapest AI - **@g1gawats:** Free compute - **@code_czar:** Easy Stocks - **@KhraminaDianka:** Law OS - **@bryancolligan:** SMS MCP - **@sichy:** Agentic marketing - **@TheAwesomeTuvia:** WeavyAI Shopify - **@aistartuplabs:** Ad-ops agent - **@kd_singh:** Care Options - **@klazizpro:** Federated Learning - **@kas__vegas:** Agentic evaluation - **@luca_iaconelli:** Longevity Agent - **@isaac_ar:** comms agent - **@zeroxcholy:** agentic coordination - **@SwaymaKdotAI:** Company brains - **@bffmike:** Startup Factory - **@hello_code_:** AI visibility Brands have no idea if ChatGPT or Perplexity even mentions them, Peekaboo fixes that. - **@manasgond:** Let me do this for fun. Prosperr=Rippling(AI) Intuit(AI) creditKarma. - **@downsizing_dev:** llm router, llm agentic workflow compaction & issues identification; need more b2b clients, not funding - **@nullbytes00:** AI operating system for investment banking - **@Zedlabs_v1:** Meta fix - **@Octop3s:** Yall need to stop this 2 or 3 words pitch it doesnโ€™t make the idea uniques or good Just following trends smh ### Fintech, Crypto & Web3 - **@JohnBanr:** Invoice Collection - **@hoodtoshi:** Web3 storefront - **@0x_RWA:** Compute Derivatives - **@PBJBTC:** Authentication everywhere. - **@mrwtle:** Token Police - **@robin_liquidium:** bitcoin loans - **@Decentralizd84:** Peer-To-Peer AdTech - **@CiccioMadonna:** Bitcoin Security - **@joeblau:** Easy trading. - **@c0rvos:** credit API - **@Breads_eth:** Pokemon perpetuals - **@The20DeltaGuy:** CEO signals - **@kamalbuilds:** darkbook : confidential central limit order book (CLOB) for perpetual futures on @solana - **@Menace_ICT:** Equities ( Futures / Options ) fully autonomous 00 human in the loop Algorithmic Trading company - **@IdMintThat:** Cryptocard billpay (I took some liberties here) @UseArtisan ;) - **@johndmitchell29:** Autonomous Factory ### Health, Biotech & Longevity - **@DuchinRick:** Predictive health - **@SaulTheWay:** AI DJ Note: Huge fan of watermelon juice. - **@RahmiPruitt:** AI Document fetching - **@ncarlton86:** Problem Architect - **@DirtCheapLabs:** Cheap bloodwork - **@ThePurePath:** Microplastics Detection - **@CindyMolchany:** Authority Directory - **@SacredFolio:** Medical Tech - **@MagicFlowerBud:** Edible Pesticide - **@OxynXHealth:** Smart healthcare - **@muratajniazi:** AI Sicherheitsgerรคte - **@nisten:** 3d health - **@Cas9Bandit:** Evolution-proof antivirals - **@blankpeptides:** usa peptides. - **@KuphDev:** Reducing pesticides - **@TzinAt1521ce:** Drexlerian Nanotechnology - **@KhashayarKash:** Decentralized Rehab (for mental health and substance use recovery). It includes wearables, smart glasses AR, and more. - **@mitazyn:** More experts ### Real Estate, Property & Construction - **@w_skelley_re:** Property automation - **@xxxxphUrban:** REI leads - **@RaveEx12:** Geospatial Property Intelligence Engine - **@RaveEx12:** Sorry cannot be two words - **@mahimaidev:** Virtual Realtor - **@mattpcovey:** Obtainable homes - **@rentbotsTX:** Palantir Robots - **@Jacob11son:** Home search - **@BoyardE:** Hotel OS ### Sales, Marketing & GTM - **@BulkEmailBoxer:** Land coldemails. - **@theryannado:** Systemized Content - **@TheElliottSmith:** Clever lead generation tactic bud - **@alestuber:** Reducing B2B TTR (time-to-revenue) - **@cy_burns:** $10k videos - **@walls_jason1:** Charge Right - **@Social_Readia:** Antibrainrot consumption - **@DerekGross_:** Business Intelligence - **@LearnwayApp:** Career Intelligence - **@vlady_nyz:** autopilot gtm - **@ky_shaw:** Cold calling - **@JanNicHdt:** AI-Avatar Funnels - **@samrexford:** Expertise OnDemand - **@sigmagirlgrind:** cowork anywhere - **@ryanstellar:** Engagement Farming - **@theAndrewHersh:** Automatic Websites - **@rebekah_creates:** Based publishing. - **@1mmarq:** media distribution - **@timsemelin:** Humanoid success - **@Roker_51:** Gamified AI advertising - **@dresserman:** Re(tAil)al intelligence. - **@baatcheet_hq:** No company, just a guy who knows a guy who knows a guy. But if you want warm intros to specific founders, I can probably find you the shortest path through people you already trust. - **@michaelaubry:** Do pushups to unlock your scroll time - **@kyleshannon:** Great Repurpose ### Infrastructure, DevTools & Engineering - **@buildwrangler:** Simple backend. - **@alaymanguy:** shadcn everywhere - **@farpyhq:** Render Compute - **@4lexsvv:** AI CFO. - **@jwage:** $550M connected - **@mac_lisowski:** Engineering Factory - **@0xprinc:** flexible onboarding - **@ABenmbarek:** Datacenter-less cloud - **@FrankPolek:** Automate law - **@tiwariprt:** Guardrails as service. - **@RossComputerGuy:** Open hardware - **@iraftopo:** SEO Decisions - **@dmsimon:** Network accelerator. - **@rajaraodv:** Opensource Clay (OpenGTM) - **@realCoreyEngel:** Chattel infrastructure - **@michaelvrlaku:** Powerday planner - **@RobertDaleSmith:** Intelligent gamepads - **@stacktora:** Weโ€™re opening the front door to production. Clone the whole stack, to up and running in minutes. We could use about a mill for infrastructure. - **@Zedlabs_v1:** Meta fix - **@breckyunits:** Wealth Levels ### Creative, Media & Entertainment - **@coolestguyinsf:** ponzi scheme - **@Hunter_ctime:** Vibe Filmmaking - **@quotewiser:** Winged Words - **@BasiratAfroz1:** AI Video clipping: - **@_evanmccall:** Better Learning - **@gabrieldrummond:** Freight brain - **@SainsibleAero:** Counter Drones ๐Ÿ’ฅ - **@vibechine:** Vibe Chine - **@The_Joust:** The Joust. - **@lewislunar:** Investment Ready - **@Enchantifyink:** Fantasy Life - **@samuelrose4396:** SKill.md marketplace - **@tiddiesenergy:** Natural energydrink ๐Ÿ๏ธ - **@aetherbreaks:** Literal build. - **@SignalLg1:** Light Web - **@Roccos_design:** Poop tracker - **@guidocallarelli:** Taste intelligence - **@BenedictusPope:** Audiocentric web. - **@paulcrossland_:** Recipe API - **@jmqcooper:** Rebuilding forms - **@FerIsella:** Music APIs - **@Cyber_Bouncer:** Cyber Bouncer - **@Metroxe:** Cheap AI - **@z3vios:** Creator assets - **@OverlyTrev:** Media finder - **@DavidPackouz:** Better flossing - **@thesoragirls:** style arena - **@alanhoward:** AI Governance. - **@roelbuerra:** White-label bookingsoftware - **@devilmaycare_9:** HR Guide - **@hollowvox:** Reward Actions - **@cixliv:** Real Steel - **@moremula1404:** Better Temu - **@phillyharper:** screenless - **@angrybread23:** Fitness Superapp - **@m_shalia:** Silicon Scaffolding - **@simplysanchitaa:** Better Retention - **@saliozzia:** Hospitality social-network - **@thesaraloretta:** Creator events - **@lyfeofpelk:** Automated EHR - **@PatrykRaba:** notes songs - **@pernixguns:** Fat penis. - **@junwatu:** pols ia - **@salem_sofiene:** Lumeni : an affordable Things3 , ticktock , to doist alternative AI powered ### Operations, Logistics & Industrial - **@hardenbrook:** 4m Sales - **@Jackrel67:** Geo๐Ÿค - **@MaryVictor96296:** Nuclear fusion - **@luumar_uas:** Cargo drones - **@LoonMaterials:** Fix things. ๐Ÿ‘ - **@nathanoen:** Kill Nasdaq - **@cribassist:** Decode lease - **@RanterSR7:** Boring supermarket. - **@mayankkutmutia:** EV After-Sales @Xallioevbot - **@allcaps_inc:** Contract enforcement - **@waynenilsen:** Good appliances - **@IgorJerkovic:** Self-repaying loans - **@atomregistry:** tax liens - **@vijay0518:** Defensible evidence - **@wlassalle:** Easy CISO - **@bowora_com:** Startup Launchpad - **@Patrick_Dowsers:** Vitalik's Dream - **@cochinescu:** Anxiety loops - **@MykalMango:** Shitty apartments - **@TylerBakerLLC:** 80% net - **@wellness_aj:** Reflective learning - **@LeoKoesters:** Mental Health - **@chrisvetano:** Hiringโ€™s Carfax. - **@PaulPallaghy:** Visual Wikipedia - **@IvanSN_:** Better investments - **@libankano:** Care Support - **@vicvictims:** Democratic design. - **@logantoday:** Intelligent Inheritance - **@sidhharrth:** Spiritual Wellbeing - **@bongle404:** Robotic yield - **@zubidavies:** Privacy first - **@FreedomMMC:** Problems Monetized - **@mylesdoak:** Hyperlocal recommendations - **@troysimpson:** Astroturf data - **@iks360:** local insider - **@austinreforms:** A modern city, but not corrupt AF - **@kevindmonaghan:** Replacing payday - **@lukcombinator:** completed triathlon - **@breallstrong:** Kraut Krackers - **@gregoryestevez3:** EVV Simplified - **@AnuranBuilds:** Institutional intelligence - **@anyoneischarvel:** Permissionless Markets - **@under_dogma:** Found Money - **@zsonofthesea:** Regenerative agriculture - **@scotsrule08:** Remember everything - **@MPrinParr:** Martian cities - **@antopatrex1:** Robot brains ๐Ÿง  - **@rolandalong:** Investment pitches - **@jonnyboy:** Ministry OS - **@_IGI_Media_:** Director's Toolset - **@ThaNewDealer723:** Expensive rectangles. - **@kenashe:** Still in development. Ask again in October :) - **@mrstartups:** 30k beachfront homes - **@dhirajwohra:** Capital Sentinel - **@iJaadee:** cult leader - **@Omar_Shands:** Web3 Minnect that rewords engagement - **@ilkerulusoy:** step-by-step guides - **@skylarromines:** More raccoons - **@pendyalaabhi:** catch training bottle necks live - **@cityritch86:** Aaron boys - **@lumeroute:** Boss, I really need a job. - **@jobmesh_ai:** well needed - **@riva_lehman:** Angela Havana - **@emsqre:** i need - **@SammyDeere:** Are you better than @boardyai ? - **@ashwanijpsingh:** Verified news - **@DavidWentNomad:** Giving service businesses the 2 things they want: Bookings & Reviews - **@DFK_Helper:** Saving billions: - **@burak_yedek:** Preparing oldaged - **@BitGrateful:** Law Firm - **@johnmccoyx:** automated tiktok shop ops. every dm after that pitch writes itself ### Consumer, Lifestyle & Education - **@ramzesktaplah:** Eat Better - **@NishanSingh_08:** Start Up - **@neopolitiot:** Molecular Hydration - **@aae_on_x:** headspace management - **@VusieMoses:** high performance - **@BrianBooms:** Strong emotions - **@Vidiyala99:** Efficient binding - **@ErSantYadav:** Mentoxis mentor - **@semicolon_001:** Customised Tshirts - **@spotTheGap:** Listing assistante - **@PeshCreates:** SMARTER HUMANS - **@MeechYourGoals:** Easy Travel - **@RealRenticles:** Enterprise implementations - **@Bhanusri219190:** Scans structured - **@SecondNameAxel:** I dont have one. - **@yousuf_murad:** RealEstate - **@SygnolSolo:** Tomorrow's solopreneur. - **@silentvpn:** VPN for business - **@MoneysenseM:** Trading simulator - **@wendyglavin:** Decode Value - **@kontraktrHQ:** Operational Intelligence - **@UnnatBak:** franchise agents - **@__REVEN:** Huge Egos - **@dastan_freeman:** Ai-powered hospitals - **@11bhagwat:** Founder Meetup - **@LuckyPhelps:** Hordyn - integrity - **@AutoChum:** Cleaning Marketplace - **@malgatyuvraj:** Business automation - **@abhinavinsync:** Redefining shopping - **@janheckercom:** Diagnostics API - **@CJAX_CJAX:** AgeTech FOAK - **@wendyglavin:** Proven Delivery - **@zadrazilla:** Local trust - **@TanishqSalujaa:** Trading Intelligence - **@mikemartin:** Caribbean payments - **@husamujahed:** Uber Chefs - **@imbeyondstar:** English Course! 375 register in a year โญ๏ธ - **@CommunityCanon:** Dethrone - **@nicolashasapis:** -Attention arbitrage- - **@dawteren:** Car delivery - **@timelesstaco:** Control agents. - **@BitTidy:** Time travel - **@mofrymatic:** n. o. - **@JaeOhCFP:** Retirement solver - **@taheerBuilds:** Duoaccent- speak accents!! - **@just_ubby:** Terra forming - **@williamharrell:** Tattoo rollup - **@JamesFarha:** Robot rays - **@rainysayrelax:** Heaven builder - **@TheLazySol:** Tokenized Options - **@sop_bel:** Female gamers - **@Stark_of_Zenon:** TAM: $4,000,000,000,000 - **@eclecticV:** Loopy loops - **@BearifiedCo:** Bearo Cash @BearoCash - **@HannaHSueS87:** Neuro Quell - **@MrSaneApps:** Accurate RFPโ€™s - **@bonheuri15:** Did you asked all of them to pitch in 2 word ? - **@PrincipleDating:** Ticketless Chicago - **@lilbernadette:** Homeschool autopilot - **@nahuelhilal:** Need Money - **@SyntheticBeef:** What Turbo Tax did for filing taxes, we are doing for litigating pro se. - **@Roker_51:** Gamified AI advertising - **@AmblingLife:** Whitelisted YouTube - **@PsychedelicVets:** Psychedelic Vets (just wanted to join the fun, but not really pitching anything :)) - **@BarickSoubhagya:** Currently I don't have any but wishing all the fellow founder for success ๐ŸŽ‰ - **@Xpressions_101:** No thanks. - **@ShaunStewart:** You're not stealing my business ideas. I don't need nobody for anything. - **@michaelaubry:** Do pushups to unlock your scroll time ### Non-Pitches / Off-Topic / Jokes - **@JakeFleshner:** Haaland the Viking - **@greymatiere:** Mass Surveillance - **@GamerLXXXVI:** I think thatโ€™s the whole problem. Investors. Investors are what destroy companies. Iโ€™d rather not need your money. Keep what you got and go donate it to a charity instead. Investors are what kill businesses. - **@Okie_Rancher:** Already did. No Reply. Unread DM. - **@Octop3s:** Yall need to stop this 2 or 3 words pitch it doesnโ€™t make the idea uniques or good Just following trends smh - **@PsychedelicVets:** Psychedelic Vets (just wanted to join the fun, but not really pitching anything :)) - **@BarickSoubhagya:** Currently I don't have any but wishing all the fellow founder for success ๐ŸŽ‰ - **@Xpressions_101:** No thanks. - **@ShaunStewart:** You're not stealing my business ideas. I don't need nobody for anything. - **@lumeroute:** Boss, I really need a job. - **@baatcheet_hq:** No company, just a guy who knows a guy who knows a guy. But if you want warm intros to specific founders, I can probably find you the shortest path through people you already trust. - **@bonheuri15:** Did you asked all of them to pitch in 2 word ? - **@kenashe:** Still in development. Ask again in October :) - **@SecondNameAxel:** I dont have one. - **@RaveEx12:** Sorry cannot be two words - **@theaiwhitepaper:** (No text provided)
Pitch me your company in 2 words Angel invested in 40 companies and always looking for more
2
2
554
ajdiazsantos
LangGraph es para orquestar agentes. GraphRAG es para recuperar conocimiento de forma mรกs inteligente. La mayorรญa los confunde. Usa LangGraph cuando necesitas controlar flujos, loops y decisiones entre agentes. Usa GraphRAG cuando tienes mucho texto desestructurado y quieres mejorar el retrieval con comunidades y resรบmenes. Si usas LangGraph para retrieval complejo, estรกs forzando la herramienta ๐Ÿ˜Ž
4
Ixnoteapp
Replying to @JakeFleshner
Human GraphRAG
137
luoyike2003
Replying to @InfoQ
็ฌ‘ๆญป ๆ˜จๅคฉ่€ๆฟ่ฟ˜ๆŒ‡ๆœ›ๆˆ‘ไปฌ็ป™็ฎ—ๅŠ›ไธญๅฟƒ็š„ๆ—งๆ–‡ๆกฃๅŠ ไธชGraphRAG ๆˆ‘ไธ€็œ‹้‚ฃไบ›ๅ‡ ๅนดๅ‰็ฅ–ไผ ็š„ไปฃ็ ่ฟžๆณจ้‡Š้ƒฝๆฒกๆœ‰ ่ฟ˜็Ÿฅ่ฏ†ๅ›พ่ฐฑๅ‘ขโ€ฆโ€ฆ ่ฟ™ๅ †็ƒ‚ๆ‘Šๅญๅคงๆฆ‚ๅช่ƒฝ็”ปไธชๆ‹›้ญ‚้˜ตๅ‡บๆฅไบ†>w<
46