AI Notice: Difference between revisions

From TernaryWiki
Jump to navigationJump to search
Created page with "Any AI generated content placed on this Wiki will be labeled as such. I do use chat AI as a "rubber ducky" to work out some tech and computer concepts. AI has not been used to do any direct work on this project yet. AI has not been used to edit or generate any pages on this Wiki, yet. I do mess around a lot with HTML5 and use one off .html files as project tools, e.g. generating Instruction Set Map. Stuff that should probably be done with Python; but I very much..."
 
No edit summary
Line 1: Line 1:
Any AI generated content placed on this Wiki will be labeled as such.
* Any AI generated content placed on this Wiki will be labeled as such.
 
* As of yet AI has not been used to edit or generate any content on this Wiki.
I do use chat AI as a "rubber ducky" to work out some tech and computer concepts. AI has not been used to do any direct work on this project yet.
* I do use AI as a "rubber ducky" to work out some tech and computer concepts and as a search engine.
 
* I do use AI to generate code boilerplate for one-off script tools that I edit to generate large data based on some pattern, layout, grid, etc e.g.
AI has not been used to edit or generate any pages on this Wiki, yet.
** [[Instruction Set Map]] was generated with a one-off html5 .htm tool. The boilerplate was AI, the output I programmed.
 
I do mess around a lot with HTML5 and use one off .html files as project tools, e.g. generating [[Instruction Set Map]].
 
Stuff that should probably be done with Python; but I very much dislike Python. I've used AI to generate boiler plate or awnser code questions.

Revision as of 00:52, 1 June 2025

  • Any AI generated content placed on this Wiki will be labeled as such.
  • As of yet AI has not been used to edit or generate any content on this Wiki.
  • I do use AI as a "rubber ducky" to work out some tech and computer concepts and as a search engine.
  • I do use AI to generate code boilerplate for one-off script tools that I edit to generate large data based on some pattern, layout, grid, etc e.g.
    • Instruction Set Map was generated with a one-off html5 .htm tool. The boilerplate was AI, the output I programmed.