Live data from Hacker News

Viewing profile — arthurjean

arthurjean

HN member
Joined
Thu, Mar 19, 2026, 4:33 PM UTC
HN karma
4
Public activity
13 items

About arthurjean

Solo indie maker. Building developer tools and AI products full-time.

Shipping: - Paneflow (https://paneflow.dev): native Rust terminal workspace for orchestrating Claude Code, Codex, and OpenCode in parallel. Built on Zed's GPUI engine. MIT. - Distill (https://distill-mcp.com): open-source MCP server compressing LLM context via AST-aware file reads. Up to 98% token savings, TypeScript SDK. - Rust Doctor (https://rust-doctor.vercel.app): code health scanner for Rust projects.

Stack: Rust, TypeScript, Python, Next.js. Linux + macOS daily.

GitHub: https://github.com/ArthurDEV44 Personal: https://arthurjean.com

Recent public activity

  1. comment
    Comment #48735144

    [flagged]

  2. story
  3. comment
  4. comment
    Comment #47514990

    Same here. It's not airtight, the agent could technically read the wrapper or env vars, but in practice it doesn't bother. Good enough for most setups.

  5. comment
    Comment #47514953

    You're right actually. Exa's MCP server is stateless, just a REST wrapper. A skill + CLI would do the same job with way less context cost. Someone already built that ( https://gith…

  6. comment
    Comment #47510803

    Most of the time you should. But it depends on what you're wrapping. Exa is a good example of where MCP makes sense, it's not just one API call, it's 4 different tools (web search,…

  7. comment
    Comment #47510646

    It even ships a bundled rg binary via @vscode/ripgrep — you can switch to your system rg with USE_BUILTIN_RIPGREP=0 for better perf. One gotcha worth knowing: in non-git repos, .gi…

  8. comment
    Comment #47510208

    MCP earns its keep in specific cases: when the agent has no shell access, when you need to keep credentials out of the prompt context, or when you want runtime tool discovery acros…

  9. comment
    Comment #47469135

    I've used both. I stuck with Claude Code, the ergonomics are better and the internals are clearly optimized for Opus which I use daily, you can feel it. That said OpenCode is still…

  10. comment
    Comment #47469000

    Sounds about right for someone who ships fast and iterates. 54 days for a v0 that probably needs refactoring isn't that crazy if the dev has a real DB background. We've all seen op…

  11. comment
  12. comment
  13. comment