Hi,
I'm Jan, a deep learning and functional programming enthusiast. I code mostly in Rust, TypeScript and Python, though I also have strong experience in PureScript, Haskell, Scala and Idris.
Right now I'm mostly interested in LLMs with a focus on mechanistic interpretability.
Need help with AI? Through my company Betalyra I'm available for hire, reach out to me at https://betalyra.pt/contact.
At the moment I'm working on the following projects:
@huggingface/ratchet
- Contributor to Christopher's ratchet transformer library.
- ๐ญ
barlow-lens
- A lens library that makes creating complex lenses such as record lenses super simple - ๐
fast-vect
- Fast, type-safe vector libary for Purescript inspired by Idris. - ๐ช
httpurple
- A simple, type-safe http server for PureScript. Originally forked fromhttpure
but since then has deviated quite a bit. - ๐
morello
- Cherry-picking for your data.
Apart from these, I have published a couple of libraries that I have donated and moved to the ๐ง๐พโโ๏ธ rowtype-yoga organisation. Here is an excerpt, you can find more on the organisation's profile:
- ๐ fetch - A minimalist library for using fetch (aka browser http client) in PureScript
- ๐ record-studio - Working with records made easy
- ๐งฎ js-bigints - FFI bindings for native
BigInt
- ๐ฆฅ lazy-joe - Purescript ffi for the lazy joe
- ๐ฆพ fallback - Idris-style fallback for do comprehensions.
- ๐
fast-vect
- Fast, type-safe vector libary for Scala. A port of mypurescript-fast-vect
and also heavily inspired by Idris.
- ๐ค
skriptorium
- A proof-of-concept for a cli to generate documentation for a repository using OpenAI.
- โ๏ธ
idris-refined
- Refinement types for idris using dependent pairs.