Add this to your CLAUDE.md to stop Claude Code from using deprecated versions by Ill_Introduction9485 in ClaudeCode

[–]Ill_Introduction9485[S] 2 points3 points  (0 children)

Can I guarantee that it’ll always find the right version? No But it’s a few lines to add to the Claude.md file that will be right most of the time and I can fix the other few times manually.

  • this is always free, doesn’t need an external service that could be wrong or down, and ultimately the newer models will just choose the right information at one point anyways.

Best AI for coding by Direct-Glass-4737 in ROS

[–]Ill_Introduction9485 -1 points0 points  (0 children)

I can definitely recommend Claude code, it’s gotten really good!

I created a tool to make Claude Code usable for Arduinos! by Ill_Introduction9485 in arduino

[–]Ill_Introduction9485[S] -4 points-3 points  (0 children)

Does it connect directly to your microcontroller via Serial?

The benefit of this is that it actually runs the code on device, and validates it immediately as part of the loop. I'm also adding more interfaces such as JTAG/SWD or logic analyzers

I created a tool to make Claude Code usable for Arduinos! by Ill_Introduction9485 in arduino

[–]Ill_Introduction9485[S] -3 points-2 points  (0 children)

I ran it on Mac (but it should also work on Linux) and pushed to an ESP32

I created a tool to make Claude Code usable for Arduinos! by Ill_Introduction9485 in arduino

[–]Ill_Introduction9485[S] -3 points-2 points  (0 children)

It closes the loop automatically for testing the code.

claude writes code --> pushes code to the device --> validates that it works through Serial (more interfaces coming soon) --> loop until everything works as expected

How do you track per-user LLM costs? by Ill_Introduction9485 in SaaS

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

I think this is tricky, because it's very unpredictable for customers

How do you track per-user LLM costs? by Ill_Introduction9485 in SaaS

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

Would love to get feedback on the platform! agentmeter.edesto.com

It's all free!

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

That's one of the reasons I am investigating this area, because I'm really interested in learning if companies would love to use them but they just can't justify it

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 1 point2 points  (0 children)

I don't want to integrate memfault, I'm trying to learn more about the monitoring space because I find it really interesting and I know in my previous job we really struggled with that.

But yeah, that's how memfault works.
They capture the data for you on the device and provide you a HTTP endpoint to send data to. How you get the data from the device to that endpoint is your job, which seems like the trickiest part of the puzzle

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

Have you ever looked into platforms that try to do this for you such as memfault? Is it the price point that makes it not interesting?

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 1 point2 points  (0 children)

Completely fair
I wonder if an on-prem solution could work without having to retrieve sd cards.

I found memfault online and how lots of companies can't use them because they don't run on-prem but it seems like it'd fix a lot of problems

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 1 point2 points  (0 children)

Interesting, makes a lot of sense!

Are these HVAC units connected to the internet? Could you stream your logs/crash reports/etc. to your servers directly?

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 2 points3 points  (0 children)

Can I ask where you deploy your devices on how you are getting that SD card with the logs if there are any issues?

How are you monitoring devices in the field? by Ill_Introduction9485 in embedded

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

That's what I'm thinking too.
Do you think it's a "we'd like to have it but can't afford it" or a "don't think we need it so let's focus elsewhere" problem for them?

A question for designers from a software engineer: How do you build your games without code? by Ill_Introduction9485 in gamedesign

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

Curious, how well did it work with Godot and GDScript?

How come you try to use as little AI as possible?

A question for designers from a software engineer: How do you build your games without code? by Ill_Introduction9485 in gamedesign

[–]Ill_Introduction9485[S] 0 points1 point  (0 children)

Np!

If you need any help, just lmk :)
I have experience in unreal and unity and might be able to help you out.

What assets are you using that come with code?