LIVEReading: NewsUpdated: 10 min agoSubscribers: 23,400 LIVEReading: NewsUpdated: 10 min agoSubscribers: 23,400
CBW

OpenKnowledge launches as open-source Obsidian rival, llama.cpp hits b9803

OpenKnowledge is a free, AI-first alternative to Obsidian and Notion that hit 245 HN points. Plus llama.cpp ships build b9803 and Hugging Face makes running a vLLM server a one-command job.

OpenKnowledge dropped on Hacker News this week with 245 upvotes — an open-source, AI-first alternative to Obsidian and Notion built by the team at Inkeep. If you store notes, docs, or research in a proprietary tool and want AI search without paying per seat, this is worth a look right now.

Open-source releases

OpenKnowledge (github.com/inkeep/open-knowledge) is a self-hostable knowledge base with AI search baked in from the start. Unlike Obsidian plugins or Notion AI add-ons, the AI layer is not bolted on — it is the core interface. You own your data, you run the server, and you query it with natural language. No per-seat pricing.

llama.cpp shipped build b9803 this week. The changelog is incremental — performance fixes and backend updates — but if you run local models on CPU or Apple Silicon, staying current with llama.cpp releases matters. Pull the latest before your next weekend project.

AnythingLLM hit v1.15.0 and AutoGPT pushed autogpt-platform-beta-v0.6.65. Neither team published detailed release notes in the signals we tracked, but both are active and worth updating if you already use them.

Tools and infrastructure

Hugging Face published a guide showing how to spin up a vLLM inference server using HF Jobs in a single command. vLLM is fast — it handles batched requests far better than a naive Python server. If you have been putting off self-hosting an inference endpoint because the setup looked painful, this guide removes most of that friction.

OpenAI published a long-form piece on how agents are changing work. It is mostly case studies and framing rather than a product launch. Reddit's r/MachineLearning picked it up, but there is no new model or API endpoint attached to it.

Research worth reading

Allen AI posted a Hugging Face blog asking which tokens hybrid models (diffusion + autoregressive) predict better than pure autoregressive models. The short answer: hybrid models do better on structured and repetitive tokens; autoregressive models still win on rare or highly contextual ones. Useful context if you are choosing between model types for a specific task.

JetSpec (paper 2606.18394) proposes parallel tree drafting to push speculative decoding further. Speculative decoding is the technique that makes large models faster by having a small model draft tokens first. JetSpec claims to break a scaling ceiling that existing approaches hit. It is a preprint — no production implementation yet.

Trakkr.ai published a political bias analysis across major AI models. It scored 138 HN points and was picked up on r/MachineLearning. The methodology is not peer-reviewed, but the tool lets you run your own prompts and see where models land on a spectrum. Worth a look if you are building anything that touches politically sensitive topics.

What builders can do this week

1. Clone OpenKnowledge (github.com/inkeep/open-knowledge), point it at a folder of your Markdown notes, and test whether its AI search beats your current Obsidian setup. Takes under an hour on a Mac or Linux box.

2. Follow the Hugging Face vLLM Jobs guide to stand up a local or cloud inference server for a model like Mistral 7B. Use it as the backend for a simple Q&A app over your own documents — no OpenAI API key required.

3. Run your product's core prompts through the Trakkr.ai bias checker (trakkr.ai/bias) before you ship. If your app gives advice on health, finance, or politics, knowing where your chosen model leans is basic due diligence.

// what we actually tested

What we can and cannot confirm

Confirmed: OpenKnowledge is live on GitHub at github.com/inkeep/open-knowledge and reached 245 HN points as of this writing.

Confirmed: llama.cpp build b9803, AnythingLLM v1.15.0, and AutoGPT autogpt-platform-beta-v0.6.65 are real tagged releases on GitHub.

Not independently verified by CBW: We have not tested OpenKnowledge on a real notes vault or benchmarked it against Obsidian AI plugins.

Not independently verified by CBW: The Trakkr.ai bias analysis has no published methodology or peer review. Treat it as a starting point, not a definitive score.

Worth noting: The OpenAI 'agents transforming work' post is a marketing/thought-leadership piece. No new model, API, or pricing change was announced alongside it.

Source: OpenKnowledge GitHub (Inkeep) — https://github.com/inkeep/open-knowledge

Source: Hugging Face: Run a vLLM Server on HF Jobs — https://huggingface.co/blog/vllm-jobs

Source: Hugging Face: Allen AI hybrid token prediction — https://huggingface.co/blog/allenai/hybrid-token-prediction

Source: Trakkr.ai political bias in AI models — https://trakkr.ai/bias

Source: llama.cpp GitHub releases — https://github.com/ggml-org/llama.cpp

Source: OpenAI: How agents are transforming work — https://openai.com/index/how-agents-are-transforming-work

// daily build

One project. 5 minutes. Daily.

Get tomorrow's best AI project in your email. With a guide that works. Free. No spam.

23,400 builders read this