• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: November 15th, 2023

help-circle





  • Determinism in computational models, including binary systems, relies on the ability to reproduce results given the same initial conditions and operations. In a deterministic system, if you run the same sequence of instructions with the same inputs (including the seed for random number generation), you should expect the same output every time, assuming the system is isolated from external non-deterministic factors.

    Multithreading introduces non-determinism when threads operate in a shared environment and their execution order affects the outcome. It’s the responsibility of the programmer to manage this through synchronization mechanisms to ensure deterministic behavior if required.

    There is also analog and quantum computers. Analog computers work on the principle of approximation and continuous variable manipulation, which can introduce non-deterministic elements due to physical variations. Quantum computers operate on quantum bits (qubits) and can produce non-deterministic results because they exploit quantum superposition and entanglement.

    In the context of machine learning models and AI, these principles apply as well. Binary-based AI will be deterministic if the conditions are controlled, while quantum and analog AI might introduce non-deterministic elements by their nature or design for efficiency.


  • Logging the creation time would help establish when the text was created or recreated. If someone was to, for instance, write the text before the creation time, they could argue that they came up with it before the AI. If someone used the text years later for an assignment, it would be a hard argument to make that AI came up with it unless it had propogated online.

    If it happens within the timeframe of the assignment being set and say a month… then that is much stronger correlation that it might have come from AI, increasing the 9s in the probability.

    The note AI would actually have to log everytime it generated the text.