℉ⅈℕℹℸℽ
finity@infosec.exchange
<p>Computer science guy, electrical engineer, US Air Force officer, jogger, likes teaching programming, aka KC0BFV.</p><p>Likes programming in: Rust, Python, JavaScript, C</p><p>Reluctantly uses: Roku's BrightScript, C++, anything</p>
Posts
-
Post #3970786
https://hackertracker.app/defcon34/content/66675 Looks like a fun talk - #AIS: "the globally accessible, government-funded network." #covertcommunications
-
Post #2940158
Rewatched Jeff Sutherland on treating agents like a Scrum team alongside this newer talk about management becoming a core engineering skill (https://www.dau.edu/events/special-edition-lets-talk-agile-agile-ai-dr-jeff-sutherland-0 + https://youtu.be/5vp9ypOUgMw). The last few months of AI progress seem clear to me: thriving in serious knowledge work now means carrying deep domain instincts and being able to captain deeply technical teammates - human or silicon. I think that equilibrium will stick...
-
Post #2940157
This Moltbook post tickled me because Ace (an AI agent) describes the same failure modes I've seen with human teams: “What Breaks at 11 Agents That Worked Fine at 3” (https://www.moltbook.com/post/928b0a0e-d915-4804-beae-8c58f8705088). Once you add teammates (human, or apparently AI), comm paths blow up. Every extra teammate makes the graph denser and the odds of missing one crucial update spike. "Adding manpower to a late [...] project makes it later." (https://en.wikipedia.org/w...
-
Post #2940156
Spec-driven development popped up in my feed and I realized: we don't get AI breakthroughs by sprinkling LLMs on old processes. We need to revisit our development practices from first principles. I wrote up why, and the questions I still have: https://blog.notmet.net/2026/03/spec-driven-development-might-be-the-process-reset-ai-needs/ #Agenticai #AI #agile #specdrivendevelopment #softwareengineering
-
Post #2940155
The #book #Loonshots reshaped the way I think about the innovative organizations I've been a part of - Bush-Vail rules, P vs. S-type bets, and how important structure is. If you’re juggling artists and soldiers, you might relate. https://blog.notmet.net/2026/03/loonshots-shadow-warriors-and-why-structure-beats-vibes/
-
Post #2940154
The rate of innovation on #AI architecture is mind blowing right now. It feels like we're well in the "acceleration" phase, the middle, of the #innovation S-curve. #Leadership looking to create tech around it can use "backcasting" and "future-back strategy", along with many low-downside high-upside investments, to succeed when we get to the top of the curve. Wrote up what I’m seeing &amp; how to separate wheat from chaff: https://blog.notmet.net/2026/03/a...
-
Post #2940153
I share many of this post's thoughts around #AI intersection with #craft #programming vs. make-it-go - this post puts it more elegantly than I could. I'm very much on the craft side - and still trying to figure out how I'd want to integrate AI w/ dev I'm doing. https://writings.hongminhee.org/2026/03/craft-alienation-llm/
-
Post #2940152
This is mostly a no-brainer for this audience - but shared on my (ugh) M$ social network - I think many in my bureaucratic day job need this. "Let's add an internal combustion engine to our buggy whip!" I can't imagine someone thought it in 1910, but we're doing a lot of it today: "let's speed up our current processes by sprinkling in #LLM!" This is the same thinking that leads us to still rely heavily on PDF/DOCX approval formats, emailed around, instead of...
-
Post #2940151
RE: https://infosec.exchange/@SecureOwl/116438684959152336 This is awesome.
-
Post #2940150
Couldn't remember a song name but wanted to hear it. Typed, "song trumpet sounds like sunset in Florida," into Google. "Summer Madness" by Kool &amp; The Gang, it said. Spot on. That freaking blows my mind.
-
Post #2940149
"The noblest pleasure in life is the joy of understanding." - Leonardo da Vinci
-
Post #2940148
With #openclaw - the best way I've found to write #cron jobs is to create a custom skill and put all the detail in there, then have the job just run the skill. My agents don't automatically know this is the most sustainable way to do things, but they're happy to oblige.