Tag
Karpathy's method for LLM wiki automation emphasizes iterative source ingestion, filing answers back into the wiki, and regular linting for consistency, promoting user involvement in the process.
A 17-minute video run-through by BraceSproul explains OpenWiki, an open-source self-maintaining wiki, covering its core ideas, functionality, and why documentation for AI agents differs from human docs.
OpenWiki, a CLI that generates and maintains self-updating wikis for codebases, just received a major upgrade to its code init prompt, producing higher-quality wikis with better codebase coverage and improved eval scores. The tool supports multiple model providers, connectors, and an interactive visualizer.
WikiLoop is a feedback-coupled framework that jointly learns to build and navigate an agent-native Wiki, improving answer correctness on multiple benchmarks through a shared policy with sufficiency-before-efficiency objectives.
OpenWiki is a CLI tool from LangChain that writes and maintains agent wikis for codebases or personal knowledge, supporting all common LLM providers.
A guide on making a company AI-ready by structuring data into three layers: a company brain (wiki of raw data), a data warehouse, and an operating system of agents that read and act on the brain.
Matt Pocock is experimenting with a personal, agent-managed wiki that ingests data from X, Discord, and Gmail every few hours, intended as a knowledge base for future AI loops.
A tweet recommending the OSDev community wiki, a comprehensive resource for writing an operating system from scratch, covering bootloaders, kernels, filesystems, and memory managers with real code examples.
Tencent open-sourced the enterprise knowledge platform WeKnora, featuring three key capabilities: RAG intelligent Q&A, ReAct autonomous Agent, and self-maintaining Wiki + knowledge graph, transforming raw documents into inferable and growing knowledge assets.
The author introduces Noosphere, an open-source memory and wiki layer for AI agents and humans, seeking feedback on its structured Postgres-backed memory, Redis-cached recall, and human-editable wiki pages.
llm_wiki v0.4.16 版本更新发布,大幅提升了知识图谱的渲染性能,浏览搜索更加流畅。
llm_wiki v0.4.14 released, with major updates including intelligent chunk splitting and contextual association analysis for long files, and DeepResearch integration with AnyTxt, a local search tool for efficient querying of local files.
This article details the paradigm of incrementally maintaining a persistent markdown wiki using LLM (LLM Wiki), and open-sources the Claude Code skill along with multiple examples, including x-algorithm-wiki, to help developers automatically build a trusted architecture wiki for their project source code.
Grok-Wiki now supports public sharing; Agent Memory, a trending GitHub repo, uses the iii-architecture in its stack.
llm_wiki v0.4.11 released, adds local API Server supporting Agent integration, unified search backend, new knowledge graph search feature, Star count exceeds 8k.
LLM Wiki is an open-source desktop application that uses LLM to incrementally build a structured knowledge base, supporting knowledge graphs, community detection, Obsidian integration, and Chrome clipping, aiming to replace traditional RAG approaches.
Sheing Ng built Grok-Wiki, a native desktop app powered by Grok CLI that turns any code repository into a searchable wiki, enabling users to generate documentation, ask questions, and explore codebases locally.
Scout is an open-source company intelligence agent that navigates live information sources like web, Slack, Drive, and CRM to build a private company knowledge base with a wiki and CRM.
Akshay Pachaar proposes extending Karpathy’s static wiki idea to dynamic knowledge, noting LLMs can already synthesize and cross-link stable topics like attention mechanisms.