Remix.run Logo
A complete GPT language model in ~600 lines of C#, zero dependencies(github.com)
26 points by evo_9 4 days ago | 5 comments
throwa356262 4 days ago | parent | next [-]

I have a soft spot for 0-dependency projects.

Feels like the old times when every other project didn't look like a supply chain attack waiting to happen.

gabrielsroka 3 days ago | parent | prev | next [-]

> Faithful port of Andrej Karpathy's microgpt.py.

metaltyphoon 3 days ago | parent | prev | next [-]

Curious… why not a single app.cs instead of slnx + csproj boilerplate? The moment you `dotnet app.cs` it will be a cached and fast to start

johanvts 3 days ago | parent [-]

I think the app.cs approach is mainly for single file apps/scripts. While this is small there are two projects and several files so a solution + project files seems totally standard.

adinhitlore 4 days ago | parent | prev [-]

[dead]