HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jrickert

76 karmajoined 10 jaar geleden
https://github.com/madisonrickert

comments

jrickert
·16 uur geleden·discuss
I think this is a super intriguing project! I’ve been experimenting with some similar work on my old unfinished songs from eons past. It’s been really fulfilling to take that old work and see the original vision spring to life through modern tools.
jrickert
·10 dagen geleden·discuss
Location: Oakland, California

Remote: Yes, preferred. Open to hybrid in SF Bay Area.

Willing to relocate: No

Technologies: Gen AI (both user and engineering side), TypeScript, React, Python, SQL, Rust, cloud infrastructure, video and audio engineering

Résumé/CV: https://linkedin.com/in/madisonrickert

Email: m [at] madisonrickert [dot] com

Open to: Senior SWE, FDE, Solutions Engineer, Senior Backend Engineer.

Domain verticals: AI, video/film tech, audio/music tech, financial tools, realtime software (games, rich interactive UX), business process automation.

Open Source: https://github.com/madisonrickert

Hi, I'm Madison Rickert, a senior software engineer who has been shipping code to production for over 20 years. Experienced engineering leader, presently all-in on agentic engineering, shipping code daily and finding new ways to push the envelope on its capabilities.

I'm an active contributor to several open-source MCP servers, build agent-first CLI tools, solve computer vision problems, and maintain a growing library of agent skills and agent harnesses I rely on daily. For the past five-plus years I've been a partner and the in-house technical force at a creative studio. Before that, I was a senior IC and fractional engineering lead for a variety of startups and nonprofits, working across the full stack and mentoring teams of up to 5. I have a penchant for both business and personal finance. Across my businesses and clients, I've been responsible for managing organizational finances and countless projects with typical budgets in the 5 to 6 figure range. Over the years this led me into financial automation, and I have several open-source projects in my portfolio in areas around agentic financial automation and investment management. I'm also a working musician, and a hyper-organized Burning Man camp lead, best known around the Northern California festival scene for my saxophone performances for crowds up to 3,000 people.

I'm pivoting back to senior IC engineering after a long stretch as partner-operator. I'm excited to keep expanding the capabilities of AI, and my creative-tech and financial background will be a real asset to the right organization. If you're building software for creative work, media systems, music tech, financial tools, or AI tooling, I'd love to hear about it.
jrickert
·vorige maand·discuss
I spent my day hacking on this to see what it’s capable of (built a simple little tool that displays MIDI clips as sheet music: https://github.com/madisonrickert/ableton-sheet-music-extens...)

My initial take on its strengths/weaknesses:

- Strong: Using the TS/JS ecosystem to render UI and tools

- Medium: Creating custom application windows in a web view. Window management features are pretty limited currently (can’t resize or render a native “close” button on the window chrome)

- Strong: Creating custom control panels for integrating with external services (like pushing and pulling audio clips or midi to/from an external service)

- Weak: Anything real-time, that’s still the domain of Max4Live or other control APIs, so don’t expect playback automation

- Medium: Tinkering with the Ableton project, clips, tracks, etc. API surface is still incomplete. Like I can read warp markers but not create them, for example. And I can’t access the global time signature settings.

The extensions are pretty aggressively sandboxed, and I appreciate that security consciousness in this season of the js ecosystem. It’s a hassle though if you want to save or load files outside of your little sandbox folder.
jrickert
·vorige maand·discuss
Location: Oakland, California

Remote: Yes, preferred. Open to hybrid in SF Bay Area.

Willing to relocate: No

Technologies: Gen AI (both user and engineering side), TypeScript, React, Python, SQL, Rust, cloud infrastructure, video and audio engineering

Résumé/CV: https://linkedin.com/in/madisonrickert

Email: m [at] madisonrickert [dot] com

Open to: Senior SWE, FDE, Solutions Engineer, Senior Backend Engineer.

Domain verticals: AI, video/film tech, audio/music tech, financial tools, realtime software (games, rich interactive UX), business process automation.

Open Source: https://github.com/madisonrickert

Hi, I'm Madison Rickert, a senior software engineer who has been shipping code to production for over 20 years. Experienced engineering leader, presently all-in on agentic engineering, shipping code daily and finding new ways to push the envelope on its capabilities.

I'm an active contributor to several open-source MCP servers, build agent-first CLI tools, solve computer vision problems, and maintain a growing library of agent skills and agent harnesses I rely on daily.

For the past five-plus years I've been a partner and the in-house technical force at a creative studio. Before that, I was a senior IC and fractional engineering lead for a variety of startups and nonprofits, working across the full stack and mentoring teams of up to 5.

I have a penchant for both business and personal finance. Across my businesses and clients, I've been responsible for managing organizational finances and countless projects with typical budgets in the 5 to 6 figure range. Over the years this led me into financial automation, and I have several open-source projects in my portfolio in areas around agentic financial automation and investment management.

I'm also a working musician, and a hyper-organized Burning Man camp lead, best known around the Northern California festival scene for my saxophone performances for crowds up to 3,000 people.

I'm pivoting back to senior IC engineering after a long stretch as partner-operator. I'm excited to keep expanding the capabilities of AI, and my creative-tech and financial background will be a real asset to the right organization. If you're building software for creative work, media systems, music tech, financial tools, or AI tooling, I'd love to hear about it.
jrickert
·2 maanden geleden·discuss
Redundant verification is built into the workflow, both at the agent-instruction level and downstream. Reconciling a monthly bank statement with your account register in QuickBooks, for example, has the benefit of making sure you haven’t omitted transactions or added phantom ones, and once you finish reconciling a period you lock the register to prevent further changes. I supervise mutations closely and can relax my oversight when I know there are redundant checks for correctness downstream.

The class of human errors I’m encountering most often are ones caused by missing context: misfiling of transactions because my bookkeeper didn’t recognize a vendor, didn’t know a transaction needed to be attached to a specific project or client, lacked access to my calendar, didn’t have my login to pull receipts, didn’t have time to understand a spreadsheet. Claude has ready access to all of these has been remarkably adept at synthesizing that to help it come at accounting tasks with a level of detailed-oriented obsessiveness that no human I’ve ever hired has shown.
jrickert
·2 maanden geleden·discuss
I’ve given it access to my small business books for the last few months (attended sessions only) and so far it’s helped me clean up countless errors made by humans, at the expense of a small handful of duplicated transactions that got shaken out pretty quickly.
jrickert
·2 maanden geleden·discuss
I’ll admit this article was enough to convince me to port one of my CLI tools from Python to Rust last night and I got a 30x performance gain with a binary 20% of the size. Not bad!