HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vcodes

no profile record

Submissions

Show HN: Logcat.ai – Observability for Android, Telecom, Automotive System Logs

logcat.ai
1 points·by vcodes·قبل 4 أشهر·3 comments

comments

vcodes
·قبل 4 أشهر·discuss
also, not sure how to send a note on HN hah. I don't think there's a DM feature on this platform
vcodes
·قبل 4 أشهر·discuss
great question:

1. telecom trace logs are huge in volume. Even the 1M context window won't be sufficient. To give you a perspective - a 2 minute modem activity could lead to 25 million lines of traces.

2. Hypothetically, let's say there ever was a AI model which had enough context window to accommodate that kind of volume, it's still a one shot analysis. Every telecom trace is different (even if taken from same device). There are bursts of errors, there's a ton of noise (more than 80%) and < 20% signal. LLMs can't differentiate between the two.

3. Telecom traces can be proprietary, requiring dedicated on-prem solutions that only SaaS can deliver. Further, a SaaS approach is essential to meet enterprise requirements, guarantee accuracy and consistency, and most importantly integration into engineering workflows - because, at the end that's the important point, which is to reduce the time spent by engineers in an org on mundane tasks.

4. For bugreports, the same logic applies. One-shot analysis is insufficient and causes hallucinations. In addition, Android bugreports are super fragmented - OEM variations, Android variations, proprietary Android changes and their logs, huge volume of logs and the need for orchestration, dedicated focus on the fast evolving Android landscape (1 new release every year).

General purpose AI models can never meet the requirements of specialized, mission critical domains that logcat.ai targets.