Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 659 Bytes

File metadata and controls

25 lines (23 loc) · 659 Bytes
layout page
title Insights
permalink /insights/
main_nav true
nav_order 4

Insights

{% if site.categories['Insights'].size > 0 %}

    {% for post in site.categories['Insights'] %}
  • {{ post.title }} - {{ post.date | date_to_long_string }}
  • {% endfor %}
{% else %}

Insights Brewing... Personal musings and reflections on AI/ML are coming soon. Stay tuned for philosophical insights and industry observations.

{% endif %}