HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anupamchugh

no profile record

Submissions

Observable You

thebigtech.substack.com
3 points·by anupamchugh·4 माह पहले·0 comments

I Left Meta After Six Years as an Engineering Manager

brittahummel.substack.com
2 points·by anupamchugh·5 माह पहले·1 comments

Show HN: Matching people based on their saved places, not their profiles

anupamchugh.github.io
1 points·by anupamchugh·5 माह पहले·0 comments

Run Claude Code and Codex from Telegram with Takopi

banteg.xyz
2 points·by anupamchugh·5 माह पहले·0 comments

Takeout Tax – Calculate what Google's killed products cost you

anupamchugh.github.io
2 points·by anupamchugh·5 माह पहले·0 comments

Ordercli – CLI for food delivery order history and tracking

github.com
1 points·by anupamchugh·5 माह पहले·0 comments

Show HN: Shadowbook – Keep your tasks in sync with your specs

github.com
1 points·by anupamchugh·6 माह पहले·0 comments

You Click Build

thebigtech.substack.com
2 points·by anupamchugh·6 माह पहले·0 comments

comments

anupamchugh
·4 माह पहले·discuss
[flagged]
anupamchugh
·4 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
Building my dev workspace into an operating system. Not metaphorically — structurally.

  10 MCP servers as device drivers (exchange APIs, browser automation, Apple docs, issue tracking).
  200+ skills as prose runbooks that compose system calls. Agent-mail for IPC between parallel
  agents. A drift detector called "wobble" that scores skill stability using bias/variance analysis.
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
> The interesting failure mode isn’t just “one bad actor slips through”, it’s provenance: if you want to > “denounce the tree rooted at a bad actor”, you need to record where a vouch came from (maintainer X, > imported list Y, date, reason), otherwise revocation turns into manual whack-a-mole. > > Keeping the file format minimal is good, but I’d want at least optional provenance in the details field > (or a sidecar) so you can do bulk revocations and audits.
anupamchugh
·5 माह पहले·discuss
Pinning exists, but the interesting part is signal quality: macOS gets consistent “urgency” signals (QoS) from a lot of frameworks/apps, so scheduling on heterogeneous cores is less guessy than infer from runtime behavior.
anupamchugh
·5 माह पहले·discuss
Bad code crashes. You fix crashes. Acceptable code fails by doing nothing. You don't fix nothing.

Good code isn't dying. The cost of bad code just went up.
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
This is the real story buried under the simulation angle. If you can generate reliable 3D LiDAR from 2D video, every dashcam on earth becomes training data. Every YouTube driving video, every GoPro clip, every security camera feed.

Waymo's fleet is ~700 cars. The internet has millions of hours of driving footage. This technique turns the entire internet into a sensor suite. That's a bigger deal than the simulation itself.
anupamchugh
·5 माह पहले·discuss
"Stack Overflow that reads your codebase" — perfect. But Stack Overflow is stateless. Agent sessions aren't.

One session's scaffold assumes one pattern. Second session scaffold contradicts it. You reviewed both in isolation. Both looked fine. Neither knows about the other.

Reviewing AI code per-session is like proofreading individual chapters of a novel nobody's reading front to back. Each chapter is fine. The plot makes no sense.
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
Agent teams nuke your tmux layout. The fix is one line: new-window instead of split-pane. Filed as a bug.
anupamchugh
·5 माह पहले·discuss
I have that in my project... comments to track work as specs.
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
This is a very early research prototype with no other inter-agent communication methods or high-level goal management processes."

The lock file approach (current_tasks/parse_if_statement.txt) prevents two agents from claiming the same task, but it can't prevent convergent wasted work. When all 16 agents hit the same Linux kernel bug, the lock files didn't help — the problem wasn't task collision, it was that the agents couldn't see they were all solving the same downstream failure. The GCC oracle workaround was clever, but it was a human inventing a new harness mid-flight because the coordination primitive wasn't enough.

Similarly, "Claude frequently broke existing functionality implementing new features" isn't a model capability problem — it's an input stability problem. Agent N builds against an interface that agent M just changed. Without gating on whether your inputs have changed since you started, you get phantom regressions
anupamchugh
·5 माह पहले·discuss
[flagged]
anupamchugh
·5 माह पहले·discuss
[flagged]