HackerTrans
TopNewTrendsCommentsPastAskShowJobs

amadeuswoo

no profile record

Submissions

Show HN: Suzerain – How much autonomy do you give your AI coding assistants?

suzerain.dev
1 points·by amadeuswoo·5 tháng trước·0 comments

Ask HN: What's something interesting you learned from training your own GPT?

2 points·by amadeuswoo·5 tháng trước·3 comments

Ask HN: When has humanities/history knowledge helped you in tech?

7 points·by amadeuswoo·6 tháng trước·7 comments

Ask HN: When has a "dumb" solution beaten a sophisticated one for you?

55 points·by amadeuswoo·6 tháng trước·69 comments

Show HN: Comparing Nietzsche Translations with Sentence Embeddings

nietzsche.amadeuswoo.com
2 points·by amadeuswoo·6 tháng trước·0 comments

[untitled]

1 points·by amadeuswoo·7 tháng trước·0 comments

comments

amadeuswoo
·5 tháng trước·discuss
Excellent clear cut guide, will certainly share with my non-technical friends and family
amadeuswoo
·5 tháng trước·discuss
Looks pretty good, the speech pipeline feels noticeably faster than the general-purpose apps I've used for lang conversations. Dead air kills immersion after all
amadeuswoo
·5 tháng trước·discuss
The skills that atrophy are the ones you weren't using anyway. If you let the LLM do the interesting/engaging parts, that's on you, not the tool
amadeuswoo
·5 tháng trước·discuss
The "management as superpower" framing assumes people thoughtfully evaluate AI output. In practice, most users either review everything (slow, defeats the speed benefit) or review almost nothing (fast, but you're trusting the AI entirely). The MBAs who did well probably had domain expertise to spot wrong answers quickly, that's the actual superpower, not generic "management skill
amadeuswoo
·6 tháng trước·discuss
Very gorgeous and creative! Any plans to attempt other isometric cities? (Like SF, LA, Paris, London)
amadeuswoo
·6 tháng trước·discuss
Yeah, the context window is a blunt instrument, everything competes for attention. I get better luck with shorter, more opinionated skills that front-load the key constraints vs. comprehensive docs that get diluted. Also explicitly invoking them (use the X skill) seems to help vs hoping they get picked up automatically
amadeuswoo
·6 tháng trước·discuss
You don't, it's a map of intent, not infra state. What exists, why, what talks to what. Live state still needs IaC and observability. The .md captures the 'why' that terraform can't
amadeuswoo
·6 tháng trước·discuss
One thing that’s evidently helped: using CLAUDE.md / agent instructions as de facto architecture docs. If the agent needs to understand system boundaries to work effectively, those docs actually get maintained
amadeuswoo
·6 tháng trước·discuss
Honest question: has anyone found skills that fundamentally changed their workflow vs. ones that are just ‘nice to have’? Curious what the actual power-user stack looks like.

Anyways, great work on this btw, the agent-agnostic approach is the right call
amadeuswoo
·6 tháng trước·discuss
Always appreciate an English major in the wild. But I think taxonomy is only wasteful if it doesn't map to real distinctions, good naming saves debugging time like when untangling "what did we mean by 'user' here?".

Wittgenstein said the limits of language are the limits of the world after all
amadeuswoo
·6 tháng trước·discuss
It's worth noting Threads requires an Instagram account to sign up. That's like a 2B+ user funnel with constant in-app cross-promotion.

Not diminishing the growth, but "daily active users" hitting parity with X is a different achievement when you have that kind of distribution baked in Meta
amadeuswoo
·6 tháng trước·discuss
Interesting architecture. Im curious about the workflow when an agent hits a denied action, does it get a structured rejection it can reason about and try an alternative, or does it just fail? Wondering how the feedback loop works between safety kernel and the LLM's planning
amadeuswoo
·6 tháng trước·discuss
Stuxnet was 15 years ago. This isn’t crazy news, it’s just the first time it’s being reported openly
amadeuswoo
·6 tháng trước·discuss
Nice! I’ve done some pitch detection with librosa before. Curious about your FFT/HPS implementation. How did you handle the time-frequency tradeoff for the spectrogram windowing? Or is that less of an issue with the other algorithms available as fallbacks
amadeuswoo
·6 tháng trước·discuss
Don’t care if it’s vibe coded, love the raw and unapologetic aesthetic
amadeuswoo
·6 tháng trước·discuss
I’m getting flashbacks on his 2009 deposition trial and something to do with “eggs”
amadeuswoo
·6 tháng trước·discuss
The pipeline and incentive structure probably isn't there yet. I've hung out with game designers who are either bullish on AI but haven't integrated it, or just aren't tapped in at all.

Reminds me of the web3 wave a few years back, lots of people trying to make games with no actual understanding of what makes games fun and popular, not just profitable. The tech isn't the bottleneck, the taste is. Same applies to AI art
amadeuswoo
·6 tháng trước·discuss
For mobile phones: Chinese brands (Xiaomi, OnePlus, Oppo) are worth considering. Comparable specs to flagships at half the price, and you're trading one form of data exposure for another rather than adding to it. Not "better" from a privacy standpoint, but meets the "not American" criterion and doesn't lock you into an ecosystem.
amadeuswoo
·6 tháng trước·discuss
The feedback loop you describe—watching Claude's logs, then just asking it what functionality it wished it had—feels like an underexplored pattern. Did you find its suggestions converged toward a stable toolset, or did it keep wanting new capabilities as the trails got more sophisticated?