25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<!-- prettier-ignore -->
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>AI</h2>
|
|
<p>
|
|
Common page I am seeing start to show up is an AI page explaining how creators use AI in their writing.
|
|
Along with some general thoughts on the topic.
|
|
Especially these days it seems like a useful page to have so here goes.
|
|
</p>
|
|
<p>
|
|
I don't use AI in my research, coding, or in any of my writing.
|
|
I am not against AI in principle, just this incarnation of it with LLMs.
|
|
The way that the models were created, trained on so many people's work without permission.
|
|
The massive amount of computation and therefore energy, water, etc. that they use.
|
|
</p>
|
|
<p>
|
|
That is why I don't use them in general.
|
|
I could see in the future if these issues were addressed.
|
|
If we had fairly trained models that were unbelievably more efficient and economical to run.
|
|
I may use them for work, but I don't see them ever touching this website or personal projects.
|
|
I do these things for the joy of doing them, and I don't want to give up any of that process.
|
|
</p>
|
|
{% endblock %}
|