Ask HN: Why hasn't x86 caught up with Apple M series?
411 points by stephenheron 1d ago 589 comments
Ask HN: Is there a temp phone number like temp email?
9 points by piratesAndSons 19h ago 10 comments
Stop squashing your commits. You're squashing your AI too
4 points by jannesblobel 1d ago 8 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
Ask HN: Are AI filters becoming stricter than society itself?
29 points by tsevis 3d ago 16 comments
Show HN: Whisker, a real-time Pipecat debugger for your voice AI agents
11 aconchillo 3 8/25/2025, 6:37:15 PM github.com ↗
In general, I have three pain points with debugging realtime, multi-model, multi-modal AI stuff. 1. where's the latency creeping in? 2. What context actually got passed to the models. 3. Did the model/processor get data in the format it expected.
For 1 and 3, Whisker is a big step forward. For 2, something like LangFuse (Open Telementry) is very helpful.
With Whisker you can:
- View a live graph of your pipeline
- Watch frame processors flash in real time
- Select a processor to inspect its frames
- Filter frames by name
- Select a frame to trace its full path