go-arkaine-parser
Back when I was working on coppermind at the heyday of GPT3.5’s initial world shattering release, I had… difficulty finding good ways to deal with parsing the stochastic LLM outputs.
I got better at this when I started work on arkaine, eventually developing a pretty useful and reliable parsing pattern.
With an idea that would be best served as a golang app requiring interacting with LLMs I decided to do a quick port of the parser to an idiomatic golang module.
So if you need AI parsing for your golang project, check out go-arkaine-parser.
#arkaine #golang #AI