Live data from Hacker News

Viewing profile — wolfejam

wolfejam

HN member
Joined
Wed, Sep 24, 2025, 3:43 PM UTC
HN karma
14
Public activity
64 items

About wolfejam

creator of the .faf AI Context format IANA approved vnd.faf+yaml + fafm memory xAI Grok MCP, native-embed. Anthropic-merged MCP #2759 Google approved Chrome Extension. 90k+ npm/pypi/crates eco-system downloads

https://faf.one .faf - persistent project context format

Recent public activity

  1. comment
    Comment #47564289

    thanks for visiting — the globe just crossed 100 cities - Appreciate the feedback. Happy Sunday :)

  2. comment
    Comment #47564178

    Fair — the homepage needed work. Updated to repo: https://github.com/Wolfe-Jam/faf-cli

  3. comment
    Comment #47564168

    Fair feedback — the homepage was overdue for a cleanup. It now points to the repo: https://github.com/Wolfe-Jam/faf-cli

  4. comment
    Comment #47563932

    just trying to show the zig-wasm binary and CF edge :)

  5. comment
    Comment #47563808

    Yep — Three.js renders the globe client-side. The 2.7KB scores server-side at the edge. Separate concerns.

  6. comment
    Comment #47563773

    The 2.7KB Zig WASM binary is the scoring engine that runs on every request at Cloudflare's edge. The globe visualizes where those requests land. Two layers — compute at the edge, v…

  7. comment
    Comment #47563752

    MCPaaS serves persistent AI context via the Model Context Protocol. A namepoint (mcpaas.live/yourhandle) gives your AI instant project context — no re-explaining every session. Wor…

  8. comment
    Comment #47563718

    Thanks for flagging the broken link. More context here: https://mcpaas.live/about

  9. comment
    Comment #47563640

    Exactly right. 2.7KB works because it's pure computation — slot counting, no allocator, no stdlib, no WASI. The moment you need I/O it balloons. This use case fits a glove

  10. comment
    Comment #47563626

    Fair point — globe.gl (Three.js) handles the 3D rendering client-side. The 2.7KB WASM is the server-side scoring engine — Zig-compiled, runs on every request at the Cloudflare edge…

  11. comment
    Comment #47563590

    MCPaaS is trademarked. Nothing it patented.

  12. comment
    Comment #47563579

    use the pause button below it, zoom in/out, rotate too

  13. comment
    Comment #47563574

    use the pause button below it

  14. story
    Show HN: 2.7KB Zig WASM – live globe showing executions at 300 CF edges

    36 cities so far. Every visit lights up your dot.

  15. comment
    Comment #47196926

    ETH Zurich studied 5,694 PRs across 12 diverse repos.

  16. comment
    Comment #47184422

    ETH Zurich tested this: LLM-generated prose context = -3% performance, +20% cost. Even human-written = +4% at +19% cost. The problem is prose bloat. Structured formats avoid that b…

  17. comment
    Comment #47184338

    ln -s makes all four files identical. Whichever format you write it in, the other three get the wrong structure. This generates each in its native format.

  18. comment
    Comment #47184020

    Totally — git handles syncing files. The problem is these four files have different formats and conventions. Same project context, four dialects. That's why I wrote bi-sync --all: …

  19. story
    Show HN: I got tired of syncing Claude/Gemini/AGENTS.md and .cursorrules

    I use Claude, Codex, Cursor, and Gemini on different projects. Each one has its' own md file in its own format. CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md. Four files saying rou…

  20. comment
    Comment #47153364

    Well said. And it's potentially a 7% swing when you think about it — +4% with good human-written context vs. -3% with LLM-generated noise. That's a significant delta from just the …

  21. comment
    Comment #47153098

    This paper validates what we've been building toward. The core issue isn't the idea of context files — it's that prose is the wrong format for structured facts. AI crushes structur…

  22. story
    Show HN: FAF – The package.json for AI context (IANA registered)

    AI kept changing my auth system - wrong assumptions, no context. Built this to fix it. project.faf sits between package.json and README.md (alphabetically and conceptually). IANA r…

  23. comment
    Comment #46785441

    very true, most end-users don't care what we call it or how it works--most drivers don't know how their brakes work, but they better simplify with AI hasn't quite caught on lol

  24. comment
    Comment #46785247

    Creator here. FAF started as a way to stop re-explaining projects to AI tools. The problem: CLAUDE.md works in Claude Code. SOUL.md works in Moltbot. .cursorrules works in Cursor. …

  25. story