Is AI a tool that can aide boaters?

jssailem

SBO Weather and Forecasting Forum Jim & John
Oct 22, 2014
24,531
CAL 35 Cruiser #21 moored EVERETT WA
Last September, I posted this message wondering how long it would be before AI intruded on my sailing.

Just today, I discovered that AI is here. It has a beginning price tag of 10,000 euro

 
May 17, 2004
6,148
Beneteau Oceanis 37 Havre de Grace
Less than two years after this thread was started I have a sailing related AI use case that would’ve been pretty unimaginable then - I spent an evening prompting Gemini, and “vibe coded” a web application to use as a logbook. With one summary prompt to get started and maybe 10 prompts to revise and debug what it built I have a working website that can pretty much replace my older spreadsheet logs. There are a few more features I’d like to add. One will be a function to query the log in natural language for questions like “when did I last clean my winches” or “how many miles have I gone so far this year compared to my average”. But for a couple hours of tinkering without touching any actual code myself this is a pretty interesting start.

1775272900170.png


1775272824726.png
 
  • Like
Likes: mermike

jssailem

SBO Weather and Forecasting Forum Jim & John
Oct 22, 2014
24,531
CAL 35 Cruiser #21 moored EVERETT WA
Thank you for triggering me to review what I posted in 2024. A lot has changed. AI is empowering individuals, with an understanding of what they want to accomplish, with the tools to write code to create new tools. Like having a smart computer coder in your back room (iPhone/Laptop) to write the APP to work on the hardware you possess.

Now that is pretty cool, and what an advancement in 19 months.

How tight was the code? Did you review the code? How did it differ from what you would have written?
 
May 17, 2004
6,148
Beneteau Oceanis 37 Havre de Grace
How tight was the code? Did you review the code? How did it differ from what you would have written?
I haven’t looked it over yet. This was literally just a couple hours of intermittent prompting while I watched TV. I think as I try to add more functionality I’ll be able to tell whether the foundation was good enough to be modular and extensible, or if it’s all spaghetti that needs to get rewritten for each new change. From other pure AI code I’ve seen I certainly don’t expect it to be perfect. But for a quick personal utility or a prototype that could be good enough.
 
  • Like
Likes: jssailem
May 17, 2004
6,148
Beneteau Oceanis 37 Havre de Grace
Here’s another interesting use I don’t think we really reconized when this thread started - I took all of the manuals I had as PDF’s for things like my engine and instruments and put them in a Google Notebook LM. With that I can use Google’s AI to ask natural language questions like “what oil should I use for my transmission”, or “what’s the displacement of my boat”. The answers include citations to the original text so I can see it’s not hallucinating. I also asked it questions like “what is the color code for the paint on my engine”, that I know isn’t in the files. It correctly told me it didn’t know, no random guessing, and it suggested that since it’s a Yanmar the common Yanmar Gray could be a good choice for touch-ups.
 
Jan 11, 2014
14,002
Sabre 362 113 Fair Haven, NY
Here’s another interesting use I don’t think we really reconized when this thread started - I took all of the manuals I had as PDF’s for things like my engine and instruments and put them in a Google Notebook LM. With that I can use Google’s AI to ask natural language questions like “what oil should I use for my transmission”, or “what’s the displacement of my boat”. The answers include citations to the original text so I can see it’s not hallucinating. I also asked it questions like “what is the color code for the paint on my engine”, that I know isn’t in the files. It correctly told me it didn’t know, no random guessing, and it suggested that since it’s a Yanmar the common Yanmar Gray could be a good choice for touch-ups.
So, AI becomes a personalized search engine on a closed finite data set. A handy use and time saver.
 
Feb 26, 2004
23,336
Catalina 34 224 Maple Bay, BC, Canada
on a closed finite data set.
Very astute observation.
It appears from my wide-ranging reading on this AI "issue" that AI has extremely excellent results when the SOURCE material is well defined and "vetted" as reliable. Open sourced, unverified material that an AI engine may use in response to a question remains as questionable as the material it used, and should be suspect to "trust but verify," just like any manual search one could perform.
That's why it is so good at coding, math and medical, but questionable in, say, boating. :banghead: I'm sure medical AI doesn't use Web MD as source. :yikes:
 
Jan 11, 2014
14,002
Sabre 362 113 Fair Haven, NY
That's why it is so good at coding, math and medical, but questionable in, say, boating.
In the medical world there is often considerable symptom overlap, a cluster of symptoms can be diagnostic of more than one disease. My fake heart attack last summer was a good example of that.
 

jssailem

SBO Weather and Forecasting Forum Jim & John
Oct 22, 2014
24,531
CAL 35 Cruiser #21 moored EVERETT WA
but questionable in, say, boating.
Perhaps.

Maybe it is not the subject application, but a better understanding of the tool and how to harness its power.

Here is an example. In my youth, Arvel Gentry was a Boeing Engineer and Sailor. He challenged the conventional wisdom, which was my curriculum, from successful racing sailors in Southern California.

Arvel Gentry (1933-2015) was an aerodynamicist. He had a plentiful professional career, including having been involved in aerodynamics research at the biggest aircraft companies in the world, like NACA, Lockheed, Douglas, McDonnell Douglas, and Boeing. His name rose to sailing-fame on the early 1970's when he published many sail aerodynamic articles aimed at the average sailor, and changed sailing forever. His approach to sailing from a scientific point of view started an evolving process whose outcomes we see now everywhere, both in the aero and hydrodynamic fields of sailing.​
Using Gentry as a reference point, I asked Claude and Grok (2 popular AI programs) to answer this sailing question:

Using Arvel Gentry's research on sails and boat racing summaize the trimming of a jib and main sail for optimum performance in a 10 knot and 15 knot wind when there is a 3-foot sea running towards the direction of the boat.

The response took less than 60 seconds to prepare in each system. I believe it was instructive.


 
Feb 26, 2004
23,336
Catalina 34 224 Maple Bay, BC, Canada
Maybe it is not the subject application, but a better understanding of the tool and how to harness its power.
Using Gentry as a reference point,
John, doesn't your input here just reinforce my point?
has extremely excellent results when the SOURCE material is well defined and "vetted" as reliable.
Thanks. You used a very good example, too.
Interestingly, I have found that Arvel's work is excellent and "usable" although "heavy" in verbiage. The most useful Sail Trim material I have found after reading all of Sail magazine's material and their two books (often at odds from article to article within!), is Don Guilette's Sail Trim Users Guide available right here on this very website: https://shop.sailboatowners.com/prod.php?51998
 
Last edited:
Nov 21, 2012
807
Momentarily Boatless Port Ludlow, WA
I vibe coded a boat selection app based on Analytical Hierarchy Process. Took about an hour to create a functional, standalone web app.

Then i had it code an app to capture and edit settings from an Arco Zeus voltage regulator, so I could edit from the desktop.

Then i uploaded ABYC standards E-10 and E-11. I added a PDF of an electrical schematic I drew. It spit out a circuit schedule that was about 80% complete and told me where it had questions about the fusing.

This week I told Claude I was driving to California from Boise and wanted a route with some primitive camping along the way. We stopped at Walker Lake and just pulled in to Alabama Hills. Both good suggestions.

The more I use it the more freaked out I am.
 
  • Like
Likes: jssailem

jssailem

SBO Weather and Forecasting Forum Jim & John
Oct 22, 2014
24,531
CAL 35 Cruiser #21 moored EVERETT WA
Stu. It is about perspective. I am not ready to let AI run my life, nor tell me how to sail my boat. I feel like I did in early 1985 about computer solutions to mathematical problems. Everyone was jumping on board with Visicalc, Lotus 123, etc. Most had forgotten how to calculate mathematical formulae. They would build a spreadsheet and put in some data and numbers, then declare that because the computer produced an answer, it was the gospel truth. :yikes:

When Google did a search for data, the solutions must be factual in the late 90's. :yikes:

Nowadays, we know those were fallacies. AI is in it's inface. It is far more powerful than either of those apps. It has way more capacity to sort through data and assemble it. The quickness of the process leads to a bias that the answer must be valid. This is a false result.

On the other hand, we can recognize such limits (biases) and harness them to find useful solutions.
 
  • Like
Likes: BigEasy
May 17, 2004
6,148
Beneteau Oceanis 37 Havre de Grace
For fun I just vibe coded a little web app where I could create AI bots and have them discuss topics among themselves. For something I spent only a few minutes on it's a pretty fun little social experiment. I started by making three bots - a forward leaning technology lover, a conservative old salt, and a balanced realist. Then I told them to discuss the value of a fancy new chartplotter. They could just keep going around in circles forever, but here's how they started -

1783559462968.png


Beyond the entertainment value I could imagine this being an interesting brainstorming tool or devil's advocate if I were looking to think through a topic.
 
Jun 25, 2004
603
Hunter 306 Pasadena MD
Just for an interesting data point (where "interesting" is in the eye of the reader, and I'm not sure this is responsive to the original posting): I asked Claude.ai (Anthropic) a week or so ago, whether a Yanmar 2GM20F has zinc anodes.

Now I'll admit in advance that I was 98% sure I knew the answer ("no"), so it was purely an exploration of how accurate the AI engine was at this point in time. And I will also state up front that I'm far from being an "AI is worthless" naysayer. I think the major AI engines are very valuable, but that they are always to be taken as a starting point for further research. All answers should be assumed to be possibly wrong until verified by checking the original sources.

1) So the exact question I asked was "Does a Yanmar 2GM20F have zinc anodes?". The answer was:
"Yes — the Yanmar 2GM20F, being a raw-water-cooled marine diesel, has at least one zinc anode in its cooling system."
...and it went on for a while from there, spouting nonsense.

2) My follow-up question was "No, the 2GM20F is a fresh water cooled engine. The raw water cooled version is the 2GM20". The answer was (truncating somewhat):
"You're right, and thanks for the catch — I had that backwards.
To be precise:
  • 2GM20 (raw water cooled): seawater is pumped directly through the engine block, no heat exchanger involved in engine cooling.
  • 2GM20F (freshwater cooled): the engine runs on a closed freshwater/coolant loop, and that loop is cooled by raw seawater passing through a heat exchanger.
So for your 2GM20F, yes — it still has a zinc anode, and it lives in the heat exchanger, since that's the point where raw seawater contacts the cooling system. It's a pencil-style zinc threaded into the heat exchanger end cap, typically inspected every 100 hours or once a season."

3) I was sort of sure that this was also nonsense (I didn't think there was a zinc in the heat exchanger). So my 3rd question was: "I see nothing on the parts diagram for the 2GM20F heat exchanger about a zinc anode. Can you give me a reference for that?"

The answer was:
"You're right again, and this is genuinely useful to nail down. Looking at the parts catalog directly:
2GM20 (raw water cooled) — the parts catalog confirms two zinc anodes (part #27210-200300, "ZINC, ANTI-CORROSIVE"): one in the cylinder block (Fig. 1, item 18) and one in the cylinder head area (Fig. 2, item 21). This pencil anode fits all versions of 2GM/2GM20, requiring two anodes — one in the side of the block and one in the rear of the head.
2GM20F (freshwater cooled) — there's no zinc anode on the parts diagram, and that's not an omission. The Yanmar 2GM20F heat exchanger is made of cupronickel, and owners who researched this with Yanmar dealers confirmed there are no zincs on the engine or heat exchanger because that alloy is corrosion-resistant enough not to need one. One owner thread put it directly: a Yanmar heat exchanger is made from a nickel/copper alloy that's highly resistant to galvanic corrosion, so Yanmar's engineers didn't design in an anode for the F-series. SailNetSailboat Owners Forums
So to correct myself fully: the 2GM20F is designed with zero factory zinc anodes — the cupronickel heat exchanger is the corrosion protection. Some owners add an aftermarket inline zinc for peace of mind (especially if there's other dissimilar metal in the raw water circuit, like a bronze impeller housing or seacock), but that's not a stock Yanmar part and isn't on the official diagram.
The only other thing to watch on an F-series is shaft/prop zincs and any external bonding system on the boat itself — separate from the engine."

Anyway, I've gotten a ton of useful information from asking claude.ai and chatGPT questions over the past year*, but I've also been misled perhaps half the time. I think these queries are way more valuable than a general search engine search from 3 years ago, but they are also still full of patently, obviously false information. Garbage in, garbage out still rules. It's always nice to be told how smart you are, and what a good question you asked, but you need to take it all with a huge grain of salt.

* on the negative side: I was completely misled about a Verizon PLYB-122 settop box error, which I still haven't resolved.
* on the positive side: I got some really good information about fixing my Chamberlain/LiftMaster garage door opener. It was either the door sensors ($10 for new aftermarket parts, which was not the problem, but who cares: it was $10), or the logic board. The logic board won, but was only $20 less than a complete new garage door opener, which is the way I went.
 
Jan 1, 2006
7,985
Slickcraft 26 Sailfish
Ugh! Is there no where I can hide from technology? Nothing about AI has, is, or will make my life less complicated. Luddite here. I am obsolete and I am embracing that. I don’t want AI running my life. But it seems I have no choice.
 

jssailem

SBO Weather and Forecasting Forum Jim & John
Oct 22, 2014
24,531
CAL 35 Cruiser #21 moored EVERETT WA
Interesting outcome @jaysweet. Your info confirms an AI issue. Like the search engines before them, AI is only as good as the AI database it uses.

I did an AI search using the exact same query, and the answer was different "NO".

It reported using this source. A blast from the past. Could you have found this using a Query search in SBO? Would it have taken 6.9 seconds and been supported by 33 source documents?

AI is a tool. Learning to use it is like learning to use a search engine or a spreadsheet from the 1990's

1783605011315.png
 
May 17, 2004
6,148
Beneteau Oceanis 37 Havre de Grace
Interesting outcome @jaysweet. Your info confirms an AI issue. Like the search engines before them, AI is only as good as the AI database it uses.

I did an AI search using the exact same query, and the answer was different "NO".

It reported using this source. A blast from the past. Could you have found this using a Query search in SBO? Would it have taken 6.9 seconds and been supported by 33 source documents?

AI is a tool. Learning to use it is like learning to use a search engine or a spreadsheet from the 1990's

View attachment 238477
Yes, the data sources are the key. I mentioned a few posts above that I created a Google Notebook with just my user manuals. I just went there and asked it whether my 3YM30 has a zinc, and it correctly told me it does not. By tying the response to the data I’ve referenced it didn’t get bogged down with random forum posts and any other misdirection.
 
Jun 25, 2004
603
Hunter 306 Pasadena MD
Ugh! Is there no where I can hide from technology? Nothing about AI has, is, or will make my life less complicated. Luddite here. I am obsolete and I am embracing that. I don’t want AI running my life. But it seems I have no choice.
If you haven't done anything with AI, it's really pretty simple if all you're interested in is using it to answer questions. It really acts just like a normal web search, except with super powers. For example, instead of googling (or duckduckgo-ing, or whatever your favorite search engine is) "Yanmar 2GM20F zinc anode" and plowing through the results yourself, you ask the question either directly on the chagGPT website, or if you do it as a normal search engine search, they've started feeding the question to their in-house AI, so you get the normal search results, plus what the search engine AI thinks a good answer is.

It's really kind of fun: just create an account at chatGPT.com or claude.ai, and start asking questions. Just remember that you have to check the results by following up on a few other websites.
 
Jan 1, 2006
7,985
Slickcraft 26 Sailfish
I will admit that I have clicked on AI search results in Safari or Duck and I have noticed that the results are less ad influenced that just a regular search. That much is true.
As far as creating an account at chatGPT or claude I think I would rather be dragged across hot coals naked on my stomach. I respect the other posters and even envy their skills but they have a different concept of what fun is..
And the last thing I want is AI tracking my questions.