<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Logair.ai</title>
	<atom:link href="https://logair.ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://logair.ai</link>
	<description>Bringing the power of AI to your maintenance tasks</description>
	<lastBuildDate>Sun, 08 Mar 2026 21:29:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://logair.ai/wp-content/uploads/2025/10/cropped-FavIcon200x-32x32.png</url>
	<title>Logair.ai</title>
	<link>https://logair.ai</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AI Builds a Maintenance Spreadsheet</title>
		<link>https://logair.ai/ai-builds-a-maintenance-spreadsheet/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Sat, 07 Mar 2026 23:31:36 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=719</guid>

					<description><![CDATA[We know AIs are getting better and better at producing meaningful results. What if AI could construct a simple Maintenance Tracker spreadsheet from your data? That would certainly save some time. Well with the LogAir.ai system and a little bit of AI know how you can do this easily. First let&#8217;s ask NotebookLM, charged with [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>We know AIs are getting better and better at producing meaningful results. What if AI could construct a simple Maintenance Tracker spreadsheet from your data? That would certainly save some time.</p>



<p>Well with the LogAir.ai system and a little bit of AI know how you can do this easily.</p>



<p>First let&#8217;s ask NotebookLM, charged with your aircraft data, to give us the data needed to build a spread sheet. NotebookLM will know the recurring maintenance items and their Time In Service (TIS). It will also know recurring items like recurring ADs. To put this together we&#8217;ll ask the AI to output everything we need to build a spreadsheet. We ask this in JSON format &#8212; JavaScript Object Notation &#8212; a format well known to both AI systems and spreadsheet programs. Here&#8217;s the prompt:</p>



<figure class="wp-block-image size-full has-custom-border"><img fetchpriority="high" decoding="async" width="827" height="587" src="https://logair.ai/wp-content/uploads/2026/03/PromptToNotebookLM.png" alt="" class="wp-image-720" style="border-width:4px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px" srcset="https://logair.ai/wp-content/uploads/2026/03/PromptToNotebookLM.png 827w, https://logair.ai/wp-content/uploads/2026/03/PromptToNotebookLM-300x213.png 300w, https://logair.ai/wp-content/uploads/2026/03/PromptToNotebookLM-768x545.png 768w, https://logair.ai/wp-content/uploads/2026/03/PromptToNotebookLM-600x426.png 600w" sizes="(max-width: 827px) 100vw, 827px" /><figcaption class="wp-element-caption">Prompt to NotebookLM asking it to prepare data for a spreadsheet</figcaption></figure>



<p>Ok a slight twist now.  One would hope you could go right to Gemini and ask it to make  a spreadsheet.  The only issue, <strong><em>Gemini doesn&#8217;t yet know how to make a spreadsheet.</em></strong>  Oh well, let&#8217;s try OpenAI.  Guess what? <strong><em> OpenAI will happily create and output a downloadable .xlsx file.</em></strong>   It pays to shop around.  </p>



<p>Ok so I paste my JSON data into the chat window of an OpenAI and ask for a spreadsheet to track aircraft maintenance.  I asked for a set of cells in the upper left hand portion of the spreadsheet to enter the Hobbs time and date.  <strong><em>It knows how to handle the items either by Hobbs time or calendar time.</em></strong></p>



<p></p>



<div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex">
<div style="height:100px;width:328px" aria-hidden="true" class="wp-block-spacer wp-container-content-02b7a5fa"></div>


    <div id="plb-gallery-1"
         class="plb-gallery"
         style="--plb-columns:3;"
         data-plb-config='{"speed":300,"fadeSpeed":400,"showCaptions":true,"items":[{"full":"https:\/\/logair.ai\/wp-content\/uploads\/2026\/03\/AircraftMaintenanceTrackerDueSoon.png","thumb":"https:\/\/logair.ai\/wp-content\/uploads\/2026\/03\/AircraftMaintenanceTrackerDueSoon-1024x644.png","width":1218,"height":766,"alt":"AircraftMaintenanceTrackerDueSoon","caption":"AircraftMaintenanceTrackerDueSoon"}]}'>

                    <button class="plb-thumb-btn"
                    aria-label="View image 1"
                    data-index="0">
                <img decoding="async" src="https://logair.ai/wp-content/uploads/2026/03/AircraftMaintenanceTrackerDueSoon-1024x644.png"
                     alt="AircraftMaintenanceTrackerDueSoon"
                     loading="lazy">
            </button>
        
    </div>

    
</div>



<p class="is-style-text-annotation is-style-text-annotation--2"><strong><em>Click for larger</em></strong></p>



<p>OpenAI took a few  minutes to return this file. Quite frankly, I am amazed at how good a job it did constructing the spreadsheet. The machine knows the difference between calendar time maintenance and operational hours (Hobbs) maintenance. The due soon feature is a nice touch. I didn&#8217;t ask for that. It would have taken me several hours by hand.</p>



<p>Now that you understand the process, it&#8217;s an easy matter to revise the resulting spreadsheet by prompting the NotebookLM model or OpenAI.</p>



<p>Let me know if you find this helpful&#8230;</p>



<p><em>&#8211;paul</em></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sun-N-Fun 2026, ABS Magazine Article</title>
		<link>https://logair.ai/sun-n-fun-2026-abs-magazine-article/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Tue, 03 Mar 2026 15:47:16 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=699</guid>

					<description><![CDATA[Presentations: Sun-N-Fun &#8211; Lakeland Florida, April 15-16 11:00amI&#8217;ll be speaking at Sun-N-Fun on How AI is Bring Insights to Maintenance Logs. We&#8217;ll let you know where we are and where we&#8217;re headed. Ariticles: American Bonanza Society Magazine &#8211; February 2026 issue: How AI Unlocks the Hidden Intelligence in Maintenance Logs]]></description>
										<content:encoded><![CDATA[
<p>Presentations:</p>



<p><strong>Sun-N-Fun &#8211; Lakeland Florida, April 15-16 11:00am</strong><br>I&#8217;ll be speaking at Sun-N-Fun on How AI is Bring Insights to Maintenance Logs.  We&#8217;ll let you know where we are and where we&#8217;re headed.</p>



<p>Ariticles:</p>



<p><em><strong>American Bonanza Society Magazine &#8211; February 2026</strong></em> issue: <strong><em><a href="https://logair.ai/wp-content/uploads/2026/02/HowAIUnlocksHiddenIntelliceneABSMagFeb2026.pdf">How AI Unlocks the Hidden Intelligence in Maintenance Logs</a></em></strong></p>



<figure class="wp-block-image size-full"><a href="https://logair.ai/wp-content/uploads/2026/02/HowAIUnlocksHiddenIntelliceneABSMagFeb2026.pdf"><img decoding="async" width="803" height="495" src="https://logair.ai/wp-content/uploads/2026/02/ABSSnap.png" alt="" class="wp-image-565" srcset="https://logair.ai/wp-content/uploads/2026/02/ABSSnap.png 803w, https://logair.ai/wp-content/uploads/2026/02/ABSSnap-300x185.png 300w, https://logair.ai/wp-content/uploads/2026/02/ABSSnap-768x473.png 768w, https://logair.ai/wp-content/uploads/2026/02/ABSSnap-600x370.png 600w" sizes="(max-width: 803px) 100vw, 803px" /></a></figure>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Scanning Your Logbooks</title>
		<link>https://logair.ai/scanning-your-logbooks/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 13:39:21 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[Scanning]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=388</guid>

					<description><![CDATA[Hint: Use Your Phone I get a number of questions about scanning logs. The most important thing is to avoid procrastination and make some time to get the task done. It&#8217;s really inexpensive to use a cell phone camera to PDF scanner application. Many modern cell phones have camera resolutions that will yield a greater [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="is-style-text-subtitle is-style-text-subtitle--4"><strong>Hint: Use Your Phone</strong></p>



<p>I get a number of questions about scanning logs.  The most important thing is to avoid procrastination and make some time to get the task done.  </p>



<p>It&#8217;s really inexpensive to use a cell phone camera to PDF scanner application.  Many modern cell phones have camera resolutions that will yield a greater than 300 DPI scan for an 8 1/2 x 11 in page.  Remember to scan everything in your log.  It&#8217;s a pain to unstaple the 8130 forms, scan and reattach them, but this adds value to the scanned record.   In this way you get overhaul information including who overhauled the part and its serial number.  Sometimes ADs pertain to certain serial numbered parts.  The RAG-AI can keep track of it all.</p>



<p>Make sure the 8130 or other forms you find in your logbook are scanned in the order they appear in your logs.  For best results scan those tags with a separate scan which will form a separate page.  It&#8217;s best not to have any scan that is bigger than 8 1/2 x 11 inches.</p>



<p>Another consideration is that we don&#8217;t need to do Optical Character Recognition (OCR) on these files.  Leave them as image PDFs.  The Google AI API in the LogAir.ai system is by far the best OCR and the files will be converted on the fly when using the LogAir.ai system.</p>



<p>Their are various YouTube videos explaining using your phone to do the scanning.  One of my favorite ones is here:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Scan Your Aircraft&#039;s Logbooks with Your Cell Phone" width="500" height="281" src="https://www.youtube.com/embed/6SaKxswDqI8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>German, Spanish?</title>
		<link>https://logair.ai/german-spanish/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Tue, 11 Nov 2025 02:48:24 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=367</guid>

					<description><![CDATA[I talked with a Baron owner today, he mentioned that his aircraft was at one time operating in Germany and that a portion of his logs were in German. I wondered if this would be a problem for the Google AI we&#8217;re depending on for our OCR capabilities at LogAir.ai. As I suspected, the Google [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>I talked with a Baron owner today, he mentioned that his aircraft was at one time operating in Germany and that a portion of his logs were in German.  I wondered if this would be a problem for the Google AI we&#8217;re depending on for our OCR capabilities at LogAir.ai.  As I suspected, the Google Documentation API which does the original OCR of maintenance logs, recognizes Germain as well as Spanish, and about 130 other languages.<br><br>So while we haven&#8217;t converted any foreign language logs, it should be entirely possible to do this and print them in English with a simple command.</p>



<p>We&#8217;ll let you know how this goes.</p>



<p></p>



<p>&#8211;paul</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>We Rely on Google AI</title>
		<link>https://logair.ai/why-we-rely-on-google-ai/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Thu, 23 Oct 2025 16:32:59 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[AI General]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=267</guid>

					<description><![CDATA[I was doing some coding on Anthropic&#8217;d Claude AI the other day. We&#8217;re writing code to implement RAG-AI on all the larger AI players. After changing some initial prompts, I was comparing the results Claude and the Sonnet 4.5 model we were testing with those from Google&#8217;s Notebook LM. I didn&#8217;t ask for a comparison [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>I was doing some coding on Anthropic&#8217;d Claude AI the other day. We&#8217;re writing code to implement RAG-AI on all the larger AI players. <br><br>After changing some initial prompts, I was comparing the results Claude and the Sonnet 4.5 model we were testing with those from Google&#8217;s Notebook LM. I didn&#8217;t ask for a comparison but this is what Claude had to say about the Google product:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="785" height="163" src="https://logair.ai/wp-content/uploads/2025/10/TheTruthAboutNotebookLM.png" alt="Google" class="wp-image-268" srcset="https://logair.ai/wp-content/uploads/2025/10/TheTruthAboutNotebookLM.png 785w, https://logair.ai/wp-content/uploads/2025/10/TheTruthAboutNotebookLM-600x125.png 600w, https://logair.ai/wp-content/uploads/2025/10/TheTruthAboutNotebookLM-300x62.png 300w, https://logair.ai/wp-content/uploads/2025/10/TheTruthAboutNotebookLM-768x159.png 768w" sizes="auto, (max-width: 785px) 100vw, 785px" /><figcaption class="wp-element-caption">Claude&#8217;s (Sonnet 4.5) comment about Googles AI Process.  October 2025</figcaption></figure>



<p>Ok me in a weird space as one AI is complementing another AI.  Interesting times we live in.</p>



<p>&#8211;paul</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Detailed Reports</title>
		<link>https://logair.ai/detailed-reports/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Fri, 17 Oct 2025 08:41:25 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=250</guid>

					<description><![CDATA[Once you have finished building the RAG-AI corpus with your log data, we can ask some interesting questions. In this case for a twin engine Baron, we want to know how old the accessories are on the engines. Ask yourself how long it would take you to look this information up in your aircraft logs:]]></description>
										<content:encoded><![CDATA[
<p>Once you have finished building the RAG-AI corpus with your log data, we can ask some interesting questions. In this case for a twin engine Baron, we want to know how old the accessories are on the engines.</p>



<p>Ask yourself how long it would take you to look this information up in your aircraft logs:</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="352" height="1024" src="https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-352x1024.png" alt="" class="wp-image-257" srcset="https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-352x1024.png 352w, https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-scaled-600x1747.png 600w, https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-103x300.png 103w, https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-768x2237.png 768w, https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-703x2048.png 703w, https://logair.ai/wp-content/uploads/2025/10/N155JA-AircraftAccessoriesMaintenanceData-scaled.png 879w" sizes="auto, (max-width: 352px) 100vw, 352px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Keep Flying!</title>
		<link>https://logair.ai/keep-flying/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Tue, 14 Oct 2025 23:31:19 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSV Values]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=1</guid>

					<description><![CDATA[A Story of Compressions Here&#8217;s a little exercise on what you can do with RAG-AI and ChatGPT. Total time to get this data in this form was about two minutes. Let’s ask a simple question of LogAir.ai charged with my maintenance data, “Give me CSV values of the compressions on the right engine over the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading is-style-text-subtitle is-style-text-subtitle--6">A Story of Compressions</h1>



<p>Here&#8217;s a little exercise on what you can do with RAG-AI and ChatGPT.  Total time to get this data in this form was about two minutes.</p>



<p>Let’s ask a simple question of LogAir.ai charged with my maintenance data, <strong>“Give me CSV values of the compressions on the right engine over the past six years.”</strong></p>



<p>I get the values after a few seconds. I copy the CSV values and run them over to ChatGPT and ask it, <strong>“Graph these values”</strong> I get:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="642" height="404" src="https://logair.ai/wp-content/uploads/2025/10/RightVales.png" alt="" class="wp-image-68" srcset="https://logair.ai/wp-content/uploads/2025/10/RightVales.png 642w, https://logair.ai/wp-content/uploads/2025/10/RightVales-600x378.png 600w, https://logair.ai/wp-content/uploads/2025/10/RightVales-300x189.png 300w" sizes="auto, (max-width: 642px) 100vw, 642px" /></figure>



<p>Wow, that last annual wasn’t so good. Truth be told, we had some major avionics work going on and the Baron had been sitting a lot, not being flown probably a month prior.</p>



<p>Ok, wow. Gives me an idea. When will this engine be totally done? I think the lower limit for cylinders is a compression value of 30 PSI. When is that going to happen?</p>



<p>I suspect the engine will be using so much oil by then, I won’t be able to take any long trips ;). Hopefully, the cam and lifters will hold up as well. I know I’m just playing here. But here’s the output:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="825" height="533" src="https://logair.ai/wp-content/uploads/2025/10/KeepFlying.png" alt="" class="wp-image-67" srcset="https://logair.ai/wp-content/uploads/2025/10/KeepFlying.png 825w, https://logair.ai/wp-content/uploads/2025/10/KeepFlying-600x388.png 600w, https://logair.ai/wp-content/uploads/2025/10/KeepFlying-300x194.png 300w, https://logair.ai/wp-content/uploads/2025/10/KeepFlying-768x496.png 768w" sizes="auto, (max-width: 825px) 100vw, 825px" /></figure>



<p> Great in 2040 I’ll be 86. No reason to stop flying!</p>



<p>&#8211;paul</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>It&#8217;s a Trap</title>
		<link>https://logair.ai/its-a-trap/</link>
		
		<dc:creator><![CDATA[Paul Stavrides]]></dc:creator>
		<pubDate>Mon, 13 Oct 2025 19:44:07 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://logair.ai/?p=164</guid>

					<description><![CDATA[Just like Star Wars&#8217; Admiral Ackbar said. If you are using the FAA&#8217;s Dynamic Regulatory System to look up your aircraft&#8217;s airworthiness directives (ADs), did you know you are using a system that&#8217;s not an official source? FAA documents explicitly state that the DRS is not the &#8220;official system of record&#8221;. The official record resides [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Just like Star Wars&#8217; Admiral Ackbar said.</p>



<p>If you are using the FAA&#8217;s<strong><em> Dynamic Regulatory System</em></strong> to look up your aircraft&#8217;s airworthiness directives (ADs), did you know you are using a system that&#8217;s not an official source?</p>



<p>FAA documents explicitly state that the DRS is not the &#8220;official system of record&#8221;. The official record resides with the Office of Primary Responsibility (OPR) for each document according to FAA records management programs.</p>



<p>The only official source of information about ADs is the <strong><em>Federal Register</em></strong>.</p>



<p>The LogAir.ai staff have developed software to search the <strong><em>Federal</em></strong> <strong><em>Register</em></strong> for AD data. Only in this way do you know you have the unassailable answer.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="462" src="https://logair.ai/wp-content/uploads/2025/10/FedReg-1024x462.png" alt="" class="wp-image-168" srcset="https://logair.ai/wp-content/uploads/2025/10/FedReg-1024x462.png 1024w, https://logair.ai/wp-content/uploads/2025/10/FedReg-600x271.png 600w, https://logair.ai/wp-content/uploads/2025/10/FedReg-300x135.png 300w, https://logair.ai/wp-content/uploads/2025/10/FedReg-768x347.png 768w, https://logair.ai/wp-content/uploads/2025/10/FedReg-1536x693.png 1536w, https://logair.ai/wp-content/uploads/2025/10/FedReg.png 1994w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>PS: Both the DRS and Federal Register now appear to be offline as far as AD searches go.  Ah Gov&#8217;t shutdowns.</p>



<p>PPS: Somebody wisely pointed out that having our app search the canonical <em>Federal Register</em> was as removed as having the FAA&#8217;s DRS search the <em>Federal Register.</em> Quite true. Our app will however produce the query used to get the data so you can apply it to the <em>Federal Register</em> yourself if you so desire.</p>



<p>&#8211;paul </p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
