Daniel Reed

Daniel Reed

Maker. Building PagePeek.
All activity
PagePeek is your AI Professor in a toolkit for drafting and evaluating papers in seconds. It can generate academic drafts with real citations, get in-depth, real-time evaluation, and turn papers into fully editable, data-rich academic slides.
PagePeek
PagePeekYour AI Professor for drafting and evaluating papers in secs
Daniel Reedstarted a discussion

Team SQL or Team Vector DB for Agent Workflows? (We ditched vectors ๐Ÿ‘€)

Hi, Product Hunt๐Ÿ™‹๏ผŒ ๐Ÿ‡ฌ๐Ÿ‡งOur team in the UK is building an academic agent (PagePeek) that relies on 15+ specialized agents using the OpenAI Agent SDK. To solve context loss, we ditched Vector Stores for a PostgreSQL-backed system.๐Ÿ˜Š This allows strict handoffs between agents (e.g., Research -> Drafting) and supports our XML citation parsing for anti-hallucination. Question: For complex agentic...