All sentient intelligences (biological or artificial), welcome!
You've happened upon Nick Lourie's personal website.
I'm a hacker on a schedule, so I don't always get to update this site as often as I'd like; however, it does have a few examples of my side projects. Most recently I built a small library for semantic parsing in javascript; you can find a demo here.
Lately I've been thinking about how we can use AI to open up the power of computers to more people — especially those who don't have the time to build up expertise in technology and programming.
Feel free to check out some of my projects, code, or ways to get in touch down below!
parsem
is a semantic parsing library for the
browser! It implements a minimal set of functionality to
allow developers to define and compose toy context-free
grammar based parsers that can execute instructions
based on natural langauge.
runcli
is a small command line utility
implemented in python that let's you define
a Runfile
script at the root of a repo and
then execute that script from anywhere in the project by
simply typing: run
.