BlueBookOS: An LLM microkernel and language for specifying apps
BlueBookOS is an LLM microkernel and language for specifying apps; paste rules and source code into an AI model to build source-first artifacts in live chat.
BlueBookOS is an LLM microkernel and language for specifying apps; paste rules and source code into an AI model to build source-first artifacts in live chat.
Nirnam is a browser-native message bus and AI agent framework for micro-frontends, enabling SharedWorker-based pub/sub, request-reply, streaming, and MCP transport.
Kb is a local-first, hyper-relational knowledge base with content-addressable storage built as a Master's thesis prototype using Prolog and SQLite.
XiaoKe API Gateway provides 7 micro-APIs for AI agents (PDF OCR, scrape, translate, review, summarize) with autonomous payment via x402/USDC, zero auth/KYC.
GNOME AI Assistant now supports image generation capabilities.
Open Tag is an open-source Slack AI agent built on CopilotKit that reads threads, calls tools, and renders results. Self-hosted, bring your own model, no per-seat pricing.
Clawie is a packaged AI coding agent workspace with configurable LLM provider, model, and API settings, repo-mapping, and REPL-based development workflow.
Ornith-1.0 is a family of open-source LLMs specialized for agentic coding tasks.
PreFlight is a local AST daemon, MCP server, and VS Code extension that prevents AI hallucination, schema drift, and broken RLS policies in real-time without authentication.
Mcpify automatically converts REST APIs into MCP servers by reading OpenAPI specifications and generating tool wrappers, eliminating manual endpoint wrapping.
Educational overview of how generative AI works: token-by-token prediction, training data limitations, context windows. Introductory content without original research.
AI agent system discovered 20+ CVEs including Linux kernel OOB writes using self-orchestrating vulnerability-hunting agents. Technical analysis of LLM-based security research.
Type-safe semantic layer for ClickHouse in TypeScript. Compiles to SQL, no external runtime. Enables reusable metric definitions for analytics.
DeepSeek releases inference optimization research achieving 60-85% faster token generation. PDF technical report on optimization methods.
Android IDE running Alpine Linux locally via proot with Python, Node.js, and git. Uses LLM coding via models.dev with encrypted API keys.
Claude API rate limit documentation and configuration options for AWS Marketplace deployments.
Practical workflow for evaluating video VLMs using VideoDB and Langfuse. Includes open-source benchmark repo for testing VLMs on video tasks.
AI logger using cheaper models to summarize raw logs for agent workflows, reducing processing costs and context bloat.
Analysis of AI-assisted code review generating false vulnerability reports in security bug bounties and open-source projects.
NLNet Labs policy restricting LLM use: requires human authorship of contributions, prohibits AI-generated code/docs. Organizational governance document.
Essay on AI agents enabling solo builders to ship at team scale. References Karpathy and solo open-source projects. Motivational rather than technical.
Git proxy tool using AI-driven validation pipeline to prevent push errors. Runs checks in disposable worktrees and auto-opens PRs.
Personal IDE project for AI-assisted coding with custom component system and middleware architecture.
GPU-accelerated non-uniform FFT library for Apple Silicon via MLX. Includes technical paper on precision handling and performance.
AI intelligence layer architecture: software system connecting AI assistants to multiple business data sources via natural language queries with validation.
Research measuring whether AI models follow architecture constraints; Claude Opus violated rules 60% of the time. Empirical ML evaluation.
GitHub Copilot increased coding speed 55% but code review time unchanged; explores AI as amplifier for teams.
LLM application that generates hardware designs for M5Stack devices. Limited content available.
Promptetheus: Python SDK and debugging infrastructure for tracing, detecting, and auto-repairing AI agent failures.
Lore: Open source version control system for projects with large binary assets, optimized for scalability and team collaboration.
Technical guide on modern GPU kernel optimization for ML systems: attention, LLM prefill/decode, fused operations.
Golang-based coding agent harness with file and Git viewer for agent execution.
Agent Idea Hub provides ranked blueprints for building AI agents for business workflows.
Terminal email client in Golang with LLM-powered reply drafting using DeepSeek V4 Pro.
Anthropic's Mythos AI approved for limited release to trusted US organizations.
HN discussion on running open-weight LLMs on MacBooks vs. dedicated GPUs; GLM 5.2 mentioned.
Research comparing 67 LLM models shows ensemble approaches rarely outperform best individual models. Empirical ML analysis.
BlueBookOS: A microkernel and rule set for building apps directly inside AI chat interfaces, enabling source-first development in live sandbox environments.
Tool ranking platform using panel of AI agents (Claude, GPT, Gemini, Grok) to independently score 40+ AI tools. Transparent scoring methodology.
Security audit of 87 MCP servers using deterministic capframe rule engine, scoring agent authority and hygiene with public methodology and open-source rules.
In-process semantic LLM cache with tensor operations and distributed cluster support. Reduces token spend via paraphrase matching and multi-tenant isolation.
BlueBookOS enables building apps through AI chat using RAu instruction language and artifact contracts for structured app development.
Tutorial on building MCP Apps host with AI SDK to render interactive tool UIs from Model Context Protocol tools in sandboxed iframes.
Moss is a sub-10ms semantic search runtime for conversational AI agents with hybrid retrieval, built-in embeddings, and WebAssembly browser support.
Google Research: Study on how reasoning helps LLMs recall facts through latent computation and related fact priming. ML research on LLM mechanisms.
Open-source Linux terminal assistant using local LLMs or APIs for command explanation, log analysis, and troubleshooting. Supports Ollama and OpenAI.
Research on forward self-models: small networks predicting neural network layer activations. Achieves 97% similarity with 1-3% parameter overhead on 30M-1B models.
U.S. government approves Anthropic to release Mythos 5 model to roughly 100 companies and federal agencies.
US government approves Anthropic to release Mythos AI model to trusted US organizations.
TUI workbench for running multiple coding agents (Claude, Gemini, Goose) in parallel with integrated file explorer and viewers. Built with Bun and React 19.