Viewing profile — christinetyip
christinetyip
HN member- Joined
- Tue, Dec 30, 2025, 8:53 AM UTC
- HN karma
- 21
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About christinetyip
No profile information was provided.
Recent public activity
-
comment
Comment #48927525
Excited to try out its capability, especially audio and video. It's nice that it has a long context window, but in practice, I find I always have to clear context btw 150k-400k con…
-
comment
Comment #48925708
Have you by any chance also tried GPT-5.6 Sol? Curious how that compares.
-
comment
Comment #48925653
Shameless plug: a friend and I started Superlinear today, a short-form podcast about emerging practices for building with coding agents. Ep 1 is a 13-minute conversation about spat…
-
comment
Comment #48745260
[dead]
- story
- story
- comment
- story
-
comment
Comment #47779784
It's been a bit disruptive to my workflows tbh. What alternatives are people using? Sell them to me please
-
comment
Comment #47779742
The github repo isn't public.
-
comment
Comment #47592480
Not leaking codenames is one thing, but explicitly removing signals that something is AI-generated feels like a pretty meaningful shift.
-
story
Show HN: Multi-agent autoresearch for ANE inference beats Apple's CoreML by 6×
We ran an experiment over the weekend to explore whether multiple autonomous agents could collaboratively optimize inference on Apple’s Neural Engine (ANE). Each agent ran locally …
-
comment
Comment #46991113
Cool, what’s a good first task to try this on where it’s likely to beat a single agent?
-
comment
Comment #46433241
That makes sense, and I agree that for a single agent using skills well, Claude’s native context handling has gotten much better. This wasn't mentioned in the first post, but the u…
-
comment
Comment #46433170
I mostly agree with this, if the goal were “better persistent memory inside Claude Code,” that wouldn’t be very interesting. For a single agent and a single tool, keeping project s…
-
comment
Comment #46433064
You’re right that reading the same markdown file is trivial, that’s not the hard part. Where it stopped being trivial for us was once multiple agents were working at the same time.…
-
comment
Comment #46431454
A lot of the discussion here is about memory inside a single tool, which makes sense. I’m curious how people think about portability: e.g. letting Claude Code retrieve context that…
-
comment
Comment #46431380
Yep, parsing logs + async RAG works fine if you’re staying inside a single tool. The issue we ran into when building agent systems was portability. Once you want multiple agents or…
-
comment
Comment #46431320
This is fair, many memory projects out there boil down to better summaries or prompt glue without any clear way to measure impact. One thing I’d clarify about what we’re building i…