Hacker News new | ask | show | jobs
by brainless 462 days ago
Hey everyone, we are creating a knowledge graph (runs locally or on cloud), with a simple web crawler, with Anthropic Claude (Ollama & others coming soon). We made good progress this month:

  - Start with an objective, like "track Python/TypeScript jobs from any job site"
  - Anthropic Claude gives starting keywords and crawl guidelines
  - Using Brave Search API, we get URLs
  - Crawl starts
At the moment you can do keyword search. Entity extraction is coming soon, so "job post" will be an extracted entity in the above example and you can browse all jobs from any crawled site in a uniform UI.

https://github.com/pixlie/PixlieAI