Hacker Newsnew | past | comments | ask | show | jobs | submit | stellalo's commentslogin

Doesn’t Claude Code allow to just dump entire conversations, with everything that happened in them?

All sessions are located in the `~/.claude/projects/foldername` subdirectory.

Doesn't it lose prompts prior to the latest compaction?

I’ve sent Claude back to look at the transcript file from before compaction. It was pretty bad at it but did eventually recover the prompt and solution from the jsonl file.

It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage).

I did not know it was SQLite, thx for noting. That gives the idea to make an MCP server or Skill or classical script which can slurp those and make a PROMPTS.md or answer other questions via SQL. Will try that this week.

It doesn't lose the prompt but slowly drains out of context. Use the PreCompact hook to write a summary.

I was also disappointed by the lack of Jupyter notebooks support: I ended up not using Jupyter notebooks that much anymore, and when I do, well, I run them in Jupyter


This is the same reason I switched to it. It’s just lightweight and fast, I don’t see why a text editor should not be like this



Thanks! I see the feature documented in the README.

https://source.tube/neatnik/calendar


For me, Safari sometimes randomly refuses to execute the search for the terms I entered: at that point I need to bring the search bar back up -> search terms are gone -> x -> bring search bar back up -> search terms are back there -> enter

I wish they stopped adding features, especially useless UI “improvements” and AI stuff nobody asks for, and focused on making the system rock solid as we’re used to.


"Nobody asked for this" will soon be a phase muttered as frequently as the words "something went wrong" are displayed to us.


100%, same issue since iOS 26.


Same issue, my wife as well


you also need check_if_negative to detect close-before-open


The counter is at 0, which indicates an error ... that plus the counter being non-zero when reaching the end of input is the entire point.


I feel like it’s the opposite: the copy-paste issue is solvable, you just need to equip the model with the right tools and make sure they are trained on tasks where that’s unambiguously the right thing to do (for example, cases were copying code “by hand” would be extremely error prone -> leads to lower reward on average).

On the other hand, teaching the model to be unsure and ask questions, requires the training loop to break and bring a human input in, which appears more difficult to scale.


> On the other hand, teaching the model to be unsure and ask questions, requires the training loop to break and bring a human input in, which appears more difficult to scale.

The ironic thing to me is that the one thing they never seem to be willing to skip asking about is whether they should proceed with some fix that I just helped them identify. They seem extremely reluctant to actually ask about things they don't know about, but extremely eager to ask about whether they should do the things they already have decided they think are right!


> AI slop is mostly noise. It doesn't manipulate

Not until you start mass-producing fake photos, fake videos, fake audios, put all of it into social media, shake shake shake.


> The extra typing clarification in python makes the code harder to read

It’s funny, because for me is quite the opposite: I find myself reading Python more easily when there are type annotations.

One caveat might be: for that to happen, I need to know that type checking is also in place, or else my brain dismissed annotations in that they could just be noise.

I guess this is why in Julia or Rust or C you have this stronger feeling that types are looking after you.


I think the face they fundamentally don't look after you is where my resistance comes from. Will try and evaluate some newer code that uses them and see how I get on a bit more :)


Title should be fixed: it’s about Claude models in general, not Claude Code


Fixed now, thanks! (Submitted title was "Claude Code Degradation: A postmortem of three recent issues".)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: