Site icon Franky's Web

FranKI: The AI on FrankysWeb

I had already announced, dass ich gerne testen möchte ob eine Künstliche Intelligenz (KI) hier einen Mehrwert bieten kann. Mittlerweile ist die Idee etwas gereift und ich habe festgestellt, dass ich „Mehrwert“ überhaupt nicht definiert habe. Ich habe mir also zu dem Thema „Mehrwert“ meine Gedanken gemacht.

As the operator of this website, I am of course happy about views and visitors. It would therefore be an added value for me if more visitors land on my blog through the use of AI. I will probably also learn a lot from this experiment, which will generate added value for me at least.

Auf der anderen Seite „gibt es Euch“, die Leser dieses Blogs. Ihr lest hier vielleicht das ein oder andere HowTo oder eine findet (hoffentlich) die Lösung für euer Problem. Ihr erwartet hier natürlich Artikel die euch weiterhelfen und nicht irgendwelche „KI generierte Fantasie“.

Many thanks to Tim, he immediately came up with a name for the AI: FranKI! I thought it was so funny that I adopted it straight away.

So that it is transparent which contributions were generated by an AI, there is a corresponding note under each article written by FranKI:

You also have the opportunity to rate FranKI's contributions. I would be delighted if you used the rating system and the comments. Feel free to write what bothers you or even something positive.

Jeder Beitrag bekommt außerdem die Kategorie „KI“, so kann ich die Beiträge besser auffinden:

AI-generated posts can also be recognized by the author of the post: In this case, the author is always FranKI.

FranKI: The first test

I have started to develop the first version of FranKI. The first version uses Python and essentially the Python modules OpenAI and Flask. The Python module OpenAI makes it possible, as the name suggests, to use the OpenAI API via Python. With Flask is a web framework. To make the FranKI GUI look reasonably nice, I also use Bootstrap. This is what FranKI currently looks like:

Derzeit ist nahezu alles manuell: Ich gebe ein Thema vor, beispielsweise „Erstelle einen Beitrag zu Exchange Server und Größenbeschränkungen von E-Mails“. Prompt und Beitragswunsch wird an die OpenAI API übermittelt und ich kann mir kurze Zeit später das Ergebnis anschauen:

Der Button „Publish“ überträgt den Artikel via WordPress API zu diesem Blog. Danach ist noch weitere Handarbeit nötig:

You can see the first article for yourself here:

I don't think that's too bad for a first attempt. After all, the basic framework is in place, so you can build on that. Now I'll take a look at the prompts first and then try to automate manual steps further. I also need a nice logo :-)

So there is still a lot to do.

Update 10/23/2024: I will publish the development and current status of FranKI on a separate page. The new page can be found here.

Exit mobile version