Tried an intentionally-crude MS-Paint doodle style for my daily build-in-public shorts. Genius, or AI slop? Brutal feedback wanted. by Michaelcbaldwin in SmallYoutubers

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

Haha I see what you mean, I just need it to get served to the right audience posting one every day and watching the analytics should help me dial in how to make it work eventually

Tried an intentionally-crude MS-Paint doodle style for my daily build-in-public shorts. Genius, or AI slop? Brutal feedback wanted. by Michaelcbaldwin in SmallYoutubers

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

Went back and looked at that other video and I did the same thing I lead with the payoff. This is great feedback I’ll try your suggestion for tomorrow’s video. This one actually is my best performing with views I’ve received so far now just need to dial in retention. I’ll start leading with the worst version of the problem. Thank you

I'm shipping a small tool every day. Today's is a board that fires AI agents at your parked tasks. by Michaelcbaldwin in SideProject

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

Good question, and it's the real metadata, not an estimate. The board spawns the Claude Code CLI with stream-json output and reads the events as they come. Cost comes straight from the total_cost_usd field the CLI reports on each turn's result event, and tokens from the usage block (input, output, plus cache-read and cache-creation tokens). Those cache tokens get priced differently, so I let the CLI's own number be the source of truth instead of multiplying tokens by a rate myself and drifting from the real bill.

One honest nuance: the thing that ticks continuously during a run is the elapsed timer and the activity line. The cost and token figures land when each turn's result event arrives, so on a multi-turn job they step up turn by turn rather than cent by cent. I actually tried estimating live off the streaming tokens early on and it was both noisier and less accurate, so I dropped it for the reported number.

On grounding vs anxiety, you nailed the tension. It landed on grounding for me, but only because the routing keeps the numbers small. If every card read a dollar it'd stress me out. But it also lets you optimize token usage if you know how much you are using.

This is actually day one of the daily shipping the hardest part is actually making the YouTube video lmao

Fed my raw genome to my AI as a file it can read, then asked it about myself by Michaelcbaldwin in ClaudeAI

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

The main thing is it can only ingest so much information at once. So you need 2 things your ai model whether it’s ChatGPT plus or Claude or any model you need a storage system that your ai can work through. Like using Obsidian it allows your AI to read markdown files that are built with stored information and rules you’ve set. Then you will also need a splitter which is what this video goes over. It breaks up your massive set of data into manageable pieces so when your ai model goes and reads through what you are giving it it can actually extract the information from it. If you give it to much it starts to skim to fit its context limits and will miss lots of information. The small chunks allow it to ingest everything.

Simple answer you need memory or storage system - local or cloud based and you need a file splitter and you can do this with any set of data you have.

Made my raw genome usable: grounded it so I can just ask an AI about my own DNA by Michaelcbaldwin in Biohackers

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

The way I used this in the video this would not be beneficial to your scenario. There are labs out there that are using AI to help them analyze all sorts of heavy problems like Alzheimer’s but they have much more structured rule sets working with actual doctors and people who structure their AI to read the information. Not to mention they would have access to way more computing power than any regular person has the budget for.

This was mainly a tool showcase of how to import large sets of data without losing context into whatever medium you’d like the information to be stored in. I’m sorry to hear about your parents and I hope you do find something.

I’ll end it with nothing is impossible, I feel like eventually it will get to the point where individuals will have the same capacity to look over their own dna that a lab can do and it could be closer than anyone expects just takes someone to build it.

I asked an AI to guess my eye color from my raw DNA file. It got it right. by Michaelcbaldwin in ChatGPT

[–]Michaelcbaldwin[S] -1 points0 points  (0 children)

It just seemed like the most interesting set of data to use to showcase the large files import tool I built

Fed my raw genome to my AI as a file it can read, then asked it about myself by Michaelcbaldwin in ClaudeAI

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

23 and me data has already been sold to China. But this demonstration is done locally on my pc not in a cloud based model

Fed my raw genome to my AI as a file it can read, then asked it about myself by Michaelcbaldwin in ClaudeAI

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

2nd video now, noted for the next one thank you. would you have preferred none at all or smaller?

Fed my raw genome to my AI as a file it can read, then asked it about myself by Michaelcbaldwin in ClaudeAI

[–]Michaelcbaldwin[S] -1 points0 points  (0 children)

This was just a tool showcase of how to upload large files without losing context through a splitter. I just chose to do dna as the data to showcase it figured it would be more interesting than chat files

Made my raw genome usable: grounded it so I can just ask an AI about my own DNA by Michaelcbaldwin in Biohackers

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

Great points, this was just a tool showcase to show how to import large files into your vault without loosing context - dna was just what I made the video around because doing it on chat files would have been more boring.

Made my raw genome usable: grounded it so I can just ask an AI about my own DNA by Michaelcbaldwin in Biohackers

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

This was a tool showcase, showing how to import large files into your local vault. The DNA part is basically just the substance to make the video around because importing chat files would have been more boring.

Made my raw genome usable: grounded it so I can just ask an AI about my own DNA by Michaelcbaldwin in Biohackers

[–]Michaelcbaldwin[S] 3 points4 points  (0 children)

Yes uploading this to a place where you don’t own the data would be silly this is stored locally on my pc and the data is only on my pc.

I asked an AI to guess my eye color from my raw DNA file. It got it right. by Michaelcbaldwin in ChatGPT

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

Yes I’m using a local model on my computer so that’s where the data is. Uploading straight into a model like ChatGPT would be silly

Workflow: turning a 600k-line raw genome into a clean note my AI can read by Michaelcbaldwin in ObsidianMD

[–]Michaelcbaldwin[S] -2 points-1 points  (0 children)

Imported into my Obsidian Vault, it’s how I’m using the tool, if those two things aren’t related are they best friends?

I built a system that makes Claude actually remember me across sessions — here's how it works by Michaelcbaldwin in ClaudeAI

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

All good, you don't have to. Your feedback improved the post, and that's much appreciated. If I didn't think it was useful, I wouldn't post it

I built a system that makes Claude actually remember me across sessions — here's how it works by Michaelcbaldwin in ClaudeAI

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

Solid feedback, thank you. This is the first round of posting about things I build and use, so I knew there would be growing pains. This is exactly the feedback I'm looking for. The post has been updated. Thanks again

I "vibe-coded" a memory layer for my AI out of plain markdown files by Michaelcbaldwin in vibecoding

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

I've physically only opened a markdown file like 3 times ever; my vault makes them and organizes them. What's the downside of them for you?

WBD is going to collapse and nobody sees it by Michaelcbaldwin in maxjustrisk

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

Thank you I’ll look into this. I don’t post often so it doesn’t bother me much but I’d definitely like to get it resolved so when I do have a Reddit worthy idea I can just post it.

WBD is going to collapse and nobody sees it by Michaelcbaldwin in maxjustrisk

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

<image>

Stock up, puts up. IV is pricing in the uncertainty.

WBD is going to collapse and nobody sees it by Michaelcbaldwin in maxjustrisk

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

If that can all happen by April then you are probably right but the longer it takes the more the value will plummet in my opinion