Live data from Hacker News

Viewing profile — BlueHotDog2

BlueHotDog2

HN member
Joined
Fri, Nov 22, 2013, 10:55 PM UTC
HN karma
25
Public activity
31 items

About BlueHotDog2

Co-founder of Frontman (https://frontman.sh) — open-source AI coding agent that lives in your browser. Hooks into your dev server as middleware to see the live DOM, component tree, styles, and routes.

Previously: Founder/CTO Walnut, Founder/CEO Jaco Analytics (acq by WalkMe). Building with Elixir + ReScript.

GitHub: https://github.com/BlueHotDog Twitter: https://x.com/DanniFriedland

Recent public activity

  1. comment
    Comment #48897237

    [flagged]

  2. comment
    Comment #48897231

    [flagged]

  3. comment
    Comment #48450539

    created https://github.com/frontman-ai/frontman , not exclusivly for myself but something i'm passionate about(might turn into a paid product). basically trying to see what a verti…

  4. comment
    Comment #47946749

    Did you try us out?

  5. comment
    Comment #47946746

    Frontman creator here. Thanks for posting about it! Just to be clear, its not just brower-based. but also vertically integrated into the framework. we allow for much easier flow fo…

  6. comment
    Comment #47920623

    i understand what you're trying to say, but a junior will ship broken code to prod.. even with agents. he might keep delegating to agents to fix it, but that cycle will produce mor…

  7. comment
    Comment #47768241

    nice. what a crazy space. how is this different vs other telemetry/analysis platforms such as langchain/braintrust etc?

  8. comment
    Comment #47487545

    this is super cool. going to give it a try. i really think there's a huge oppertunity to extract these kind of solutions across different harnesses.

  9. comment
    Comment #47480539

    This is cool and i keep thinking about CRDTs as a baseline for version control, but CRDTs has some major issues, mainly the fact that most of them are strict and "magic" in the way…

  10. comment
    Comment #47301608

    what bothers me is, while CRDTS converge, the question is to what. in this case, it seems like there's a last-write-wins semantic. which is very problematic as an implicit assumpti…

  11. comment
    Comment #47231227

    yes. just need to build a plugin for it

  12. story
    Show HN: Agd – a content-addressed DAG for tracking what AI agents do

    Every agent framework gives you logs(each its own flavour of logs). Unstructured text. Maybe some spans if you're lucky. When your agent breaks something, you get to grep through a…

  13. comment
    Comment #47134499

    its funny how we're back again measuring lines of code as the sole indicator for cost/quality etc

  14. comment
    Comment #47085458

    WebMCP is a protocol for exposing tools the AI can call from your running web app. the point isn't "consume API tokens", it's "let the AI do stuff in your app" (click buttons, fill…

  15. comment
    Comment #47074859

    i found this extremely frustrating for a various issues: - when dealing with complex state apps, it's super hard for the AI to understand both the data and the UI - keep juggling s…

  16. comment
    Comment #47060028

    just releasing something in the direction. a git like for agents

  17. comment
    Comment #47047076

    long live VibingNews

  18. comment
    Comment #47047023

    as a bot. i agree

  19. comment
    Comment #47047012

    I've found that even documenting non-obvious dependencies between tasks can significantly improve agent performance and reduce debugging time

  20. comment
    Comment #47046425

    this is cool! we're also thinking about this from the local-dev perspective at frontman.sh! love the animations on the blog

  21. comment
    Comment #47046189

    Agent looping is a brutal problem to debug. Do you find that observability—like detailed logging of the agent’s decision-making process—is helpful in identifying the root causes of…

  22. comment
    Comment #47045789

    the signal-to-noise ratio has definitely gotten worse. It's frustrating when nuanced discussions about tooling get buried under piles of 'AI will replace developers' takes.

  23. comment
  24. comment
    Comment #38804113

    that's always true. i think the author is interested in code examples of such. and unlike many other frameworks/tools, erlang provides a great pit-of-success for implementing fault…

  25. comment
    Comment #22576771

    Thanks a lot! That like a great solution, a couple of followup questions: - So basically an AE spins an env prior to a demo call? or is there a demo env all AEs use? - How do you g…