| layout | title | permalink | description |
|---|---|---|---|
page |
Posts |
/posts/ |
Writing by James Verbus on machine learning, anomaly detection, AI safety, and trust & safety engineering. |
Notes on machine learning, trust and safety, anomaly detection, and applied AI research.
{% for post in site.posts limit:8 %}
{{ post.date | date: "%b %-d, %Y" }}
{% if post.description %}{{ post.description }}
{% endif %} {% endfor %}