Live data from Hacker News

Viewing profile — ezulabs

ezulabs

HN member
Joined
Fri, Jan 23, 2026, 5:00 PM UTC
HN karma
9
Public activity
24 items

About ezulabs

Independent engineering practice. 18+ years shipping across systems, embedded, mobile, and AI.

Recent: Built Ezu — a local-first LLM assistant on Apple Silicon with 10-20x inference speedup via KV cache persistence. MCP servers for GDB debugging and codebase call-graph tracing.

Compiler to convert LLMs to a single no depedency binary using mlx.

Past: Key tech lead on Amazon Fire TV launch (including the first WebCrypto-to-TrustZone bridge for Netflix DRM). Early engineer at Caper AI through $350M Instacart acquisition. Embedded UI and Linux drivers at Logitech. 2 US patents.

Stack: C, C++, Rust, TypeScript, Python, Kotlin, React, NextJS, MLX. EU-based, 4hr US overlap.

https://github.com/ezulabs https://www.ezulabs.com

Recent public activity

  1. comment
    Comment #48359637

    SEEKING WORK Location: EU Remote: Yes (contract) Technologies: TS/Next/React, Kotlin/Swift, C++, Python; Claude Code, Vercel AI SDK, LangChain Résumé: https://www.ezulabs.com Email…

  2. comment
    Comment #48359151

    SEEKING WORK Location: EU Remote: Yes (contract) Technologies: TS/Next/React, Kotlin/Swift, C++, Python; Claude Code, Vercel AI SDK, LangChain Résumé: https://www.ezulabs.com Email…

  3. comment
    Comment #47616855

    SEEKING WORK: EU, Remote Worldwide Technologies: AI, CC, MLX, RL, llama.cpp, Android, Kotlin, NextJS, Embedded Résumé/CV: www.ezulabs.com https://github.com/ezulabs , available upo…

  4. comment
  5. comment
  6. comment
    Comment #47158631

    I would try Claude Code with an Ada LSP server. Use AI to get the high-level architecture diagrams, question the codebase. You can write a new skill with all your findings about Ad…

  7. comment
    Comment #47037864

    I stop seeing those issues after starting using Bambulab X1 3d printer, it just works 99 percent of the time. My old ender 3 v2 had those issues due to bed changing its shape durin…

  8. comment
    Comment #46992929

    Can this be used for Haller index? Recently my family member start to deal with Pectus excavatum, the xray provider and the doctor were not on the same platform and witnessed docto…

  9. comment
    Comment #46992823

    Can already see a nice web based AI app builder on the way, also can be used to quickly try apps before pushing to the device as interactive app store. Please watch out some qemu t…

  10. comment
    Comment #46992712

    I would always prefer to start with a kit that will work right a way end to end, than focus on each problem subset to do deep dive. so101 is a highly available 3d printed and servo…

  11. story
  12. story
  13. story
  14. comment
    Comment #46946324

    Building an AI debugger for embedded systems. You know that feeling when your microcontroller crashes and you spend 3 hours staring at cryptic registers trying to figure out why? Y…

  15. comment
    Comment #46882067

    sorry for my late response, missed your comment. I can definetly help for that too, feel free reach to talk, my email is in my profile.

  16. comment
    Comment #46882049

    i will try Claude Code with Opus4.5 on a similar MVP, if it still fails when session becomes higher that means i need to do manual orchestration. I wonder if there is already a pat…

  17. comment
    Comment #46881969

    Tried both, openai models are also good, but something with agent getting out of plan after iterating for me, initial plan says to use xyz library and it uses, later on something g…

  18. story
    Ask HN: Is Cursor still working for you?

    I spent $1.5K using Cursor with Opus4.5 to test some MVP ideas. It starts really well and looking promising, but after that you burn all your tokens and energy to make sure agents …

  19. comment
    Comment #46859840

    Location: Europe (GMT+3) Remote: Yes (4-hour daily overlap with US time zones) Willing to relocate: No Technologies: Python, TypeScript, LLM APIs (Claude, OpenAI), RAG workflows, p…

  20. story
    Show HN: Yaoclaw (Yet Another Open Claw)AI agent that runs cmds in macOS sandbox

    (Yes, the name keeps the "Yet Another" tradition alive. YAML did it, YACC did it, now YAOC. Someone had to.) This whole thing was vibe coded – $99 in tokens later, you can save tha…

  21. story
    Show HN: Skill Generator – Turn terminal workflows into AI agent skills

    Vibe-coded a CLI tool that lets you select commands from your console history using a TUI, auto-recognizes parameters, and generates AI skills for Claude/Cursor. https://www.npmjs.…

  22. comment
    Comment #46737017

    This is something I can help with - happy to do a free session to talk through onboarding strategies for your team. Feel free to reach out, contact info is in my profile.

  23. comment
    Comment #46735618

    Looking for embedded/compiler work. Happy to discuss implementation details.

  24. story
    Show HN: A self-hosting C compiler that runs on a Raspberry Pi Pico

    I built a C compiler that runs on a Raspberry Pi Pico ($4, 264KB RAM). It compiles C to ARM Thumb and JIT-executes it. It can compile its own source code on the hardware. Full pipe…