from Hacker News

Intro to Semantic Kernel – Part Two

by brakmic on 10/9/23, 12:49 PM with 4 comments

  • by viggity on 10/10/23, 4:42 AM

    I can't believe how much SK is being slept on by the community. It's wonderful. I was trying to extract a bunch of discrete data from hundreds of sites (for a options for medical treatment, ages served, specialties, restrictions, etc) that all had the pertinent info in plain English. I spent ~10 hours manually on ~40 sites. Spent about ~4 hours wiring SK, and let it run overnight. Hundreds of sites, $25 chatgpt bill. Absolutely game changing. A LOT of thought has gone into engineering Semantic Kernel.
  • by pleonasticity on 10/9/23, 5:09 PM

    SK is basically langchain in C# or .NET.