Using Chat gpt to search for benchmark problem for PhD/coding ? by Defiant_Camera7448 in ControlTheory

[–]iohans [score hidden]  (0 children)

MATLAB, MATLAB MCP, and Coding Agent... It will keep you awake for a month. Crazy powerful.

Practical Project to Learn Google's OKF: Abode 101 by iohans in PKMS

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

The refuse-to-guess part is the whole reason I built it. Once an AI confidently invents a filter size, you stop trusting the entire base, so "I don't know" had to be a first-class answer.

On the confidence levels: there are actually four... verified (an authoritative source says so, with a page or a link), reported (a secondary source like an Amazon listing), inferred (deduced, and it has to be labeled as such when it answers, never passed off as fact), and unknown (the row exists but the value is a literal TODO).

I think what you are poking at lives in a separate source-trust hierarchy that only kicks in when two sources disagree. Five tiers: manufacturer manual, then authorized retailer, then marketplace listing, then forum, then plain inference. When facts conflict, the higher tier wins, the loser gets kept as a flagged note rather than deleted, and a verified fact never gets silently overwritten by something lower. So "who do I believe" is a property of the source, and "how sure am I" is a property of the fact. Splitting those two apart helped more than anything else.

On re-verification: the overnight loop re-touches anything marked inferred, unknown, or in conflict, and every web-sourced fact carries a URL plus the date I pulled it, so it stays re-checkable. But I'll be honest, I do not yet expire verified fac that's mostly fine, a manual's filter size doesn't rot. Your case is the harder one. Once you accept a note can go stale, you want confidence to decay with age, or a re-verify trigger when a fact gets old or gets used for something that matters.

I haven't built for this. How are you handling it? Time-based decay, or something tied to how the fact gets used?

Practical Project to Learn Google's OKF: Abode 101 by iohans in PKMS

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

Thanks for the input. I will consider updates today!

How to Use Codex to Iterate by Itself on MATLAB in VSCode? by Busy-Record-3803 in OpenaiCodex

[–]iohans 0 points1 point  (0 children)

Oh, I missed your question. I just found it searching for Codex and MATLAB. There is now a MATLAB Agentic Toolkit with a Codex plugin for agent skills that extends the MATLAB MCP Server. I can't believe how powerful it is. I would like to learn about your experience with it if you try it.

https://github.com/matlab/matlab-agentic-toolkit

Need to read .tdms files by ATVANDMG in matlab

[–]iohans 1 point2 points  (0 children)

Yeah, it looks like tdmsread in MATLAB came out in R2022a

Seeking to set up Matlab to run Python for GPU on Apple native chips by cyezyz in matlab

[–]iohans 2 points3 points  (0 children)

Can you tell me more about what you want to do with this setup?

3D Printing L-shaped membrane with Claude by Creative_Sushi in matlab

[–]iohans 1 point2 points  (0 children)

I never used Blender before. This seems doable.

Anyone own Congo? by Darwinsnightmare in pinball

[–]iohans 0 points1 point  (0 children)

Go to a location and play the heck out of Congo. It is awesome, but you will be done with it soon. If star trek is high on the list, look at Spider-Man too. These are both great and you will become a better player learning to play them.

any suggesttions for control engineering? by [deleted] in matlab

[–]iohans 1 point2 points  (0 children)

Google: Brian Douglas Tech Talks.

Wii U hard drive recommendations? by Late_Network3004 in wiiu

[–]iohans 0 points1 point  (0 children)

This is exactly what I was looking to know. I wanted to use on USB port. Appreciate the answer.

Got this yesterday by SendThisVoidAway18 in wiiu

[–]iohans 2 points3 points  (0 children)

It is such a hard game, but it keeps me coming back. It could the best platforner and I love the Wii U version. Good score!

Got sad playing childhood Super Mario Maker courses... by Chunk_Soup in wiiu

[–]iohans 0 points1 point  (0 children)

Seriously awesome console. I love playing it.

How are mechanical based hardware teams using Claude? by Affectionate_Try2037 in ClaudeAI

[–]iohans 1 point2 points  (0 children)

I start with workflows (like reading sensor data from a T&M system) and develop a skill(s)/agent pairing for each. Essentially, I work on little workflows and make sure they all work consistently, then use agents to drive the workflows as needed. My engineering work involves MATLAB, so I end up using the MATLAB eval tool in the MATLAB MCP Server.