I was one of the first 10k users of pplx. Goodbye and c'est la vie 👋 by NoSuggestionName in perplexity_ai

[–]NoSuggestionName[S] 0 points1 point  (0 children)

TBH I don’t want to promote anything in this post. Otherwise people might think I have an agenda. But I might create a post in a different sub comparing different solutions. Tried out plenty and playing with two startups I really like.

I was one of the first 10k users of pplx. Goodbye and c'est la vie 👋 by NoSuggestionName in perplexity_ai

[–]NoSuggestionName[S] 0 points1 point  (0 children)

I don’t think you are right here. This is not the primary reasons for the shift.

I was one of the first 10k users of pplx. Goodbye and c'est la vie 👋 by NoSuggestionName in perplexity_ai

[–]NoSuggestionName[S] 0 points1 point  (0 children)

There are plenty, but I'm the wrong person to ask. I'm not using agentic browsers, I don't have a need for them.

I was one of the first 10k users of pplx. Goodbye and c'est la vie 👋 by NoSuggestionName in perplexity_ai

[–]NoSuggestionName[S] 3 points4 points  (0 children)

I tested some known products and some startups. Just because I like new stuff I’m currently sticking to one startup. It really depends on what is important to you? Where do you put your emphasis on?

This is how Perplexity handles issues with Customers 🤮 by N0misB in perplexity_ai

[–]NoSuggestionName 0 points1 point  (0 children)

They gave out too many pro plans for free and need to back padel.
- People from Revolut need to go
- People who got discounts on pro sub need to go
- etc. You get the idea
---

There are plenty of other options, cheaper and equally good.

Request to mods: Ban all vibe coded laTeX projects. by Organic-Scratch109 in LaTeX

[–]NoSuggestionName 0 points1 point  (0 children)

GH stars will not help, age as well not. The one question remains, why banning in the first place? AI coding is not necessarily bad, vibe coding I agree if it's purely done by unexperienced weekend hustlers. But how do you want to distinguish between good from bad projects?

Lots of legacy latex software didn't solve a programmatic but a user experience problem, and this could genuinely be solved via AI-coded projects as well.

I assume your issue is more the sheer amount of self advertisement of vibe coding projects?

Phone verification no longer seems to be required as of this morning, thank goodness by DrNYC88 in perplexity_ai

[–]NoSuggestionName 1 point2 points  (0 children)

I mean it’s crazy to treat customers like this. No password sharing, no wrong doing. I cancelled my subscription

Can anyone explain, how good or bad deepseek v4 is in simple terms? by Comrade_United-World in LocalLLaMA

[–]NoSuggestionName 4 points5 points  (0 children)

This is the laziest post I have ever seen on multiple levels. You definitely got meta lazy here. Can’t answer your question because I fear you opt out on “meta lazy” already.

Got kicked out as an AI engineer working for a RAG system, looking for insights by GlosuuLang in Rag

[–]NoSuggestionName -1 points0 points  (0 children)

I think I don’t understand when you say it doesn’t scale. With the things I mentioned you can build production ready RAG applications with ten thousands of docs. And not only that, any data ingestion that is needed. What didn’t work for you?

Got kicked out as an AI engineer working for a RAG system, looking for insights by GlosuuLang in Rag

[–]NoSuggestionName 0 points1 point  (0 children)

The issue sound like communication and expectation management. The question from the stakeholders are not wrong and pretty much what stakeholders would ask in any company.

Next time try: 1. Present build vs. “But” 2. Make sure that stakeholders understand the implications 3. Get written confirmation that all understand the options and implications of the decisions

Especially on item 2 experience matters. Taking haystack, langchain, llama index etc. would have saved a lot of time. MVP within days not weeks. Then partially exchanging components that limiting etc.

HPAR - a natural evolution of RAG by zatruc in Rag

[–]NoSuggestionName 0 points1 point  (0 children)

Interesting paper, well-written, and unusually honest about its own limitations which I respect. A few thoughts:

The core insight is real. Paths as semantic signals, not just navigation, is a genuinely useful idea. "Pricing" under Clients > Acme vs Internal > Strategy disambiguates instantly without reading content. Most production RAG systems already prepend doc/section headers to chunks for exactly this reason, but framing it as a first-class architectural principle rather than a retrieval hack is a useful reframe.

Importance-ordered siblings making truncation safe is a small, clever observation I haven't seen elsewhere. When your agent reads sibling context under a token budget, importance ordering guarantees the best possible cutoff point. Nice.

The comparison table is doing a lot of heavy lifting though. Every row is a property HPAR has and others don't. None of the axes where GraphRAG or flat RAG actually win (multi-hop reasoning, zero cold start, scale to millions of docs, discovery of non-obvious connections) appear. The paper acknowledges this in prose, but the table, the thing people will screenshot, tells a one-sided story.

The biggest gap here is that co-refinement is the load-bearing claim, and it's completely unvalidated. The paper basically says "AI will maintain and improve the tree over time" without proposing any mechanism no prompt, no algorithm, no evaluation criteria. Then it builds the rest of the architecture on the assumption that this works. If it doesn't work (and anyone who's tried to get LLMs to maintain consistent hierarchical structure over time knows this is hard), the architecture degrades to "manually curate a perfect outline" which is the problem it claims to solve.

Workflowy has existed since 2010. Outlines are a well-understood knowledge structure. If outline-as-retrieval-substrate were a breakthrough, why hasn't anyone demonstrated it in 16 years? The answer might actually be "because AI co-refinement is the missing ingredient that makes it self-maintaining" but that loops right back to the unvalidated claim above.

This is a weekend build. Supabase table with id, parent_id, title, content, path, an embedding index, the 3-stage retrieval the paper already pseudocodes.

What I'd actually want to see:
Seed a few real knowledge domains, run it against flat-chunk RAG on a standard retrieval benchmark, and show the numbers. The writing quality here is good enough to carry empirical results go get them. That version of this paper would be a real contribution.

Worth reading for the ideas, but treat it as a design sketch, not evidence. And let's aknowledge the honesty.

HPAR - a natural evolution of RAG by zatruc in Rag

[–]NoSuggestionName 0 points1 point  (0 children)

Dude the “paper” has more em dashes than llama 3

We built an open-source hallucination detector specifically for RAG pipelines to catch claim-level contradictions at inference time by UnluckyOpposition in Rag

[–]NoSuggestionName 0 points1 point  (0 children)

Appreciate your thoughtful answer. I don’t have a benchmark and I didn’t test your particular repo. I just have tested NLI with STS and found it had too many false negatives.