Abstract. Five Battleship admirals from OpenCompletion played a seeded round robin & solo clears on the random boards from the 2024 post. Pooled over every solo board played, an exact placement-density grid sinks a fleet in 45.7 ± 1.9 shots. Jev, TypeSafe's decision model, played a dozen ways on top …
We just harvested uncloseai: Machine Learning Inference Client Reference Manual. 454 pages. 58 implementations across languages. 5 days from seed to harvest (October 11-16, 2025).
This seems like permacomputer agriculture. We don't write books. We grow them.
a permacomputer
At unturf. we're building a permacomputer. Not a machine. An ecosystem …
Introducing SLOP: A Simple Language Open Protocol for Machine Learning Interaction
This post introduces the SLOP project, a community-driven effort to standardize Machine Learning API interactions. I'm Russell (fxhp), and I'm excited to share how this project came together and how you can get involved!
A Community Effort Kicked Off …
Note
This post is a follow-up to our original post published on 2024-10-21. Over the last few months, we've partnered with TDC - the disruptive collective to make cutting-edge Machine Learning models accessible from any device, via our always available model servers to our new bot's for discord, matrix, & web!
Overview …
Hey all I created ai.unturf.com and uncloseai.js over the past two weeks & this post introduces them to make Machine Learning more accessible to everyone.
The Machine Learning service is powered by the model Nous Research's adamo1139/Hermes-3-Llama-3.1-8B-FP8-Dynamic. Our mission is to provide accessible Machine Learning tools …
Important: In my research so far, nobody seems to have a definite answer for how many unique non-overlapping battleship configurations there truely are...
In this blog post, we explore the process of generating all possible configurations of a Battleship game board using Python. Our goal is to efficiently generate a …
As a seasoned Python developer, I've always appreciated the versatility and power of Python. I found out today that when it comes to handling high-volume API requests, CPU performance can be a bottleneck and cause stability issues if not throttled to around 80% utilization. I conducted a performance comparison between …
This tutorial demonstrates enhancing Dry's Sample Chat Game by integrating OpenAI's language models, enabling the game to provide intelligent, Machine Learning-driven responses to user queries. Dry, the successor to Urho3D, offers a comprehensive framework for developing 2D and 3D games. Leveraging LLMs within the Dry engine opens up new possibilities …