惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
RFC BBOS-RAU-0001 — BlueBookOS: Thee GPT Microkernel™
logn · 2026-06-27 · via Hacker News: Show HN

Two copy-pasta options

Pick your paste.

Choose the original copy-pasta embedded in the attached index.html, or the revised copy-pasta supplied in copy-pasta.md. Both are embedded locally and copied verbatim.

What is this See what it can make

Jailbreak Original copy-pasta from the attached index.html.
Safe Revised copy-pasta from the attached copy-pasta.md.

Showing Safe · revised copy-pasta from copy-pasta.md.

Loading selected copy-pasta…

A tiny OS for making apps with AI

BlueBookOS
boots in your chat.

BlueBookOS is a small set of rules and source code you paste into another AI chat. It helps that chat build apps carefully: first the RAu contract, then the working file. RAu is the little instruction language inside it. You can start without knowing either one.

Install it See the demo

1Demo included

Source lines

Built lines

0Installs needed

1. Abstract

This document specifies a practical artifact packaging pattern for BlueBookOS: Thee GPT Microkernel™, Powered by RAu.

RAu is used here as a source-first artifact contract. The HTML5 files are host ports that render the behavior described by the RAu source. This app is intentionally plain to operate: open it, open the demo, inspect the final RAu, inspect the final HTML, and run the rendered page in place.

The main product claim is simple: a good AI artifact should not only be impressive to view; it should be reusable, reviewable, copyable, and portable into the next project.

2. Status of This Memo

This is a readable product-facing draft, written in an RFC style without burying the point in ceremony.

The key words MUST, SHOULD, and MAY are used in their everyday standards-document sense: MUST means required for this showcase pattern, SHOULD means recommended for most projects, and MAY means optional but supported.

This file is self-contained. It does not require a server, package manager, build pipeline, remote stylesheet, CDN, or network call.

3. Terminology

These terms keep the spec readable while preserving the source-first model.

RAu

The programming language and runtime used as the semantic source contract for an artifact.

Artifact

A complete app, game, editor, reader, visualizer, or workflow unit intended to be shipped or remixed.

Host Port

The executable target implementation. In this package, every host port is standalone HTML5.

Rendered Page

The live browser view generated by loading the final HTML port into an embedded frame.

Source-First

The RAu contract is treated as the durable product definition before host-language changes are made.

Vibe Coding

A fast builder workflow where a human steers a frontier model with complete artifacts, clear goals, and acceptance criteria.

4. Artifact Packaging Specification

The showcase exposes just the pieces a builder needs: final examples, final RAu, final HTML, and live rendered output.

The package MUST embed the demo locally.
No runtime fetch is required to inspect source or render the included pages.

The demo MUST expose final RAu.
The RAu view is the artifact contract a model or human can reason about before changing the host implementation.

The demo MUST expose final HTML5.
The HTML view is the copyable, shippable browser port derived from the source-first artifact.

Each example MUST render inside the app.
The rendered page view makes the spec demonstrable without leaving the document.

The app SHOULD be usable as a model prompt payload.
A builder should be able to paste this entire file into a frontier model and ask for a new artifact, a refactor, a port, or a new catalog entry.

The app MAY be extended with new examples.
Additional RAu/HTML pairs can follow the same pattern: source contract, host port, metadata, rendered preview.

5. Reference Architecture

RAu remains the durable product contract; HTML5 is the executable browser delivery format.

The reference flow is intentionally lightweight. It works for games, editors, readers, canvas tools, dashboards, simulations, and other UI-heavy artifacts.

1State the intent

Name the artifact, user controls, data model, render targets, and success conditions.

2Write the RAu

Use RAu as the product contract for behavior, guards, events, and rendering.

3Derive HTML5

Generate a standalone browser port with complete input and render behavior.

4Ship and remix

Run the page, copy the source, modify the contract, and reuse the pattern.

6. Example Catalog

Select an artifact to inspect its final RAu, final HTML, and final rendered page.

Loading…

Preparing embedded artifacts.

7. Vibe Coders Guide

Use the large prompt at the top of this page to request a new source-first RAu artifact.

Recommended workflow: copy the large prompt at the top, replace the bracketed goal with the app you want, and ask the model to return the RAu contract before the standalone HTML5 file. Use the examples below as references for how the source-first pattern should look.

Start with the prompt.

Do not rely on screenshots. The useful pattern is the source-first contract followed by a working standalone host port.

Give one concrete target.

Examples: “make a calendar app,” “derive a puzzle game,” “port this into a todo tool,” or “add a fifth example.”

Ask for RAu first, then HTML5.

Preserve the source-first rule: update or derive the RAu contract before changing the host port.

Demand a standalone output.

Require a single HTML5 file with no build step, no CDN, and no runtime network dependency unless explicitly intended.

Use acceptance checks.

Ask the model to list controls, expected behaviors, edge cases, and what changed from the original examples.

Best for

Rapid prototypes, client demos, internal tools, interactive specs, game mechanics, UI experiments, and product pitches.

Model input

The full HTML file plus a clear instruction: extract the RAu/HTML pattern and generate the next artifact.

Model output

A revised RAu contract and a complete standalone HTML5 app, ready to save as a local file and run.

8. Copy-Paste Prompts

Use these prompts with the copied HTML app to guide a frontier model toward useful, shippable output.

Prompt A · New artifact from this packet

Prompt B · Refactor or extend the demo

9. Conformance Checklist

A new BlueBookOS / RAu showcase entry conforms to this spec when it satisfies these checks.

Branding is intact.

The artifact is clearly branded as BlueBookOS: Thee GPT Microkernel™ and Powered by RAu.

RAu is visible.

The final RAu source can be inspected and copied without a build step.

HTML5 is visible.

The final standalone host port can be inspected, copied, downloaded, and opened.

Rendered page works locally.

The preview runs with local embedded source and does not depend on remote assets.

Future builders can reuse it.

The package includes enough context for a human or model to derive another artifact from the pattern.