@elponick That's great! yeah kiln is my solo side project just building it to learn stuff. Im trying to start something of my own too, still finding a problem statement good enough to work on.
@elponick Yeah thats true. Yeah Im still working on it. Im currently using compact method for context management in multiple sessions. Will try to improve this forward. Where do you work btw?
Built a simple proof of concept for an agent harness tool similar to claude code called kiln. currently, kiln perform basic tool calling such as list_files, read_files and write files. And I have added file diff render for writes.
Very much in love with Claude code, although it does feels bloated. So Im writing my own agent harness which is lightweight and has only what is needed. will be posting more updates soon.
@elponick accuracy first,does the model still remember a fact from 10 turns ago or does it make something up? latency is next. 70% variance from chunk sizing is surprising though were you chunking tool outputs or the whole conversation history?