Skip to content

Commit aa440f9

Browse files
committed
feat: add personal ai policy
1 parent ee62dcd commit aa440f9

File tree

2 files changed

+43
-7
lines changed

2 files changed

+43
-7
lines changed

content/ai.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: AI Usage Policy
3+
date: 2025-03-15
4+
#lastmod: 2025-03-15
5+
showReadingTime: false
6+
showPostNavLinks: false
7+
showToc: false
8+
---
9+
10+
*This is a short post summarising my principles about the use of genAI tools, and my concrete usage patterns. I use the word "genAI" here on purpose, to distinguish the current invasive crop of LLM based "AI" from long established machine learning and game dev concepts.*
11+
12+
## Principles
13+
14+
**When I create something, *I* create it. I don't use genAI for doing the work for me.**
15+
16+
Purely assistive use of AI is something I consider if needed (see below for the details on that), but that is rare.
17+
18+
I avoid cloud based genAI offerings for privacy reasons, and in general I consider the heavy use of genAI I see all around me a very problematic development, not only for the obvious reasons (energy use, ethics, licencing, supporting billionaires & their market manipulation, giving away the means of production, ...), but also because there seem to be more and more studies that show a cognitive impact on users.
19+
20+
## My genAI use in practice
21+
22+
I use AI only sparingly to help with mild aphasia situations or translation, or to get a start into researching a certain topic I lack the right classic search terms for.
23+
24+
If I'm writing or chatting and can't remember the word I want to use, and all attempts to find it on my own (or with the help of another human, if there's one I can ask) fail, I will turn to a *locally installed* LLM and describe the word or concept I'm looking for. For that particular use case, the stochastic nature of an LLM turns out to be actually a nice fit.
25+
26+
If I can't remember (or don't know) a word in English but in German or vice versa, I might run it through DeepL to get a fitting translation. Likewise when I need to translate something from a language I don't speak myself (or don't trust myself to speak well enough), to get the basic gist of it.
27+
28+
When I'm researching something that I have absolutely no clue about, I sometimes utilize genAI as a kind of search term seed, to give me enough basic understanding of the concept to then use a classic internet search to find further information on it with the right keywords.
29+
30+
In the past I've also utilised genAI as spicy auto complete, letting it finish my sentences while writing longer blog posts if I felt like the suggested phrasing matched my own style and was something I would have come up with as well. *I have stopped doing that* and to be honest am not proud of ever having done that, even though it saved me a ton of key strokes.
31+
32+

layouts/partials/footer.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,27 @@
66
{{- else }}
77
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
88
{{- end }}
9-
{{- print " · "}}
109
{{- end }}
1110

1211
{{- with site.Params.footer.text }}
12+
<br>
1313
{{ . | markdownify }}
14-
{{- print " · "}}
1514
{{- end }}
15+
<br>
1616
<span>
17-
Powered by
18-
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
19-
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener noreferrer" target="_blank">PaperMod</a>
17+
<a href="{{ "/legal/" | absLangURL }}">Legal Notice</a>
2018
</span>
2119
<span>
22-
&middot; <a href="{{ "/legal/" | absLangURL }}">Legal Notice</a>
20+
&middot; <a href="{{ "/privacy/" | absLangURL }}">Privacy Policy</a>
2321
</span>
2422
<span>
25-
&middot; <a href="{{ "/privacy/" | absLangURL }}">Privacy Policy</a>
23+
&middot; <a href="{{ "/ai/" | absLangURL }}">AI Usage Policy</a>
24+
</span>
25+
<br>
26+
<span>
27+
Powered by
28+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
29+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener noreferrer" target="_blank">PaperMod</a>
2630
</span>
2731
</footer>
2832
{{- end }}

0 commit comments

Comments
 (0)