Live data from Hacker News

Viewing profile — jellyotsiro

jellyotsiro

HN member
Joined
Sun, Mar 03, 2024, 7:30 AM UTC
HN karma
259
Public activity
92 items

About jellyotsiro

founder of nozomio, part of y combinator summer 2025 batch.

Recent public activity

  1. story
  2. story
  3. story
    Show HN: Agentsearch – browse any docs as a filesystem

    Hi HN, I built agentsearch, a free tool that turns any documentation website into a browsable filesystem that you can access with one command. npx nia-docs https://docs.anthropic.c…

  4. comment
    Comment #47416876

    tens of KBs (v small)

  5. comment
    Comment #47416516

    good point. we’re using “framework” intentionally because it goes beyond argument parsing. crust handles parsing, but also: type inference across args + flags end to end compile-ti…

  6. comment
    Comment #47416238

    thanks for flagging! the post itself works, just the link at the bottom

  7. comment
  8. comment
    Comment #47416044

    will fix in the next hour!

  9. comment
    Comment #47415846

    thanks for the catch, what we meant is that we’re not committing to strict stability guarantees yet, so APIs may still change as we iterate toward 1.0.

  10. comment
    Comment #47415838

    one of the examples would be trynia.ai (search and index api for ai agents) here is github: github.com/nozomio-labs/nia-cli

  11. story
    Show HN: Crust – A CLI framework for TypeScript and Bun

    We've been building Crust ( https://crustjs.com/ ), a TypeScript-first, Bun-native CLI framework with zero dependencies. It's been powering our core product internally for a while,…

  12. story
    Show HN: Nia CLI, an OSS CLI for agents to index, search, and research anything

    We’re open-sourcing the Nia CLI: a command-line tool for AI agents to index and search technical and general data sources directly from the terminal. GitHub: https://github.com/noz…

  13. story
  14. story
  15. story
  16. comment
  17. story
  18. story
    Show HN: Open-source semantic search over your local notes via CLI

    Introducing Nia Vault, a CLI that lets you query your local markdown/text files using natural language. What it does: Semantic search over local folders and notes Works across mult…

  19. story
  20. story
  21. story
  22. story
    Show HN: AI agent that searches the Cursor forum

    I built an AI agent that searches the entire Cursor community forum ( http://forum.cursor.com/ ) and answers questions grounded in real forum discussions. The problem: Cursor's for…

  23. comment
    Comment #46616116

    rag is not a core! we use both semantic search but combining with fts, grep, direct read, etc.

  24. comment
    Comment #46615836

    Open source models with minimal safety fine tuning or Grok

  25. comment
    Comment #46615781

    Thanks for testing this. The Bannon email from June 30, 2019 is in there (HOUSE_OVERSIGHT_029622). Good stress test idea. Couple things happening: Semantic search limitation: Less-…