--- layout: default title: Blog description: Short notes on forecasting, planning, and building models that teams actually use. Will also comment on the latest AI models as the tech continues to develop. **not sponsored or paid for by any AI company** h1: Blog ---

Short notes on forecasting, production planning systems, and AI models.

{% if site.posts.size == 0 %}

No posts yet.

{% endif %} {% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }} {% if post.description %} {{ post.description }} {% endif %}
{% endfor %}