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

(you mean it's _not_ AI generated)

Yeah this one is my attempt to write without LLMs rewriting my thoughts. P.S. Came to the decision after going through https://thebullshitmachines.com/

I feel like with time, 50 is the new 70.

Haha! Made me chuckle


Reads like a LOT of tokens to me. What does your usage /workflow look like? I'm v curious because although I do use Claude code, my token counts aren't nearly as much

I want to know if I'm missing something cool!


Simply Ruby on Rails. I maintain 3 markdown documents with system design, implementation plan and use cases in repo. Then tell it those files exist and go implement X feature (from implementation plan). These documents, plus AGENTS.md, declare completion criteria, which includes full code coverage both with system and controller tests.

Usually I don't tell it to implement something adhoc, I first implement it in the documents first. LLMs are quite good to keep those documents in sync.

A good part of the implementation plan is that it keeps the LLM on track. With it, the LLM can understand why something must not be done yet, so it includes less unsolicited functionality. My workflow surely can be improved, but it has worked well for me.

In not sure about the actual costs, because I started using the same subscription for document parsing. But even then, I used less than $10 in may.


Not OP, but I routinely load 150k tokens into context. A full sub-package to work on, select other files in the monorepo, e.g. front-end visualization and back-end data loader. Then work some 150k tokens, then start again.

At the end, cache hit rate is like 99.5% if Novita is not having issues.

For official DeepSeek API, 99.9% or something.

Custom harness that never compacts or otherwise doctors the history.


Those numbers make sense to me...120 million input tokens is like 120 sessions of hitting the full context limit, which seems like a lot to me though


When you have a general idea of what smells bad vs what's okay...why?

I'd rather get it from the LLM and review


They report an hour less than average sleep time the first 3 months?!

How did get so lucky?


That’s probably about how much I lost taking care of ours. She generally woke up twice to drink milk but I was still up for the first one. Loss of an hour sleep can still be brutal if its like 6.5 to 5.5 hours.


Possibly sleeping longer to make up for it? In the early days you might lose up to an hour per night feed but if you go to bed a little earlier and have a sleep in then you should hopefully be able to mitigate that two hour decrease.


WOW YES OMG

do you remember what the wrestling kinda game with ed ed and eddy was?


Out of curiosity, what kind of custom harness are you thinking?


i do the tmux pane interoperability thing. i released to github yesterday tmux-browse.

its abstracted so it doesnt look like a claude code harness per se but it works like one.

docs/recipies.md shows the ralph loop

https://github.com/itsmygithubacct/tmux-browse


I do something tangential. If you can pick out identifiers for these pages with deterministic features (financial pages have the most numbers on the page, or have the word "director", "general manager" and "managing director" on the same page, etc)

Pick those pages out and pipe only those to the llm

Luckily I work with excel w lots of sheets and don't need to do pdf to text conversion etc


Scale, my friend, scale...


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

Search: