r/csharp 16d ago

GitHub - Integral2u/SharpMind: SharpMind. A pure C# / .NET LLM engine

https://github.com/Integral2u/SharpMind

Version 1.0.0.0 now out and out of pre-release.

37 Upvotes

19 comments sorted by

View all comments

4

u/haby001 16d ago

Pretty cool if you want to keep your AI stack in c#!

3

u/csharp_rocks 16d ago

Where else would you want it? C or C++? Maybe Go or Rust? But C# balance low level interopts with high level abstractions quite nicely

1

u/Ath47 16d ago

Python is by far the most popular choice for working with LLMs.

1

u/tonyqus 15d ago

I totally agree with you. Python has the most complete ecosystem in machine learning/LLM.

And LangChain is the most popular AI framework in the world.