HN user

ofermend

177 karma

Developer Relations, AI Agents, LLMs

Posts22
Comments81
View on HN
www.band.ai 3mo ago

Dags are the wrong abstraction for multi-agent systems

ofermend
10pts0
news.ycombinator.com 4mo ago

Ask HN: How do you handle PR density (and slop) in open source

ofermend
3pts1
news.ycombinator.com 1y ago

Trust in AI

ofermend
1pts3
news.ycombinator.com 1y ago

Shadow AI

ofermend
1pts0
pypi.org 1y ago

Show HN: Vetara Agentic

ofermend
2pts0
pypi.org 1y ago

Show HN: Vectara-Agentic

ofermend
1pts1
learn.deeplearning.ai 1y ago

Show HN: Short course about embedding models

ofermend
1pts0
hackernews.demo.vectara.com 2y ago

Show HN: I made a search engine for Hacker News

ofermend
211pts83
news.ycombinator.com 2y ago

Ask HN: How does AI transform UI design?

ofermend
17pts8
news.ycombinator.com 2y ago

Ask HN: Challenges with RAG

ofermend
1pts8
github.com 2y ago

Show HN: Sankofa – Chat with the Browser History

ofermend
5pts0
news.ycombinator.com 2y ago

Ask HN: How important are embedding models to RAG?

ofermend
2pts1
news.ycombinator.com 2y ago

Ask HN: Do we need so many vector databases?

ofermend
1pts2
askfeynman.demo.vectara.com 2y ago

Show HN: Ask Feynman

ofermend
1pts3
vectara.com 2y ago

Fine-Tuning or Grounded Generation?

ofermend
1pts1
vectara.com 3y ago

Reasons to Use Vectara with LangChain

ofermend
2pts0
asknews.demo.vectara.com 3y ago

Show HN: Why are there protests on Reddit” – AskNews demo

ofermend
4pts1
github.com 3y ago

Show HN: Vectara-Answer

ofermend
2pts1
blog.langchain.dev 3y ago

Vectara Now Integrated into LangChain

ofermend
6pts1
asknews.demo.vectara.com 3y ago

Show HN: AskNews – ask questions about recent news

ofermend
5pts1
vectara.com 3y ago

Vectara Releases “Grounded Generation”

ofermend
5pts0
vectara.com 3y ago

Avoiding hallucinations in LLM-powered applications

ofermend
145pts123
[dead] 11 months ago

If you have built AI agents in the last 6-12 months you know they fail a lot.

I built this repository to be a community-curated list of failure modes, techniques to mitigate, and other resources, so that we can all learn from each other and build better agents.

Contributions encouraged!

[dead] 1 year ago

Enterprise Deep Research is like "consumer" deep research just pointed at your private data, and I think may become the "killer app" of Agentic AI for business.

Lots of valuable use-cases: compliance monitoring, sales enablement, onboarding, legal, and many others.

What use-cases would you use this for?

About AI Evals 1 year ago

One of the biggest challenges in RAG Evaluation is the assumption that you somehow can get the "source of truth" generated, specifically the set of "golden answers" (or golden chunks/documents). In practice that is extremely difficult and non scalable. Open-RAG-Eval is a new open source project that aims to address that via reference-free evaluation such as UMBRELA and AutoNuggetizer scores.

Repo: https://github.com/vectara/open-rag-eval and a nice UI to use this with: openevaluation.ai

Would love to hear feedback on this after you try it out and what you might want to see on the roadmap.

Trust in AI 1 year ago

Well, we expect AI to become AGI sometime in the future. Some say it's here, others say it's in 5 years or 50 years or whatever. So imagine AGI is here already (for sake of argument), and really has superintelligence, and will be able to have agency. How do we need to treat "it"? Over history, humans and society created mechanism to overcome distrust, and our ability to collaborate is what helped us thrive. Should we think about our upcoming "relationship" with AI from that perspective as well?

[dead] 1 year ago

RAG Evaluation is difficult, primarily because it's hard to come up with "golden answers" (or golden chunks).

We made Open-RAG-Eval to solve this - RAG Eval that only requires the question, yet provides great metrics for retrieval, generation, hallucination and citations for any RAG setup.

This was in collaboration with Jimmy Lin and his students at UWaterloo.

It has connectors to LangChain, LlamaIndex and Vectara, and hoping others can contribute more connectors to other RAG systems.

repo: https://github.com/vectara/open-rag-eval

UI for reviewing eval results: https://openevaluation.ai/

Papers: https://arxiv.org/pdf/2406.06519 and https://arxiv.org/abs/2504.15068

[dead] 1 year ago

It is common these days to see in large companies multiple teams developing isolated RAG applications. This is similar to the problem of "Shadow IT" back in the early cloud era - causes a big headache to IT teams.

I work at Vectara, and we see this all the time. Wondering how others are experiencing this?

[dead] 1 year ago

DeepSeek-R1 is an amazing reasoning LLM, but it seems to hallucinate more than we might expect.

[dead] 2 years ago

We've done a study (see link) that shows that - unlike common belief - semantic chunking is not always the best approach.

Curious to hear from the YC community - anyone else did systemic testing and if so what did you find?

[dead] 2 years ago

We recently launched UDF reranking as part of the RAG stack, and we think this supports a lot of interesting use-cases to go beyond simple relevance. For example, it supports ranking by distance (geo-location), by recency, and more.

I wanted to ask advice from the HN community: what are some real use-cases you have that can benefit from UDF reranking in RAG?

Llama 3.1 2 years ago

I'm excited to try it with RAG and see how it performs (the 405B model)

Mistral NeMo 2 years ago

Congrats. Very exciting to see continued innovation around smaller models, that can perform much better than larger models. This enables faster inference and makes them more ubiquitous.

[dead] 2 years ago

I'm happy to share that today we are releasing the Mockingbird LLM.

At <10B parameters it's an LLM trained to provide optimal results for RAG and structured outputs. Although significantly smaller (and thus faster) than GPT-4 or Gemini-1.5 Pro, it performs at a comparable level for generation, citations, and structured outputs.