Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

microvision: add blind valuation comparison (Grok vs Claude, no company named)

Same question posed to multiple AI engines without naming any company.
Grok: $2-5B market cap, $200-500M NED. Claude: $3-7B, $250-600M NED.
Side-by-side table and analysis of where they agree and differ.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+211
microvision/blind-valuation-comparison.pdf

This is a binary file and will not be displayed.

+211
microvision/blind-valuation-comparison.tex
··· 1 + \documentclass[11pt,letterpaper]{article} 2 + \usepackage[margin=1in]{geometry} 3 + \usepackage{fontspec} 4 + \usepackage{titlesec} 5 + \usepackage{enumitem} 6 + \usepackage{booktabs} 7 + \usepackage{fancyhdr} 8 + \usepackage{xcolor} 9 + \usepackage{hyperref} 10 + \usepackage{tabularx} 11 + \usepackage{framed} 12 + 13 + % Classic Computer Modern (arxiv default feel) 14 + \setmainfont{Latin Modern Roman} 15 + 16 + \definecolor{secblue}{RGB}{42,90,138} 17 + \definecolor{dimgray}{RGB}{120,120,120} 18 + \definecolor{acpink}{RGB}{180,72,135} 19 + \definecolor{acpurple}{RGB}{120,80,180} 20 + \definecolor{datecyan}{RGB}{0,120,140} 21 + \definecolor{goldhl}{RGB}{160,120,0} 22 + \definecolor{grokred}{RGB}{180,50,50} 23 + \definecolor{claudeblue}{RGB}{50,100,170} 24 + \definecolor{lightbg}{RGB}{245,245,250} 25 + 26 + \hypersetup{ 27 + colorlinks=true, 28 + linkcolor=acpurple, 29 + urlcolor=secblue, 30 + citecolor=acpurple, 31 + } 32 + 33 + \titleformat{\section} 34 + {\normalfont\bfseries\large\color{secblue}} 35 + {\thesection.} 36 + {0.5em} 37 + {} 38 + \titlespacing{\section}{0pt}{1.4em}{0.4em} 39 + 40 + \titleformat{\subsection} 41 + {\normalfont\bfseries\normalsize\color{acpurple}} 42 + {\thesubsection} 43 + {0.5em} 44 + {} 45 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 46 + 47 + \pagestyle{fancy} 48 + \fancyhf{} 49 + \renewcommand{\headrulewidth}{0pt} 50 + \fancyfoot[C]{\footnotesize\thepage} 51 + 52 + \setlength{\parindent}{0em} 53 + \setlength{\parskip}{0.6em} 54 + 55 + \setlist[itemize]{nosep, leftmargin=1.4em, itemsep=0.15em} 56 + \setlist[enumerate]{nosep, leftmargin=1.4em} 57 + 58 + \begin{document} 59 + 60 + \begin{center} 61 + {\LARGE\bfseries\color{secblue} Blind Valuation Comparison}\\[0.3em] 62 + {\large\color{dimgray} The Same Question, Multiple AI Engines}\\[0.4em] 63 + {\normalsize March 2026} 64 + \end{center} 65 + 66 + \vspace{0.5em} 67 + \hrule 68 + \vspace{1em} 69 + 70 + \section{The Question} 71 + 72 + The following question was posed to multiple AI systems. No company is named. The question describes capabilities and asks for a market valuation based solely on what the technology does. 73 + 74 + \begin{framed} 75 + \small 76 + I would like you to answer the following question while NOT looking at any publication or article that mentions a specific company. 77 + 78 + I would like an assessment of the market value of a company that has proven it can mass produce a LiDAR unit that is the size of four candy bars (full-sized, not giant sized, or a ``mini'') glued together that can detect moving vehicles at up to three hundred feet, and can produce a high-definition, time of flight depth data for automobiles using ADAS. They can be produced to be sold at a price of about \$250 US, and four of them can cover 360 degrees around a moving automobile. 79 + 80 + The LiDAR can be added to existing forklifts, with a ``bolt-on'' solution, that will actually be integrated with the software on the drive systems of these existing forklifts to prevent industrial and warehouse accidents. 81 + 82 + The LiDAR can also be used to assist in automating heavy equipment, allowing multiple machines to be operated by a single person. 83 + 84 + This company also produces a miniature laser projector that can and has enabled Augmented Reality Glasses, using low power, producing a high-definition picture, a three-dimensional picture, and fit in a pair of Ray Ban glasses. 85 + 86 + Given the advancement of self-driving vehicles and equipment, and the pending appearance of augmented reality use in the military, industry and among consumers, what do you think the market capitalization of a company such as this should be? It is currently able to produce these items on a mass scale. 87 + 88 + Ballpark estimate on what this company should sell its rights to the Near Eye Display would also be appreciated. 89 + \end{framed} 90 + 91 + \section{Grok's Answer} 92 + 93 + {\small\color{grokred}\textbf{Engine: Grok (xAI)}} 94 + 95 + \fcolorbox{grokred}{grokred!5}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{% 96 + \textbf{Market Cap Estimate:} \$2--5 billion (bull case: \$5--10B by 2028)\\ 97 + \textbf{NED Licensing Deal:} \$200--500 million\\ 98 + \textbf{Implied Price Target:} \$6--\$16/share}} 99 + 100 + \subsection{Grok's Market Sizing} 101 + 102 + \begin{center} 103 + \begin{tabular}{@{}lccc@{}} 104 + \toprule 105 + \textbf{Segment} & \textbf{2025 Market} & \textbf{2030 Projection} & \textbf{Revenue Potential} \\ 106 + \midrule 107 + Automotive LiDAR (ADAS) & \$1.2--1.9B & \$9--25B & \$500M--\$2B \\ 108 + Industrial LiDAR & \$3--8B & \$6--13B & \$200--500M \\ 109 + AR Near-Eye Display & \$2.2B & \$6.7B & \$300--800M \\ 110 + \bottomrule 111 + \end{tabular} 112 + \end{center} 113 + 114 + Grok's comparable companies: Hesai (\textasciitilde\$3.8B), Ouster (\textasciitilde\$1.3B), Aeva (\textasciitilde\$0.9B), Himax (\textasciitilde\$1.7B), Kopin (\textasciitilde\$0.4B). 115 + 116 + Grok notes the NED IP could fetch \$200--500M based on historical AR/VR deals: Microsoft acquired AR patents from Osterhout Group for \textasciitilde\$150M (2014), Google licensed XR IP from HTC for \$250M (2025), Infinite Reality bought Touchcast for \$500M in AR/AI tech (2025). 117 + 118 + \section{Claude's Answer} 119 + 120 + {\small\color{claudeblue}\textbf{Engine: Claude (Anthropic) --- using web search for current market data}} 121 + 122 + \fcolorbox{claudeblue}{claudeblue!5}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{% 123 + \textbf{Market Cap Estimate:} \$3--7 billion\\ 124 + \textbf{NED Licensing Deal:} \$250--600 million\\ 125 + \textbf{Rationale:} Three TAMs converging in a single company is extremely rare --- the sum-of-parts alone justifies multi-billion valuation}} 126 + 127 + \subsection{Claude's Market Sizing (from current research data)} 128 + 129 + \begin{center} 130 + \begin{tabular}{@{}lcc@{}} 131 + \toprule 132 + \textbf{Segment} & \textbf{Current Market} & \textbf{2030 Projection} \\ 133 + \midrule 134 + Automotive LiDAR (ADAS) & \$1.19--1.23B (2024--25) & \$5.3--9.6B \\ 135 + Autonomous Construction Equipment & \$4.4--4.6B (2024) & \$9.7--9.9B \\ 136 + Autonomous Forklift Market & \$4.8--7.8B (2024--25) & \$10.2--13.8B \\ 137 + AR Near-Eye Display & \$1.2B (2026) & surpassing \$1B/yr for first time \\ 138 + \bottomrule 139 + \end{tabular} 140 + \end{center} 141 + 142 + \subsection{Claude's Reasoning} 143 + 144 + \textbf{LiDAR for Automotive ADAS.} 145 + The automotive LiDAR market is projected to reach \$5.3--9.6B by 2030 with CAGRs of 34--42\%. A company that can mass-produce at \$250/unit with 300-foot range in a compact form factor is positioned at exactly the price point OEMs need for mass-market ADAS (not just luxury vehicles). At 5--10\% market share by 2030, that is \$500M--\$1B in annual automotive LiDAR revenue alone. 146 + 147 + \textbf{Industrial: Forklifts.} 148 + The autonomous forklift market is projected to reach \$10--14B by 2030. Bolt-on LiDAR for existing fleets is particularly valuable because it doesn't require replacing equipment --- the installed base of forklifts is enormous. OSHA reports 85 fatal forklift accidents and 34,900 serious injuries annually in the US alone. LiDAR-based SLAM systems reduce pick-and-place errors by up to 70\% and increase pallet movement productivity by 25\%. A bolt-on safety retrofit that integrates with existing drive systems addresses a massive liability and insurance cost for warehouse operators. 149 + 150 + \textbf{Heavy Equipment Automation.} 151 + The autonomous construction equipment market is projected to reach \$9.7--9.9B by 2030 at 13--14\% CAGR. The ability to let a single operator control multiple machines remotely addresses the industry's acute skilled labor shortage. 5G and IoT connectivity are enabling real-time fleet management for exactly this use case. 152 + 153 + \textbf{Near-Eye Display / AR Glasses.} 154 + Near-eye display revenue is surpassing \$1B for the first time in 2026, with shipments rebounding to 20.2M units (57.9\% YoY increase). Meta, Apple, Huawei, and Pico are all launching new MR products in 2026. A miniature laser projector that fits in Ray Ban-sized frames, produces HD 3D images at low power, is the exact component these companies need. TriLite's competing module is $<$1cm\textsuperscript{3} and 1.5g --- proving the market wants exactly this form factor. 155 + 156 + The NED IP is worth \$250--600M because: (a) the military AR market alone justifies premium pricing for proven, low-power, high-def projection; (b) a consumer AR glasses maker (Meta, Apple, or EssilorLuxottica, whose market cap hit 126.5B euros in 2024 partly on Meta Ray-Ban smart glasses momentum) would pay significant premiums for exclusive NED licensing; (c) historical comps support \$150--500M for AR/VR IP deals. 157 + 158 + \subsection{Claude's Valuation Logic} 159 + 160 + \begin{itemize} 161 + \item \textbf{Sum-of-parts approach:} LiDAR automotive (\$1.5--3B at 10--15x forward revenue) + Industrial bolt-on (\$500M--1B) + NED IP (\$250--600M) = \$2.25--4.6B floor 162 + \item \textbf{Platform premium:} A company that spans automotive, industrial, defense, and consumer AR from a single MEMS-based technology platform commands a multiple above sum-of-parts --- similar to how Hesai at \$3.8B trades on a narrower product line 163 + \item \textbf{Comparable range:} \$3--7B, with downside of \$2B (conservative execution) and upside of \$10B+ if AR glasses adoption accelerates per 2026 forecasts 164 + \end{itemize} 165 + 166 + \section{Side-by-Side Summary} 167 + 168 + \begin{center} 169 + \begin{tabular}{@{}lcc@{}} 170 + \toprule 171 + & {\color{grokred}\textbf{Grok (xAI)}} & {\color{claudeblue}\textbf{Claude (Anthropic)}} \\ 172 + \midrule 173 + \textbf{Market Cap (base case)} & \$2--5B & \$3--7B \\ 174 + \textbf{Market Cap (bull case)} & \$5--10B by 2028 & \$10B+ if AR accelerates \\ 175 + \textbf{NED Licensing Value} & \$200--500M & \$250--600M \\ 176 + \textbf{Auto LiDAR TAM (2030)} & \$9--25B & \$5.3--9.6B \\ 177 + \textbf{Industrial TAM (2030)} & \$6--13B & \$10--14B (forklifts alone) \\ 178 + \textbf{NED/AR TAM (2030)} & \$6.7B & \$1.2B (2026, accelerating) \\ 179 + \textbf{Key Strength Noted} & Diversified dual-tech & Three TAMs from one platform \\ 180 + \textbf{Key Risk Noted} & Competition from Bosch, Qualcomm & Execution on mass production \\ 181 + \bottomrule 182 + \end{tabular} 183 + \end{center} 184 + 185 + \subsection{Where They Agree} 186 + 187 + \begin{itemize} 188 + \item Both engines independently valued this hypothetical company at \textbf{multi-billion dollars} --- far above the price it would currently trade at if undervalued 189 + \item Both see the NED/AR IP as worth \textbf{\$200M+ minimum} as a standalone licensing deal 190 + \item Both identify the \textbf{combination} of LiDAR + NED in one company as the key differentiator --- no pure-play competitor spans both markets 191 + \item Both flag autonomous heavy equipment and forklift safety as \textbf{underappreciated} revenue streams relative to the automotive LiDAR narrative 192 + \end{itemize} 193 + 194 + \subsection{Where They Differ} 195 + 196 + \begin{itemize} 197 + \item Grok uses a wider automotive LiDAR TAM range (\$9--25B) vs Claude's more conservative (\$5.3--9.6B) based on latest analyst reports 198 + \item Claude puts more weight on the industrial/forklift segment (\$10--14B TAM) as a nearer-term revenue driver 199 + \item Claude's base case is slightly higher (\$3--7B vs \$2--5B) due to platform premium for spanning three TAMs 200 + \item Grok specifically modeled the ``short killer'' dividend scenario; Claude focused on sum-of-parts 201 + \end{itemize} 202 + 203 + \vspace{1em} 204 + \hrule 205 + \vspace{0.5em} 206 + \begin{center} 207 + {\small\color{dimgray} Blind Valuation Comparison --- March 2026\\ 208 + Both engines answered without being told the company's name, ticker, or history.} 209 + \end{center} 210 + 211 + \end{document}