icyfox

↗ HN profile [ 67.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN! Pierce here. Rotunda is a firefox fork primarily intended for agent use, which I’ve been hacking on nights/weekends. There was a [lengthy](https://news.ycombinator.com/item?id=48024859) discussion last week on…

  2. tldr: Determystic lets you show bad LLM code patterns once and generate persistent AST validators to catch them forever. Like mypy rules but generated on demand from examples. Right now for Python. Happy Monday HN, I've…

  3. Hey HN, I've been writing webapps in Python for 6 years and have been using SQLAlchemy as my ORM for about that same time. As I've recently scaled more products with this stack a few things occurred to me: - It takes…

  4. Hey HN, I’m Pierce. Today I’m open sourcing a beta of Mountaineer, an integrated framework for building webapps in React and Python. I’ve written a good 25+ webapps over the last few years in almost every major…

  5. Hey HN, I've been using GPT a lot lately in some side projects around data generation and benchmarking. During the course of prompt tuning I ended up with a pretty complicated request: the value that I was looking for,…