Live data from Hacker News

Semantic Kernel

github.com

1–10 of 15 posts

Re: Semantic Kernel

#2
I'm surprised by how uncommon SK is compared to LangChain. Microsoft is very active in the space and has a few other related LLM frameworks of different nature - Semantic Memory and Guidance.

Re: Semantic Kernel

#3

I'm surprised by how uncommon SK is compared to LangChain. Microsoft is very active in the space and has a few other related LLM frameworks of different nature - Semantic Memory and Guidance.

Well you see, Langchain rolls of the tongue better so it has more broad appeal despite being a pile of crap.

Re: Semantic Kernel

#4

I'm surprised by how uncommon SK is compared to LangChain. Microsoft is very active in the space and has a few other related LLM frameworks of different nature - Semantic Memory and Guidance.

Seems nice if you're using c# or java. It also supports python, but for that Simon's llm library is nice because he designed it as both a library and a command line tool: https://github.com/simonw/llm

Re: Semantic Kernel

#5

I'm surprised by how uncommon SK is compared to LangChain. Microsoft is very active in the space and has a few other related LLM frameworks of different nature - Semantic Memory and Guidance.

They've also got Autogen and Promptflow, seems like Microsoft just has random teams doing their own thing with lots of overlap

Re: Semantic Kernel

#6

I'm surprised by how uncommon SK is compared to LangChain. Microsoft is very active in the space and has a few other related LLM frameworks of different nature - Semantic Memory and Guidance.

They've also got Autogen and Promptflow, seems like Microsoft just has random teams doing their own thing with lots of overlap

And all are of dubious quality as well

Re: Semantic Kernel

#8
post #7

Gone are the days of seeing "kernel" in a title and getting juicy OS development content :) old fart signs out

the days of coding are going to go :-) from assembly to javascript to AI... where no man has gone before

Re: Semantic Kernel

#9
I'm using Semantic Kernel to build more complex AI systems. The technology is still maturing and you deal with things like missing abstractions and the like. The planners are intriguing and promising, and they'll be more manageable once assistants are available to make things more modular. Still, it's the best thing I've seen for building maintainable generative AI solutions.

Re: Semantic Kernel

#10

I'm surprised by how uncommon SK is compared to LangChain. Microsoft is very active in the space and has a few other related LLM frameworks of different nature - Semantic Memory and Guidance.

Semantic Memory (renamed to Kernel Memory - https://github.com/microsoft/kernel-memory) complements SK. Guidance's features are being absorbed into SK, following the departure of that team from Microsoft. Additionally, we have TypeChat (https://github.com/microsoft/TypeChat), which aims to ensure type-safe responses from LLMs. Most features of Autogen are also being integrated into SK, along with Assistants. SK serves as the orchestration engine powering Microsoft Copilots.
Post reply on HN