David Liedtka
About
Hello, World!
Current Cyber Warfare Engineer in the US Navy. Living in Washington, D.C. Working on LLMs at work. US Naval Academy Class of 2018 and Knight-Hennessy Scholar at Stanford.
Papers
Some projects I worked on in school (a lot of the code is availabe on my Github):
Demos
Demos for some personal and school projects. Again, the code is generally available on my Github.
-
Hosted ChatUI
- A no-frills web UI for using the OpenAI API.
- I store your conversation history for you for your convenience.
- Your API key is stored in your browser's localStorage. Your conversation history is saved based on the SHA-256 hash of your API key. This hash is computed client-side, so I cannot see or store your API key.
-
Portable ChatUI
- A no-frills web UI for using the OpenAI API.
- You have to manage your own conversation history by importing/exporting a history file or linking to a Dropbox account (see the about page for instructions).
- I can never see your conversations/submissions or API key.
Contact