#2. If you are interested in knowledge bases, see #1
Show HN: Turn any website into a knowledge base for LLMs
61–70 of 135 posts
Re: Show HN: Turn any website into a knowledge base for LLMs
#62Re: Show HN: Turn any website into a knowledge base for LLMs
#63Re: Show HN: Turn any website into a knowledge base for LLMs
#64In my opinion this is a transitional niche. Soon websites/apps whatever you want to call them will have their own built-in handling for AI. It's inefficient and rude to be scraping pages for content. Especially for profit.
Re: Show HN: Turn any website into a knowledge base for LLMs
#65I feel like this is unethical. You built yet another bot scraper. It would only be an ethical tool if it validated I own the website I am scraping before it starts.
Re: Show HN: Turn any website into a knowledge base for LLMs
#66In my opinion this is a transitional niche. Soon websites/apps whatever you want to call them will have their own built-in handling for AI. It's inefficient and rude to be scraping pages for content. Especially for profit.
It is like every website having search engine vs google.
Re: Show HN: Turn any website into a knowledge base for LLMs
#67Earlier quoted context omitted.
I chunk pages and generate embeddings for each chunk. So there's no real size limit per page.
The more detail, the better. If ` ` elements are found you chunk those? Do you do it recursively or do you stop after a certain level? And when section elements don't exist, you use ` `, ` `, etc. to infer logical chunks?
Re: Show HN: Turn any website into a knowledge base for LLMs
#68I like this a lot! But: I feel the more of these services come to being, the more likely it is that every website starts putting up gates to keep the bots away. Sort of like a weird GenAI take on Cixin Liu's Dark Forest hypothesis ( https://en.wikipedia.org/wiki/Dark_forest_hypothesis ). (Edited to add a reference.)
That's why we need microtransactions, because I'd rather be able to have both nice AI services and useful data repositories that they pull from, than have to choose just one. (and that one would be AI services, because you can't stop all the scrapers, so data sources will just keep tightening their restrictions)
Re: Show HN: Turn any website into a knowledge base for LLMs
#69Re: Show HN: Turn any website into a knowledge base for LLMs
#70In my opinion this is a transitional niche. Soon websites/apps whatever you want to call them will have their own built-in handling for AI. It's inefficient and rude to be scraping pages for content. Especially for profit.
I would guess the hardest thing by far in developing the advertised product would be user management, authentication, payments and wrapping the subscription model's business logic around the core loop. And probably scaling, as running embeddings over hundreds of scraped pages adds up quickly when free tier users start hammering you.
My question when deciding to sell something I've built is, if building the service model is harder than building the actual service, where is the value add?
My take on the natural evolution is that collating and caching documents, websites etc for search (with source attribution ideally) is a problem that will I think ultimately be solved by OS vendors. Why sign up for SaaS and expose all your content to untrustworthy 3rd parties, when it's built right in and handled by your "trusty" OS.
In the meantime, I reckon someone more dedicated than me will (or probably already has) open source something like I built but better, probably as a CLI tool, which will eventually reach maturity and be stolen cough I mean adopted by the top end of town.
Ethically I think nothing's changed for centuries in regards to plagiarism and attribution. It gets easier to copy work and thinking, but it also ultimately gets easier to acknowledge sources. Good folk will do the right thing as they always have done.
Regarding efficiency, I think tools like this have a place in making access to relevant and summarised knowledge during general research more efficient, when doing the broad strokes to find areas of interest to zoom in on, when more traditional approaches take over.
Interesting times anyway. I have to give credit to people that try, but I'm taking a back seat in thinking of ideas to productise in this space, as by the time I've thought it through, something new comes along that instantly makes it obsolete.