WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: My experimental AI testing attempt was successful :)  (Read 223 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1286
My experimental AI testing attempt was successful :)
« on: February 09, 2026, 07:15:52 AM »
My experimental AI testing attempt was successful :)

{ As usual, I'm writing this with translation. }

Hardware testing platform information:
Processor: (2012 model) AMD A4-5300 2-core (with APU graphics unit),
but I was specifically looking for an AI without a GPU.
Motherboard with 16 GB RAM
8 GB USB flash drive (ext2 format)
During the Google Gemini mentoring process:
The slogan "Never give up" really motivated me :)

I created solution scripts suitable for TCL chemistry :)
I created the "run ai.sh" file,
The function of the script is to download and upload files from the internet.

Performance speed; I can't say it responded faster than me in practice,
it outputs about one word per second (depending on processor power),
but I think the average code writing speed is faster than mine :)



Code: [Select]
|       |-- [  17]  libggml-base.so -> libggml-base.so.0
|       |-- [  21]  libggml-base.so.0 -> libggml-base.so.0.0.0
|       |-- [   0]  libggml-base.so.0.0.0
|       |-- [   0]  libggml-cpu-alderlake.so
|       |-- [   0]  libggml-cpu-haswell.so
|       |-- [   0]  libggml-cpu-icelake.so
|       |-- [   0]  libggml-cpu-sandybridge.so
|       |-- [   0]  libggml-cpu-skylakex.so
|       |-- [   0]  libggml-cpu-sse42.so
|       `-- [   0]  libggml-cpu-x64.so
|-- [363M]  ollama
|   |-- [ 36M]  bin
|   |   `-- [ 36M]  ollama
|   `-- [327M]  lib
|       `-- [327M]  ollama
|           |-- [327M]  cuda_v12
|           |   |-- [  21]  libcublas.so.12 -> libcublas.so.12.8.4.1
|           |   |-- [111M]  libcublas.so.12.8.4.1
|           |   |-- [  23]  libcublasLt.so.12 -> libcublasLt.so.12.8.4.1
|           |   |-- [215M]  libcublasLt.so.12.8.4.1
|           |   |-- [  20]  libcudart.so.12 -> libcudart.so.12.8.90
|           |   |-- [712K]  libcudart.so.12.8.90
|           |   `-- [   0]  libggml-cuda.so
|           |-- [  17]  libggml-base.so -> libggml-base.so.0
|           |-- [  21]  libggml-base.so.0 -> libggml-base.so.0.0.0
|           |-- [   0]  libggml-base.so.0.0.0
|           |-- [   0]  libggml-cpu-alderlake.so
|           |-- [   0]  libggml-cpu-haswell.so
|           |-- [   0]  libggml-cpu-icelake.so
|           |-- [   0]  libggml-cpu-sandybridge.so
|           |-- [   0]  libggml-cpu-skylakex.so
|           |-- [   0]  libggml-cpu-sse42.so
|           `-- [   0]  libggml-cpu-x64.so
|-- [1.7G]  ollama-linux-amd64.tar.zst
|-- [ 18K]  ollama.log
|-- [ 123]  ollama_error.log
|-- [379M]  ollama_models
|   |-- [379M]  blobs
|   |   |-- [ 490]  sha256-0...
|   |   |-- [  68]  sha256-6...
|   |   |-- [ 11K]  sha256-8...
|   |   |-- [379M]  sha256-c...
|   |   `-- [1.4K]  sha256-e...
|   `-- [ 17K]  manifests
|       `-- [ 13K]  registry.ollama.ai
|           `-- [8.8K]  library
|               `-- [4.8K]  qwen2.5
|                   `-- [ 857]  0.5b
`-- [ 846]  txt.txt

 2.9G used in 15 directories, 49 files

« Last Edit: February 09, 2026, 07:46:22 AM by xor »

Offline xor

  • Hero Member
  • *****
  • Posts: 1286
Re: My experimental AI testing attempt was successful :)
« Reply #1 on: February 09, 2026, 07:47:07 AM »

Offline xor

  • Hero Member
  • *****
  • Posts: 1286
Re: My experimental AI testing attempt was successful :)
« Reply #2 on: February 19, 2026, 12:00:53 PM »
Flawless Experience and Idea-Driven Development Flow

1. Goal: Flawless End-User Experience
The main goal of the project is to dismantle Linux's notoriety as "terminal-dependent" or "configuration mess" and create a distribution that a typical user can use without encountering any technical difficulties.

Focus: Usability and flawless architecture.

2. Artificial Intelligence and Engineering Level as a Tool
The use of artificial intelligence in redesigning the architecture takes the process far beyond a standard development phase. AI integrates a complex and high-level engineering discipline into the project that the human mind alone cannot conceive.

4. The Real Face of Patents: Logic, Not Code
Most patents in the software world actually protect not the lines of code, but the "how-to" of the work (flowcharts and working logic).

Observation: The same result can be achieved with C or C++. What matters is the unique path (algorithm) to that result.

5. "Idea" Becomes More Valuable Than "Open Source"
In an age where artificial intelligence has made coding child's play, the real difference is not the code itself, but the originality and strategic depth of the idea behind it.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12587
Re: My experimental AI testing attempt was successful :)
« Reply #3 on: February 19, 2026, 02:43:12 PM »
Hi xor
... and create a distribution that a typical user can use without encountering any technical difficulties. ...
So, have you (or your AI) created this distribution? Where is it?

Quote
... AI integrates a complex and high-level engineering discipline into the project that the human mind alone cannot conceive. ...
AI gets trained using using the work published by others. It then presents that work as its own.
That's not "high-level engineering", that's plagiarism.

Quote
... Most patents in the software world actually protect not the lines of code, but the "how-to" of the work (flowcharts and working logic). ...
That is correct. They are called ideas. Protecting ideas that meet certain
standards is one of the purposes of the patent system.

Quote
... Observation: The same result can be achieved with C or C++. What matters is the unique path (algorithm) to that result. ...
To protect your idea, you want to make the description as broad as possible. To many
details on implementation provide paths to get around a patent.

Quote
... artificial intelligence has made coding child's play, the real difference is not the code itself, but the originality ...
Once again, code that it got from all of the data copied from the Internet and fed into
the AI database.

By the way, I see your numbering sequence goes 1, 2, 4, and 5.
Was that your idea or did the AI help you thing that up?

Offline xor

  • Hero Member
  • *****
  • Posts: 1286
Re: My experimental AI testing attempt was successful :)
« Reply #4 on: Today at 12:46:01 AM »
It's the same situation as those who wrote books by hand before the printing press and those who write code by hand after AI!!!

As usual, I'm writing with translation.

First, it would be good to discuss the philosophy behind an event.

Here, the ranking units are sorted according to your comments.

Topic 1: I think the translation implementation is a bit overkill :) but it incredibly shortened the process of writing an executable script for something that had never been done before! :) And if AI could do what I asked the developers to do when I first joined the forum, the standard migration process I experienced with TCL could have been more perfect, but these are general Linux migration issues, not specific to TCL :)

Topic 2 and 3: I know how AI works from my personal work on SEO about 10 years ago, when AI wasn't very well understood. Every language has its own structure; some words are agglutinative while others are fixed expressions. It's a linguistic problem.

I was in the process of developing a sample spreadsheet algorithm to analyze recurring themes in a book; this algorithm would give the percentages of derivatives of A being added to B and other possible additions. Working on a structure that could generate usable word structures in this way also meant decision percentages. This, without realizing it, led me to work on the concept of artificial intelligence and decision-making, that is, working on a machine with high-level thinking capabilities. Many similar technological revolutions have occurred throughout history. One person invents the telephone, another develops a similar device without even knowing what they're doing; but the real story is that the person who finds the right market succeeds, and that's how human history progresses!

Point 4 is actually a critique. Technically, ideas have become more important than open source code. Previously, closed source code was a structure that expressed the algorithm, the workflow logic of a process. Now, it's not about how everyone learns to code, but how they do it or how they get it done; considering that many large startup companies have brilliant ideas but don't have time to learn programming, yet can find experts to create the program they want, the winner is not the programmer, but the person who created the idea.

Point 5: Artificial intelligence is a search tool; before the internet there were books and libraries, before books there were embossed tablets, before tablets there were cave inscriptions. An AI search system is an advanced search function that prioritizes necessary content while eliminating unnecessary content. It generates information by compiling scientifically proven articles and accepting those with an accuracy rate of 90% or higher, then ranks them in a list of recommendations based on these rates. Ultimately, each search is programmed in a more natural language within this search and result generation algorithm.

All the programming languages ​​we've described are, at the most basic level, assembly languages ​​that provide direct access to hardware. And every programming language developer actually runs the same assembly language with different layers of abstraction; depending on the situation, much more assembly language content is run in the background; two lines of code can run 100 or 1000 lines of assembly code. It's similar to pressing a piano key; you press a single key and hear the sound resulting from the harmonious operation of countless hardware components within it. And in the background, at almost machine language 1010 level, unpredictable vulnerabilities arise due to errors caused by previously undetectable conflicts, requiring a significant amount of time for human verification. And since data analysis and system updates at this level require time and effort beyond physical human labor, artificial intelligence is an inevitable reality at some point. No matter how perfectly you write the program, the problem stems from an error at the machine language level, even beyond a lower ASM layer, that is undetectable by human hands.

Therefore, even an operating system developed by millions of programmers continues to experience current problems due to issues beyond human control.

Because the real problem lies in hardware that is not 100% open source. Even if it were theoretically 100% open source, something is missing. If it weren't missing, everything would be perfect :)

And one final criticism: Does artificial intelligence serve humanity? First of all, there is a huge struggle between commercial giants. Technically, no one turns down the opportunity to use expensive hardware that no one could ever own for free or with limited access via the internet.

It's the same situation as those who wrote books by hand before the printing press and those who write code by hand after AI!!!
« Last Edit: Today at 01:01:37 AM by xor »

Offline xor

  • Hero Member
  • *****
  • Posts: 1286
Re: My experimental AI testing attempt was successful :)
« Reply #5 on: Today at 01:43:51 AM »
There's a logical connection between ignorance and happiness :)

News about a 3% performance increase with a single line of code change :)
https://www.phoronix.com/news/Intel-ANV-BTI-Prefetch


For those who can see the big picture; this single command makes thousands or more ASM-level changes in the background!

There's a logical connection between ignorance and happiness :)
« Last Edit: Today at 01:45:23 AM by xor »