Hacker News new | ask | show | jobs
by williamcotton 785 days ago
Projects of mine that LLMs assisted on:

A web framework for C using clang blocks with request-bases memory arenas for easy memory management.

A CNN trained on video stills of playing various chords on guitar hosted using PyTorch in a SwiftUI iOS app

A DSL using Python Lex Yacc for piping CSV data into a runtime that spits out matplotlib graphs in PNG bytes ready for imgcat.

Right now I’m working on language server in written F# using Fparsec with an intermediary AST for capturing multiple parser errors.

I’d say these are relatively advanced endeavors and that there’s a lot more than boilerplate going on.

And yes, I can explain how these things work as LLMs require quite a bit of guidance.