oryx1729

↗ HN profile [ 35.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, We are building Sanbox, a platform for running AI agents in isolated and resumable sandboxes. We use the OpenCode SDK as the harness, support reusable templates, and have a CLI that works with Codex, Claude Code,…

  2. I'm building an agent sandbox platform with opinionated customizable templates for general purpose agents using the OpenCode SDK. The idea is to provide a great CLI experience so it's easy to use an AI client like…

  3. I created a simple app to explore how Agents & MCP can help with medical research. It connects to ClinicalTrials.gov, PubMed/PubTator, and MyVariant.info using the BioMCP Server(https://github.com/genomoncology/biomcp),…

  4. Hey HN, We built a live demo to compare DeepSeek R1 and OpenAI’s o1 model on a simple RAG pipeline using Haystack, our open-source AI framework. Both pipelines use the same retrieval and prompts to ensure a fair…

  5. Show HN: Query Suggestions with GraphRAG (graphrag-demo.deepset.ai)

    A common UX challenge with RAG applications is that they often leave users staring at a blank page, unsure of what queries to run to explore a dataset. This can be overwhelming and inefficient. GraphRAG transforms this…

  6. Hi HN, I've built a demo to query quarterly earnings call transcripts from a select few S&P 100 companies using Microsoft's new GraphRAG framework. One of the key advantages of GraphRAG over traditional vector retrieval…

  7. Hi HN, Microsoft recently open-sourced the GraphRAG framework, which enables more contextual responses than traditional vector-based RAG, especially for summarization-focused queries on textual data. However, a common…

  8. Hi HN, Microsoft recently open-sourced the GraphRAG framework for information retrieval, utilizing graph-based structures. It automates the construction of knowledge graphs using LLMs and enhances retrieval by…