Live data from Hacker News

Viewing profile — metawake

metawake

HN member
Joined
Mon, Sep 01, 2014, 10:10 AM UTC
HN karma
2
Public activity
14 items

About metawake

Python developer. https://x.com/TheWake https://www.linkedin.com/in/alexey-a-181a614/ https://medium.com/@TheWake

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #46709124

    Great suggestion!! this is exactly the right methodology for establishing confidence intervals. I've added this to the roadmap as `--bootstrap N`: ragtune simulate --queries querie…

  6. comment
    Comment #46706031

    Author here. Built RagTune to stop guessing at RAG configs. Surprising findings: 1. On legal text (CaseHOLD), 1024 chunks scored WORST (0.618). The "small" 256 chunks won (0.664). …

  7. story
  8. comment
    Comment #46635777

    Thanks! To answer your questions: *Backends:* Currently supports Qdrant, pgvector, Weaviate, Chroma, and Pinecone. Adding more is straightforward since it's just implementing a Sto…

  9. story
    Show HN: RagTune – EXPLAIN ANALYZE for your RAG retrieval layer

    CLI tool to debug and benchmark RAG retrieval without LLM calls. - `ragtune explain "query"` → see what was retrieved with scores - `ragtune simulate` → batch eval with recall/MRR …

  10. comment
    Comment #46631761

    I am using a vector DB using Docker image. And for debugging and benchmarking local RAG retrieval, I've been building a CLI tool that shows what's actually being retrieved: ragtune…

  11. comment
    Comment #43822218

    I made a small project ( https://github.com/metawake/puppetry-detector ) to detect this type of LLM policy manipulation. It's an early idea using a set of regexp patterns (for spee…

  12. comment
    Comment #43716433

    Hi HN, I’ve been exploring whether prompt compression — done before sending input to LLMs — can help cut down on token usage and cost without losing key meaning. Instead of using a…

  13. story
  14. story