Hacker News new | ask | show | jobs
by ActionHank 627 days ago
I'm currently building some stuff with SK using csharp.

Biggest gripes are that APIs have been changing quite a bit over time and the documentation isn't exhaustive in describing what is available.

If you're comfortable digging around in the source, looking at their tests and piecing things together it's pretty solid to build off of and is working well for me thus far.

I really like that there is abstraction enough for me to use other LLMs or implement them if need be.

I echo your apprehension around these abstractions and have built closer towards some of OP's patterns.