HN user

diwank

2,116 karma

Dropped out of Columbia (physics, philosophy) for a Thiel Fellowship. Built Julep AI — open-source AI agent framework, 7k stars on GitHub — because I wanted agents that could actually do things. Now building Memory Store (YC X26): persistent memory for AI agents. Turns out the hard problem isn’t making agents smart, it’s making them remember.

Still fascinated by what foundational models and cognitive architectures teach us about our own minds. Building beats theorizing, but sometimes they’re the same thing.

https://memory.store

https://diwank.space

hi@diwank.space

Posts211
Comments217
View on HN
www.theverge.com 1mo ago

Anthropic releases Claude Fable 5

diwank
4pts0
www.nytimes.com 1mo ago

Sonny Rollins Is Dead

diwank
1pts0
breakthroughprize.org 3mo ago

Breakthrough Prize Announces 2026 Laureates

diwank
3pts0
arxiv.org 3mo ago

Reasoning models encode tool choices before they start reasoning

diwank
3pts0
github.com 3mo ago

Show HN: Datetime-bench: which datetime formats LLMs get right (and wrong)

diwank
2pts1
memory.store 4mo ago

Show HN: Dropbox for Your Agents' Memories

diwank
2pts0
github.com 5mo ago

Show HN: IQT – Why space feels panoramic and time feels fleeting

diwank
1pts0
blog.google 5mo ago

Putting Gemini to Work in Chrome

diwank
56pts63
iopscience.iop.org 6mo ago

From kinetic gases to an exponentially expanding universe

diwank
1pts0
huggingface.co 7mo ago

DeepSeek-v3.2 and v3.2 Speciale Announced

diwank
5pts0
www.anthropic.com 7mo ago

Effective harnesses for long-running agents

diwank
125pts37
forum.cursor.com 8mo ago

Cursor 2.0 – A step in the wrong direction

diwank
3pts1
alignment.anthropic.com 8mo ago

Stress-testing model specs reveals character differences among language models

diwank
2pts1
arxiv.org 9mo ago

Thinking Sparks: Emergent Attention Heads in Reasoning Models

diwank
1pts0
valarmorghulis.io 9mo ago

The contextvars and the chain of asyncio tasks in Python

diwank
2pts0
theaidigest.org 9mo ago

AI Village: Watch frontier AIs interact with each other and the world

diwank
3pts0
arxiv.org 9mo ago

Discovery of Unstable Singularities in Navier Stokes (DeepMind)

diwank
2pts0
github.com 10mo ago

Llama.cpp: Deterministic Inference Mode (CUDA): RMSNorm, MatMul, Attention

diwank
6pts0
blog.google 10mo ago

New Ways to Use NotebookLM

diwank
4pts0
developers.googleblog.com 10mo ago

Veo 3 and Veo 3 Fast – new pricing, new configurations and better resolution

diwank
2pts0
deepmind.google 10mo ago

Using AI to perceive the universe in greater depth

diwank
55pts23
www.bbc.com 10mo ago

The Himalayan village where you can see the cosmos

diwank
3pts0
developers.googleblog.com 10mo ago

Beyond the terminal: Gemini CLI comes to Zed

diwank
3pts0
en.wikipedia.org 11mo ago

Principal–Agent Problem

diwank
2pts0
mistral.ai 11mo ago

Codestral 25.08 and the Mistral Coding Stack

diwank
1pts0
zhangmiaosen2000.github.io 11mo ago

Phi-Ground: Advancing Perception in GUI Grounding

diwank
2pts0
blog.voyageai.com 11mo ago

Voyage-context-3: focused chunk-level details with document context

diwank
2pts0
www.youtube.com 11mo ago

The last human choice: surrendering agency to AI [video]

diwank
2pts0
papers.ssrn.com 12mo ago

Physics of Language Models: The Magic of Canon Layers

diwank
3pts0
bigthinkmedia.substack.com 12mo ago

Tap into the "Hemingway effect" to finish what you start

diwank
27pts3
GPT-5.6 13 days ago

i'm not happy with how openai is trying to pit 5.6 sol as a cheaper equivalent to fable here

for one thing, they said that on AA, sol is "within one point of fable" at 58.9 vs 59.9 but don't clarify that the latter is with safeguards where ~8% of the tasks got routed to opus

i'm not rooting for either and genuinely think that the token efficiency and cheaper price are important but this sort of thing just feels disingenuous :-/

where did you find that? weird coz their post announcing this also mentioned Claude Code:

Fable 5 will be available starting tomorrow, Wednesday, July 1, to users globally on the Claude Platform, Claude.ai, Claude Code, and Claude Cowork. For Pro, Max, Team, and select Enterprise plans,1 Fable 5 will be included for up to 50% of weekly usage limits through July 7, after which it will be available via usage credits. We will re-enable access on AWS, Google Cloud, and Microsoft Foundry as quickly as possible.

https://www.anthropic.com/news/redeploying-fable-5

""" It remains unclear whether Anthropic’s engineers are assisting the NSA in active operations. However, one person close to the situation said Mythos would be useful for infiltrating the networks of nations such as China or Iran. """

in order for us to get there, i think we need a standardized api at the os layer for local models so that the os could optimize, batch and safely allocate resources. something like an analog of chrome's local model "prompt" api but provided and managed by the os itself. the user can choose which model they want to primarily use and so on but all of the heavy lifting and continuous batching is done automatically by the os

we have been using pg_textsearch in production for a few weeks now, and it's been fairly stable and super speedy. we used to use paradedb (aka pg_search -- it's quite annoying that the two or so similarly named), but paradedb was extremely unstable, led to serious data corruption a bunch of times. in fact, before switching to pg_textsearch, we just switched over to plain trigram search coz paradedb was tanking our db so often...

also shoutout to tj for being super responsive on github issues!

Day 1 of ARC-AGI-3 4 months ago

this is so disingenuous on symbolica's part. these insincere announcements just make it harder for genuine attempts and novel ideas

Working on Memory Store: persistent, shared memory for all your AI agents.

https://memory.store

The problem: if you use multiple AI tools (Claude, ChatGPT, Cursor, etc.), none of them know what the others know. You end up maintaining .md files, pasting context between chats, and re-explaining your project every time you start a new conversation. Power users spend more time briefing their agents than doing actual work.

Memory Store is an MCP server that ingests context from your workplace tools (Slack, email, calendar) and makes it available to any MCP-compatible agent. Make a decision in one tool, the others know. Project status changes, every agent is up to date.

We ran 35 in-depth user interviews and surveyed 90 people before writing a line of product code — 95% had already built workarounds for this problem (custom GPTs, claude.md templates, copy-paste workflows). The pain is real and people are already investing effort to solve it badly.

Early users are telling us things like one founder who tracked investor conversations through Memory Store and estimated talking to 4-5x more people because his agents could draft contextual replies without manual briefing. It helped close his round.

Live in beta now. Would love feedback from anyone who's felt this pain! :)

I dont think this is Cerebras. Running on cerebras would change model behavior a bit and it could potentially get a ~10x speedup and it'd be more expensive. So most likely this is them writing new more optimized kernels for Blackwell series maybe?

yeah I agree. this is really unfortunate because it seems that there is something systemic here at play which has become twisted up in a cult of personality and that's made a rigorous scientific investigation very difficult

Claude Haiku 4.5 9 months ago

I am a bit mind boggled by the pricing lately, especially since the cost increased even further. Is this driven by choices in model deployment (unquantized etc) or simply by perceived quality (as in 'hey our model is crazy good and we are going to charge for it)?

Agreed. The fact that it has any structure at all is fascinating (and super pretty). Could signal at interesting internal structures. I would love to see a version for Qwen-3 and Mistral too!

I wonder if being trained on significant amounts of synthetic data gave it any unique characteristics.

It's coming soon! I think this experiment has really taught me a lot about the limits of agentic code assistants, stuff that they're good at, they're insanely good at, and stuff that they're horrible at and cannot seem to overcome. I did write a little bit about how I use Claude Code [1] before I started this project a while back, and I'm planning to finish a sequel pretty soon.

^[1]: https://diwank.space/field-notes-from-shipping-real-code-wit...

yup. I started a fully autonomous, 100% vibe coded side project called steadytext, mostly expecting it to hit a wall, with LLMs eventually struggling to maintain or fix any non-trivial bug in it. turns out I was wrong, not only has claude opus been able to write up a pretty complex 7k LoC project with a python library, a CLI, _and_ a postgres extension. It actively maintains it and is able to fix filed issues and feature requests entirely on its own. It is completely vibe coded, I have never even looked at 90% of the code in that repo. it has full test coverage, passes CI, and we use it in production!

granted- it needs careful planning for CLAUDE.md and all issues and feature requests need a lot of in-depth specifics but it all works. so I am not 100% convinced by this piece. I'd say it's def not easy to get coding agents to be able to manage and write software effectively and specially hard to do so in existing projects but my experience has been across that entire spectrum. I have been sorely disappointed in coding agents and even abandoned a bunch or projects and dozens of pull requests but I have also seen them work.

you can check out that project here: https://github.com/julep-ai/steadytext/

Same! Guan’s work on sample packing during finetuning has become a staple. His openchat code is also super simple and easy to understand.

I think that’s too harsh a position solely for not being peer reviewed yet. Neither of yhe original mamba1 and mamba2 papers were peer reviewed. That said, strong claims warrant strong proofs, and I’m also trying to reproduce the results locally.

Exactly!

It uses two interdependent recurrent modules: a *high-level module* for abstract, slow planning and a *low-level module* for rapid, detailed computations. This structure enables HRM to achieve significant computational depth while maintaining training stability and efficiency, even with minimal parameters (27 million) and small datasets (~1,000 examples).

HRM outperforms state-of-the-art CoT models on challenging benchmarks like Sudoku-Extreme, Maze-Hard, and the Abstraction and Reasoning Corpus (ARC-AGI), where CoT methods fail entirely. For instance, it solves 96% of Sudoku puzzles and achieves 40.3% accuracy on ARC-AGI-2, surpassing larger models like Claude 3.7 and DeepSeek R1.

Erm what? How? Needs a computer and sitting down.