Has anyone merged reactive notebooks like Marimo with conversational agents yet? I mean, can I ask some questions about data and the agent fetches the data and displays the results. I can then interactive with either the data or the results.
That might be neat
01.11.2025 03:51 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
amusing too ๐ซ
01.11.2025 03:29 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
"we're Chrome in a trenchcoat" โ this
"however it does give them an escape route if something can replace Chrome." โ I would not hold my breath. It's kinda assuming to realize that making a web browser is possibly harder than an LLM? ๐
01.11.2025 03:27 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
I didn't check to see if @siracusa.social was named in the article
17.10.2025 00:07 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Random weird thing: Apple Pay is only a direct payment option in Starbucks app without an account. When you create your account the option disappears... and the experience gets worse.
I deleted the account
13.10.2025 18:31 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I can't imagine AOL employees are happy about this outcome
02.10.2025 03:22 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Hard to imagine how the government being shut down could be much worse than the government weโve had over the past 9 months.
27.09.2025 13:52 โ ๐ 802 ๐ 112 ๐ฌ 36 ๐ 11
25.09.2025 21:43 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Dam been writing a book about this and she just TikToked it in 90 seconds.
19.09.2025 09:33 โ ๐ 19670 ๐ 8195 ๐ฌ 261 ๐ 765
๐ "the US experience is peculiar. Young Euro area workers have record low unemployment. In the UK, the young personsโ unemployment rate has fallen steadily. Employment by young Japanese workers is near all-time highs. It seems implausible that AI uniquely hurts the prospects of younger US workers."
19.09.2025 11:28 โ ๐ 59 ๐ 17 ๐ฌ 2 ๐ 0
Amazing how those democratic lawmakers who were hunted down in their homes in the middle of the night in Minnesota werenโt a watershed moment of political violence, huh?
11.09.2025 05:10 โ ๐ 18666 ๐ 5167 ๐ฌ 264 ๐ 101
enshittification | noun | when a digital platform is made worse for users, in order to increase profits
03.09.2025 20:22 โ ๐ 29339 ๐ 8644 ๐ฌ 512 ๐ 658
Yes! Although I didn't write it, I spent enough time in the code to appreciate it and notice when other products don't have it
21.08.2025 12:29 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I'm concerned that my first thought was:
Does @siracusa.social know about this?
14.08.2025 21:30 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Miss you too, but now we've found each other again!
27.07.2025 13:05 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Celebrating 20 years of MDN | MDN Blog
MDN turns 20! Let's look at how we started, how MDN became the most trusted resource for web developers, the impact it's had on the open web, and yes, there's cake, too.
For 20 years Mozilla has developed one of the most useful tools for web devs.
developer.mozilla.org/en-US/blog/m...
Congrats to the MDN team on an awesome milestone. I'm happy that we've played a small part in its history and I'm excited to see it continue to be at the core of every web dev's job.
25.07.2025 07:58 โ ๐ 140 ๐ 46 ๐ฌ 0 ๐ 1
Pre-sleep thought: My hotel room has a mini-fridge, empty, but running.
Opportunity for removing mini-fridges to save energy? Or at least make a smarter mini-fridge?
21.07.2025 03:45 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Seen in Slack: it is working due to a litany of absolute HACKS!
One person's hacks is another person's temporary fix
17.07.2025 02:02 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I wonder that if, from James Martin's point of view in 1982, that actually happened? But from our 2025 point of view, the programmers moved to work on other things?
14.07.2025 22:14 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Figma files for IPO on NYSE, plans to 'take big swings' with acquisitions
Figma filed its IPO prospectus on Tuesday, as the design software vendor looks to raise money and awareness to take on Adobe.
Congratulations to Figma for filing for an IPO. Regulators blocking the Adobe deal must have felt bad in the moment but this is a better outcome.
Stay independent and get rich on your own terms.
02.07.2025 01:12 โ ๐ 39 ๐ 3 ๐ฌ 3 ๐ 2
E.P.A. Plans to Reconsider a Ban on Cancer-Causing Asbestos
"We're all going to die anyway" - Ancient Republican Proverb
18.06.2025 12:53 โ ๐ 77 ๐ 17 ๐ฌ 2 ๐ 0
Exploring LLMs as Agents: Google Agent Dev Kit
Up to this point, I have been experimenting with my own home-grown agent framework, based on Simon Willisonโs great LLM project to handle wrapping the different LLMs. Armed with some experienโฆ
Google released Agent Development Kit, a framework for building agent workflows with everything we expect from an agent frameworks.
I recreated my ToolAgent quasi-framework using ADK. I could expose my mock tools, add ReAct planning, and switch between different LLMs. It worked out really well. ๐
14.04.2025 20:34 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Exploring LLMs as Agents: Local Models
I finally got around to exploring local models, which is surprisingly simple to set up. I wanted to see how well a local model would perform in ToolAgent compared to the remote models (mostly Geminโฆ
I finally got around to exploring local LLMs. It was easier to set up than I expected. I tired a few different models of different sizes. The smaller ones didn't have enough "reasoning" ability to work as agents, but the larger ones did a pretty good job.
starkravingfinkle.org/blog/2025/04...
14.04.2025 13:45 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Exploring LLMs as Agents: Model Context Protocol
I will likely run out of topics to cover in the โLLMs as Agentsโ series, eventually. I wanted to explore creating a chat UI and what I could do with embeddings but I didnโt do thaโฆ
I took some time to experiment with MCP Client and Servers. I converted my ToolProvider system to become an MCP Server and made an MCP Client from my ToolAgent. I use zero dependencies on other frameworks, just to see how the protocol works.
starkravingfinkle.org/blog/2025/03...
31.03.2025 15:15 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
This is pretty interesting. After building something similar (WebAgent), I can understand what the code is doing. I also exposed Playwright as "tools", but I didn't realize Playwright has a a11y snapshot feature to get a reduced set of elements. Very handy.
starkravingfinkle.org/blog/2025/03...
25.03.2025 01:54 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Exploring LLMs as Agents: Tools & Benchmarking
I spent some time refactoring the Tool Agent code, added some additional mock tools and even some basic benchmarking. For more context, checkout the previous posts: Minimalist Approach: I kicked ofโฆ
I'm still exploring ("playing") with using LLMs as Agents. I refactored the code into a tiny framework. Have I become that which I wanted to avoid? Maybe ๐ซ
More tools and a benchmark system allowed me to really improve the agent success outcomes.
starkravingfinkle.org/blog/2025/03...
16.03.2025 16:55 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Totally agree. I hope "it improves testing, reduces complexity, allows us to move faster"are also true, or you're likely better off doing the simplest thing possible.
16.03.2025 16:50 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
โStranding all or part of rural America with worse internet so that we can make the world's richest man even richer is yet another in a long line of betrayals by Washington,โ said former BEAD director Evan Feinman
BREAKING: The head of the $42 billion federal BEAD program that aims to bring broadband internet to rural and unserved areas has left the Commerce Dept.
He sent a departing email warning of "deeply negative outcomes" for people if the Trump admin shifts $$ from fiber internet to Musk's Starlink:
16.03.2025 15:45 โ ๐ 4892 ๐ 2185 ๐ฌ 96 ๐ 182
scientist, storyteller, philosopher
computingthehumanexperience.com
Enough. ืืืืก. ุฎุงุณ
Nature advocate striving to halt biodiversity loss & tackle climate change ๐ฟ.
Experienced Head of Engineering and technical founder in the NatureTech space.
Thoughts on Engineering at gidi.io.
ืฉืืื ุนูููููููู
ูโ โ๏ธ
vibe coding is the way. I bootstrapped a remote company before it was cool. Founder @PSPDFKit (exit to Insight). ๐ณ๏ธโ๐
Media Sponge, Software Developer
Owner of liftbro.ca (workout logging app)
Streamer @ http://dpal.tv
support my craziness over at https://ko-fi.com/eholtrop
Life come from you, not at you
Top news and commentary for technology's leaders, from all around the web.
This account shares top-level Techmeme headlines. Visit https://techmeme.com/ for full context.
Infra eng leader, SF Bay Area. Helped launch and scale Bluesky. Prev: Nuro, Docker, Google, founder.
Currently working on AI codegen.
Obsessed with history, computers, and open systems.
Happy to chat: bluesky@jacob.gold
Overcast, Accidental Tech Podcast, andโฆย the internet, I guess
Programmer, tech writer, and co-host of Accidental Tech Podcast, Reconcilable Differences, and Robot or Not. https://hypercritical.co
A man of occasionally refined taste and usually coarse language.
I make the iOS app Callsheet, I am a host on @atp.fm and Analog(ue) on @relay.fm. I write at https://caseyliss.com
Based in Richmond, Virginia, USA.
Leading expert
https://mcfunley.com
https://dotclub.club
https://primary.every.democrat
the joker of candle-making @bugsrock.online, one of the greatest minds in web development (jennschiffer.com) and blogging (livelaugh.blog), nyc co-host of robot karaoke (robotkaraoke.live), hot and smart and talented
Runs ThingM, maker of blink(1) USB LED & BlinkM, co-founder CrashSpaceLA hackerspace, Pasadena, CA, he/him โฉโฉ#electronics โฉ#circuitpython #arduino #blink1 #raspberrypipico #diysynth #eurorack #synthesizers #midi normally at https://mastodon.social/@todbot
Engineer - Founder of Adafruit - Brooklyn, NY USA - Manufacturer, open-source hardware, certified Minority and Woman-owned Business Enterprise (M/WBE) https://adafruit.com - support https://forums.adafruit.com & order/customer help support@adafruit.com
I used to be an open-source developer like you, but then I took a promotion to the knee and now I just whine on the internet. Certified by Reddit to have absolutely no idea what I'm talking about when it comes to computer chess.
A modern runtime for JavaScript and TypeScript
https://deno.com
Bringing nuance to a knife fight ๐ช, surprisingly older than @bgalbs
Past: Ajaxian, Shopify, Google, Mozilla, webOS, and more!
peeking into the post-browser web
~ https://userandagents.com ~
ฮฮฮ https://webtransitions.org
runs @intenttoship.dev
me: https://metafluff.com
past: Mozilla, Protocol Labs, Sub Pop Records
he/him/amsterdam