My Local AI Showing off

Daestrum

Expert
Licensed User
Longtime User
I have a local AI running (only 30B model) - been giving it tools to use. Saw a post on forum (wait for question), so asked nemo to look. This was the answer (formatting is rough but ignore that)

Just thought I would share.
 

Daestrum

Expert
Licensed User
Longtime User
It's like a kid with a new toy. But (unlike a kid) he knows his limits.
 

Daestrum

Expert
Licensed User
Longtime User
Gave it a bigger task

You: Design a simple sliding‑tile puzzle based on a 3×3 magic square.
The puzzle must include one blank tile (like the classic 15‑puzzle).
Explain your reasoning step‑by‑step, especially how you handle the blank tile.
The goal is for the player to slide tiles until the grid forms a valid 3×3 magic square.
The blank tile should not count toward any row/column/diagonal sums.
Then create a small playable version in a single HTML file using plain JavaScript.

First attempt: had 4 single char errors (it used c instead of bc in the code)

After I told it the minor errors, it produced the version below. (it completely re-wrote all the logic)
 

Attachments

  • slide-v2.zip
    1.7 KB · Views: 39
Last edited:

Daestrum

Expert
Licensed User
Longtime User
Been writing a hot-swappable tool system for it, it can keep 10 in memory, but has unlimited reserve tools it can promote to live tools. Largest tool so far is 11k - pure C#.
The whole tool system is in C# (sorry Erel - python in B4J was too slow).
The AI decide which tool to use as they are all self describing, so it picks the one for the job (or chain of them if needed).
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…