← digests › te9.dev
[ digest / last-10 ]

Last 10 Analyzed.

The 10 most recently analyzed bookmarks from the te9.dev archive. Each entry has been crawled, parsed, and annotated by an LLM for relevance, purpose, and practical use.


skyllwt/OmegaWiki: Karpathy's LLM-Wiki vision, fully realized — wiki-centric full-lifecycle AI research platform powered by Claude Code

purpose

OmegaWiki is an AI-powered research platform that transforms academic papers into a persistent, structured wiki with cross-references and knowledge graphs, enabling researchers to generate ideas, design experiments, write papers, and respond to reviewers through 23 Claude Code skills.

when to use

This resource is most valuable when conducting AI/ML research that requires managing multiple academic papers, discovering knowledge gaps, generating novel research ideas, or automating the research lifecycle from literature review through paper writing and peer review.

tags
AI research knowledge management Claude Code wiki academic papers LLM research workflow knowledge graph CLI tool automation

HKUDS/OpenSpace: "OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/

purpose

OpenSpace is an open-source self-evolving engine that plugs into AI agents to automatically learn, improve, and fix skills while enabling knowledge sharing across different agents through a cloud-based community platform.

when to use

This resource is most valuable when working extensively with AI coding assistants on complex projects where reducing token waste, avoiding repeated failures, and leveraging community-shared solutions can significantly improve efficiency and reduce costs.

tags
AI agents self-evolving skills agent intelligence token optimization skill sharing developer tools open source MCP automation community knowledge

amilich/isometric-city

purpose

IsoCity is an open-source isometric city building simulation game featuring a custom-built rendering engine with traffic systems, pedestrian pathfinding, economy management, and responsive mobile-friendly controls.

when to use

This resource is most valuable when developers want to learn about building browser-based games with pure HTML5 Canvas, implementing isometric projection systems, studying pathfinding algorithms, or understanding how to architect complex interactive applications with TypeScript and Next.js.

tags
game-development html5-canvas isometric-rendering typescript nextjs simulation pathfinding open-source state-management city-builder

Quarkdown

purpose

Quarkdown is a modern, Markdown-based typesetting system designed to create papers, presentations, knowledge bases, and static websites from a single, unified syntax.

when to use

This resource is most valuable when generating content-focused static websites, technical wikis, or project documentation where fast compilation and reusable content blocks are required. It is also ideal for developers who need to produce slides and reports alongside web content from the same codebase.

tags
markdown static-site-generator documentation-tool typesetting presentations knowledge-base open-source scripting

classroomio/classroomio: The Open Source Education Platform. A Simple and Beautiful Alternative to Moodle LMS, EdX, Thinkific and Teachable

purpose

ClassroomIO is an open-source alternative to proprietary LMS platforms like Moodle, EdX, and Teachable, providing features for course creation, student management, assignments, grading, certification, and community forums.

when to use

This resource is most valuable when building an online learning platform, needing a self-hosted LMS solution, or looking for a reference application built with SvelteKit and Supabase architecture.

tags
LMS Open Source SvelteKit Supabase Education Self-hosted TailwindCSS Course Management

rahulnyk/knowledge_graph: Convert any text to a graph of knowledge. This can be used for Graph Augmented Generation or Knowledge Graph based QnA

purpose

This tool converts text documents (primarily PDFs) into interactive knowledge graphs by extracting concepts and their relationships using local LLMs like Mistral 7B via Ollama. It processes text chunks, identifies semantic relationships, and visualizes them as network graphs for analysis or integration into applications.

when to use

This resource is most valuable when building applications that require understanding complex relationships within large text corpora, implementing Graph RAG for more contextually aware document Q&A systems, or creating visual knowledge representations for data exploration and analysis.

tags
knowledge-graph graph-rag llm mistral-7b ollama nlp concept-extraction data-visualization python networkx

Prismer-AI/Prismer: Open Source Research Claw

purpose

Prismer.AI provides an integrated open-source research workspace that combines paper reading, document parsing, LaTeX editing, Jupyter notebooks, citation verification, and multi-agent AI orchestration into a single platform for academic workflows.

when to use

This resource is most valuable when developers need a self-hosted, comprehensive research platform alternative to commercial tools like Overleaf or OpenAI Prism, particularly for academic teams requiring AI-assisted paper writing, citation verification, and data analysis capabilities.

tags
open-source research-platform Next.js Docker self-hosted AI-agents LaTeX academic-writing document-parsing citation-verification

sachitrafa/YourMemory: Agentic AI memory with Ebbinghaus forgetting curve decay. +16pp better recall than Mem0 on LoCoMo.

purpose

YourMemory is an MCP (Model Context Protocol) server that provides AI agents with persistent, biologically-inspired memory using the Ebbinghaus forgetting curve for natural decay. It stores, recalls, and updates memories with hybrid vector + graph retrieval, requiring no external database or infrastructure—just a local DuckDB file.

when to use

This resource is most valuable for developers engaged in long-term projects or daily workflows with AI coding assistants, where maintaining consistent context about preferences, architecture decisions, and learned patterns significantly improves productivity. It's especially useful when working across multiple sessions and wanting the AI to remember without manual repetition.

tags
AI memory MCP server persistent memory Claude integration AI coding assistant forgetting curve vector search DuckDB developer productivity cross-session context

unnecessary-special-projects/ghist: Task management that lives in your repo

purpose

Ghist is a local-first CLI tool that stores tasks, plans, and decisions as JSON files in a .ghist/ directory within your repository, providing persistent memory for coding agents across sessions. It includes a web UI for visualization and automatic commit linking to trace work back to tasks.

when to use

This resource is most valuable for solo developers, small teams, or indie developers using AI-assisted coding workflows who want lightweight task tracking without the overhead of external tools like Jira or Linear. It's ideal when you need task context to persist across AI coding sessions and want task history versioned alongside your code.

tags
task-management cli-tool ai-agents git-integration local-first developer-productivity project-management coding-assistant

CoreWorxLab/CAAL: Local voice assistant that learns new abilities via auto-discovered n8n workflows exposed as tools via MCP

purpose

CAAL is an open-source, self-hosted voice assistant that runs locally and learns new abilities by auto-discovering n8n workflows, exposing them as tools via MCP with a security-first design that keeps API keys isolated from the LLM.

when to use

This resource is most valuable when building voice-enabled applications, implementing secure smart home integrations, or creating extensible AI assistant platforms where credential isolation and local-first operation are priorities.

tags
voice-assistant self-hosted n8n MCP home-automation local-ai LiveKit smart-home automation open-source