LLM stuff
The scary part here is just how long it can remain coherent as its contexts fills up. Even 3.6 would get confused quite quickly and need to be compacted after a few hours. This thing managed to ingest files from like three codebases and still have space for generating a weird setup for testing a react-native component.
LLM stuff
I've recently added support for AGENTS.md so I don't need to tell it how I want to do testing and code style checking every time and generally save some extra file reads whenever it starts a new feature. Next I'm gonna play with "skills" so I can load up commonly used instructions instead of repeating myself.
LLM stuff
I haven't had much of a need for skills so far because the models are pretty capable even with minimal prompting and I found that skills often fill up the context more than is strictly necessary. I was thinking for ergonomics I'd have users define skills in their "documents" folder to make it more intuitive for graphical interface users.
re: LLM stuff
re: LLM stuff
@toiletpaper Is your skill published somewhere I could read? :o
I found I haven't needed to spell out how rigorous it needs to be because it's pretty good at that out of the box and past that I'm guiding it.
re: LLM stuff
LLM stuff
I think part of this is that I've gotten better at working within it's limitations and strengths as I've been updating my "agent" to be more effective.
https://github.com/RangerMauve/mind-goblin/commits/default/