Neglected Theory
WHY WE SHOULD BE USING CHATGPT TO CORRECT MISTAKES
With the recent AI Summit happening in Bletchley Park and home to Alan Turing’s Bombe… cryptography was always going to happen in society and innovate somehow… the truth is that it has to come from criminality to get tried and tested. No rules… are the best way to learn new technology so that we can implement the changes more easily …
That’s what made me think about these things. In blockchain a term known as “Turing Complete” meaning a finite transaction to create contract from A to B. Ethereum is the only “Turing Complete”
CORRECTING ERRORS AND AI LEARNING
It was interesting to me when I was inspired by “Thedotisblack” on YouTube who uses processing and generative art processes to curate pieces by code imitating thought… when you look at mono print or line its the most authentic movement to the artist stroke… the piece I did below came from that after using wire pieces and leaving it on creased paper… during experimentation a few years ago. We neglect ourselves before we accept ourselves.

THE MORE PIECES OF THE PUZZLE
t’s how to add this authentic trait to the AI that can’t be replicated when in the process of one’s own creative process.
Only through heavy experimentation are these things revealed because it’s like as unique as your thumb print. Alas, your digital thumb print.
Mistakes add to the character of the process. The development of the process. Showing the struggle. almost documenting.

SEARCH FOR AUTHENTICITY
Traits are like emotions that are constantly changing through influence of change.




Perhaps it’s good to develop and customise print to using this new technology. Helping aid the artist in development of ideas rather then holding them back, the way we won’t or don’t come from coding backgrounds could aid us better to accept them helping us in creating work so that every shot of the photographic eye isn’t the same We see on social platforms repeated but aided and implemented using our own ‘traits’ generator. To find your value in your mistakes. To build your wealth… imagine if one person for example has 1btc their wealth is the ‘Impressions’ they make to influence the other they meet. That becomes their value. Instead of working in a traditional nine to five, it becomes their weight > truth = value … Their passion.
NO RIGHT OR WRONG
There is no right or wrong way when it comes to using this technology. The experiment in helping know your ‘traits’ like know your customer becomes the reward.

Its just random but shows what you can do using a simple Line weight to create ideas for traits in collections for example… as an exercise





It started with this simple code… and I kept asking chatgpt to add in different commands…

Sample of the above code;
void setup() {
size(400, 400);
background(220);
stroke(0); // Set the stroke color to black
strokeWeight(3); // Set the stroke weight to 3
}
void draw() {
translate(width / 2, height / 2); // Translate to the center of the canvas
float a = radians(frameCount); // Rotate based on the frame count (animated)
rotate(a);
// Your drawing code here
// For example, draw a line
line(0, 0, 100, 0);
}
- Thinner the line the more intricate the detail














