oryx1729
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Sanbox, batteries included sandboxes for AI agents (sanbox.cloud)
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,…
-
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…
- Show HN: A Medical Research Agent Built with BioMCP and Haystack (med-oryx.streamlit.app)
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),…
- Show HN: Live Demo – DeepSeek R1 vs. OpenAI O1 for RAG (r1-demo.deepset.ai)
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…
- 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…
- Show HN: Interactive Visualization of GraphRAG (oryx1729.github.io)
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…
- Show HN: Live Demo of GraphRAG with GPT-4o mini (graphrag-demo.deepset.ai)
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…
- Show HN: Compare GraphRAG and RAG on earning call transcripts (graphrag-demo.deepset.ai)
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…
- What Semantic Search Can Do for You (medium.com)