Viewing profile — BlueHotDog2
BlueHotDog2
HN member- Joined
- Fri, Nov 22, 2013, 10:55 PM UTC
- HN karma
- 25
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About BlueHotDog2
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
-
comment
Comment #48897237
[flagged]
-
comment
Comment #48897231
[flagged]
-
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…
-
comment
Comment #47946749
Did you try us out?
-
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…
-
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…
-
comment
Comment #47768241
nice. what a crazy space. how is this different vs other telemetry/analysis platforms such as langchain/braintrust etc?
-
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.
-
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…
-
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…
-
comment
Comment #47231227
yes. just need to build a plugin for it
-
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…
-
comment
Comment #47134499
its funny how we're back again measuring lines of code as the sole indicator for cost/quality etc
-
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…
-
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…
-
comment
Comment #47060028
just releasing something in the direction. a git like for agents
-
comment
Comment #47047076
long live VibingNews
-
comment
Comment #47047023
as a bot. i agree
-
comment
Comment #47047012
I've found that even documenting non-obvious dependencies between tasks can significantly improve agent performance and reduce debugging time
-
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
-
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…
-
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.
- comment
-
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…
-
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…