• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • dowonseo 4 hours

    If the agent could read info like the manual and had a memory system logging vehicle operation data, this seems like it would get pretty useful over time

  • wahid_seddiqi 17 minutes

    [flagged]

  • SmallUseful 10 hours

    [dead]

  • 9 hours

  • ellis0n 6 hours

    Awesome!

  • shahariaa 9 hours

    [dead]

  • bitwize 1 hours

    Now make it talk in a Fuchikoma voice.

  • jiangriver66 5 hours

    [flagged]

  • 15 hours

  • nacs 4 hours

    What's the point in having it use an offline LLM if it still requires an internet connection to send all your chat messages through the "Groupmind" paid service?

    Seems like the real purpose of this project was to plug Groupmind and whatever else the author made.

    tzs 3 hours

    Isn't that covered in the second paragraph of the post, and in this section [1] of the README at the linked site?

    [1] https://github.com/ThinkOffApp/CarWatch#local-vs-online-the-...

  • hypfer 10 hours

    What is the LLM doing there?

    Why does it need to be hooked up to the car for you to ask it which type of engine oil the manual recommends?

    What is the point?

    art222 9 hours

    [flagged]

  • rpcope1 2 hours

    > stuff like changing AC

    Maybe it's different in the People's Republic of Europe or wherever, but either that's a translation error or I don't understand, but I would be interested to see how quickly the EPA gets mad when Claude tells you to recover your R134a to the atmosphere.

    meatmanek 2 hours

    I assume it means changing the settings like fan speed or target temperature.

  • Robdel12 8 hours

    I will shamelessly plug https://pitstop.app. I've been working on this for years and I work on/race cars regularly.

    I wouldn't fully trust LLMs with this :p BUT this project is still really freaking sweet.

    apinstein 6 hours

    Very cool! Working on a product for in-care use as well, complementary to this. Would love to talk shop!

  • tessierashpool 10 hours

    I scanned this README looking for the part written by a human and gave up when I realized there wasn't one.

    the Mermaid diagram doesn't even render.

    thoughtbefore 9 hours

    Is code more like poetry, or more like a recipe?

    almogo 10 hours

    Criminally claude-authored. All the typical watermarked shit. Getting real tired of this.

  • Reubachi 10 hours

    I'm currently integrating one for simple diagnostic readouts to integrated small touchscreen. The main goal being a retro looking display that mainly dumps ODB data/monitors, but also reads maps data to show a "waypointer" a la crazy taxi. (This is proving difficult)

    Respectfully, I don't think this is....real?

    -I mean, getting the absolute basic bits like diag codes converted from the odb 2 data to some program w/ a graphic interface is about as far as people get, if they can get passed the power and power on/off conundrums.

    -If you get that far, How in the lord's name did you manage to seemingly....MITM the vehicles cloud service (climate/locks/remote start) using raspian or whatever? IE; how are you able to establish a TLS connection (yeah, like that lingo?) from the raspberry to the manufacturer API? I think the manufacturer would be interested, as you have functionaley made another key to the car.

    -A more important question....what purpose does this serve? IE; the cloud connection/controller is in the car. I can't imagine it's easier to connect to the rasp shell (is it on 24/7?) to connect to the car app to turn on the ac.

    - I assume you have one of the "big boy" ones with more WAM. THat said.....are you implying by saying "the pie can actually run qwen" that you are running it locally? if so.....erm...I need reciepts. Cuz idk what that even means nowadays.

    Maybe i'm just jaded because my "crazy, crazy taxi style waymarker + ODB2" monitor isn't progressing, but this is...fishy

    rpcope1 3 hours

    I have no idea on OP, but as far as a waypointer, have been in the area of building bespoke automotive telemetry solutions for a while now (including reversing some existing tools), I would wager that something like the Freematics One+ could do it easily if you combine the IMU with the GPS data (I've managed to get good data for something similar this way). The Freematics dongle does suck in comparison to even the now gone STN2120 as it artificially bottlenecks PID data retrieval on the CAN by the boneheaded design of the STM32 coprocessor firmware, but it probably would work well for your use case.

    EDIT: I've actually got a couple cars with the One+ B, doing that sort analysis/data capture, so speaking from actual experience here.

    VTimofeenko 10 hours

    From readme:

    """

    Unverified against the real car — it will confirm or refute itself on the next drive

    """

    Looks like a ton of this is aspirational.

    For your project -- do you really need the car's GPS positioning? Could go with a dedicated GPS antenna, like the freematics dongle

  • yjftsjthsd-h 10 hours

    What's the hardware situation to get OBD data?

    Alive-in-2025 10 hours

    You get a bluetooth device that plugs into the odb port, or a patch cord that you connect to your raspberry pi. There are fancier ones with more features, that can do more than just report signals like watch for certain signals or changes.

    https://www.amazon.com/s?k=obd+bluetooth+adapter

  • walrus01 4 hours

    It's unfortunate that a 16GB raspberry pi is so incredibly expensive now. Fascinating how we've scope creeped over the years from the original $30 or $35 raspberry pi SBC to this.

    blululu 4 hours

    FWIW you can still buy a B+ for like $30. They just aren’t that useful.

    https://www.adafruit.com/product/1914?src=raspberrypi

    walrus01 4 hours

    You can buy a pi 4 1GB for $49 CAD which is pretty close to the original price, especially accounting for USD:CAD conversion and inflation in the last 12 years. That's a much more normal price for something with all the I/O pins of a raspberry pi. I would never in my life even think of trying to run a LLM of that size on one (spending $300+ on the board just to do so), it's really just a weird use...

  • dofm 10 hours

    Cool — but is that model really the right choice for the task?

    I guess it is only 3B active which helps a lot but is Gemma 4 E4B not more practical?

    aamargulies 8 hours

    Qwen3.5-4B would be a good (better?) candidate. It uses a gated, deltanet hybrid, so your KV cache stays nearly flat as context grows, important for RAM-constrained environments like the Pi.

    0xbadcafebee 10 hours

    Qwen 4B and 9B should be faster and better reasoning than Gemma 4 E4B. Other good options for that much RAM are Gemma 4 12b and 31b. Gemma 4 E4B would be better for native audio, but OP is using Whisper for STT so prob doesn't matter

    dofm 9 hours

    The issue is not RAM size. It's memory bandwidth!

    The 12B and 31B models will be useless on a Pi 5; maybe the 12B can be persuaded to run, but it may not manage more than one token per second. It only manages 17GB/s memory bandwidth (I have seen a suggestion that the 4GB model manages more).

    But yes — some sort of small reasoning-oriented model (Ornith?) seems a better candidate than Qwen 35B.

    (Don't get me wrong, I think the 35B model is ace… just seems like at least an unusual choice here)

  • ehnto 9 hours

    Fair warning, I have found local models and frontier models to be very bad at the specifics when it comes to cars.

    Small differences like month and year model can impact oil capacity, oil weight and things like that, the details that matter quite a bit.

    I found frontier models couldn't get things like what engine was in a 1994 Nissan Skyline, one of the more infamous and talked about cars on internet forums for decades, with dedicated fan databases that would have been scraped.

    Questions like "what air filter do I need for my 1994 Suzuki Swift?" are hit and miss.

    alexandra_au 5 hours

    It's nothing that tool calling/feeding it the correct information can't solve

    whalesalad 5 hours

    Just a few hours ago I gave ChatGPT my window sticker and the installation manual for a new suspension setup. I asked for new hardware that would typically be replaced during this install, like torque-to-yield bolts and fasteners. I also asked for new oil filters. I got a comprehensive grid of the exact part numbers needed in a nice dense table. sol 5.6 high is my daily driver.

    HPsquared 57 minutes

    You really need something smart enough to browse through the parts etc suppliers and find links.

    King-Aaron 12 minutes

    You'll be re-buying half those parts when the part numbers come back incorrect, lol

    ssl-3 3 hours

    > sol 5.6 high is my daily driver.

    Mine, too.

    Did you fact-check the output?

    I've found the bot to be particularly bad at stuff like producing accurate lists of parts to replace during automotive projects.

    javier123454321 9 hours

    This seems to be trained(? or referencing) on the specific cars' owner's manual.

    8 hours

    efskap 6 hours

    Yeah referencing is the way to go, as even finetuning probably captures style more than concrete facts. I know with large context windows we don't really RAG anymore, but for owner's manual lookup with a smaller model it seems ideal.

    Something every LLM user ends up learning is that they're far better used as search and summarization tools than as knowledge databases in themselves.

    HPsquared 58 minutes

    The hard part is finding the correct owners manual. Also in many cases the owners manual is generic and covers many options and trim levels.

    Edit: this applies to service manuals too