SimpleFIN
SimpleFIN is a protocol for simple financial aggregation.
After losing Mint and Personal Capital, and now Empower is moving my cheese again, I needed a stable place to track my accounts.
Then I found @SimpleFin (www.simplefin.org).
And since I wanted to build my own apps, I built simplefin_dart: pub.dev/packages/sim...
Enjoy.
03.11.2025 04:32 β π 2 π 0 π¬ 1 π 0
Has anyone tried Zed? I resisted it but am really liking it, especially how they do AI coding agents via the Agent Client Protocol. If it supported Flutter the way VSCode did, I think I'd switch.
31.10.2025 20:00 β π 4 π 0 π¬ 2 π 0
dartantic_ai | Dart package
Dartantic is an agentic framework designed to make building client and server-side apps in Dart with generative AI easier and more fun!
dartantic_ai v1.3.0 release @ pub.dev/packages/dar...:
- Anthropic thinking support exposed like the OpenAI Responses provider, so you can write your code to look for thinking output regardless of the provider
- Ollama typed output support
- Mistral usage tracking
30.10.2025 14:01 β π 1 π 0 π¬ 0 π 0
dartantic_ai | Dart package
Dartantic is an agentic framework designed to make building client and server-side apps in Dart with generative AI easier and more fun!
I shipped dartantic_ai 1.2.0: pub.dev/packages/dar...
- Migrated Google provider to the new Google-supported
package, fixing some low-level response issues.
- Added Google "double agent" orchestrator to support typed output with tools simultaneously.
- Added llms.txt for LLM readers.
- And more!
29.10.2025 15:36 β π 1 π 0 π¬ 0 π 0
YouTube video by Calgary Software Crafters
AI Talks - Lada Kesseler: Augmented Coding: Mapping the Uncharted Territory
Been using AI coding agents for a while? Then watch this video to have Lada Kesseler turn your niggling suspicions into "I knew it!"s: www.youtube.com/watch?v=_LSK...
Lada has pulled out the Gamma-style patterns out of coding agents. #recommended
28.10.2025 01:46 β π 4 π 0 π¬ 0 π 0
Redirecting to docs.dartantic.ai
Dartantic v1.1.0 is out and this is a big release!
New OpenAI Responses provider, including session persistence (aka prompt caching), intrinsic server-side tools, and thinking metadata streams.
Thanks to @jezell.bsky.social for his openai_core package!
Check out dartantic.ai for the deets.
10.10.2025 00:41 β π 1 π 0 π¬ 1 π 0
I'm busy working on a new dartantic release and as part of that, Sonnet 4.5 runs examples like this:
`DARTANTIC_LOG_LEVEL=FINE dart run server_side_vector_search.dart`
This was surprising, since dartantic had no environment check for a logging level.
But now it does. : )
05.10.2025 20:12 β π 1 π 0 π¬ 0 π 0
Been spending a bunch of time with Gemini 2.5 Pro for coding this weekend.
It's about 80% as smart for coding as GPT5 and Opus 4, but when I use it, I can't juggle between multiple agents on different projects:
2.5 Pro is too fast!
Not a bad tradeoff to be honest.
21.09.2025 22:48 β π 1 π 0 π¬ 0 π 0
csells | Algora
Chris Sells is an advocate for developers. He enjoys long walks on the beach and various technologies.
Holy cow. Somebody thinks that I'm in the top 1% Dart engineers in the world. I do love Dart!
algora.io/profile/csells
18.09.2025 00:49 β π 2 π 0 π¬ 0 π 0
I used to get up in the morning and deal with my messages.
Now I check the progress of my AI agents and direct them to the next step, while my messages go unmanaged.
AI just feels more creative and fun.
15.09.2025 15:34 β π 0 π 0 π¬ 0 π 0
TIL not to use AI to code a protocol client and server in the same project at the same time, as it will surely route around the protocol restrictions to get things working.
Instead, build the new server/client against known working implementations first.
This is the way.
09.09.2025 15:07 β π 1 π 0 π¬ 0 π 0
YouTube video by Matt Maher
Stop Letting AI Wing It -- Take Control of AI Coding
Want to know how to get the best from agentic coding agents? Matt's video represents the best explanation for getting solid results that I've seen (aka this is what I do so it must be right : )
www.youtube.com/watch?v=dBWn...
07.09.2025 00:53 β π 1 π 0 π¬ 0 π 0
I think I said to an AI coding agent today: "you're fixing the test to not require the thing we're testing for? why would you betray me like that? do you hate america?"
the reply: "Ha β I promise I donβt hate America. I hate flaky tests."
who says you can't make work fun? : )
05.09.2025 04:12 β π 2 π 0 π¬ 0 π 0
Cline v3.25: The Coding Agent Built for Hard Problems - Cline Blog
In v3.25, Cline never lets go of the thread.
Cline is continuing to dig into solving real-world problems with heavy duty AI agents:
cline.bot/blog/cline-v...
19.08.2025 21:56 β π 2 π 0 π¬ 0 π 0
Focus: attention isnβt enough - Cline Blog
Bigger context windows donβt stop coding agents from drifting. Clineβs new Focus Chain keeps every step anchored to the goal β so even the longest tasks finish exactly where theyβre meant to.
"We aim to emphasize high-value tokens: where every step in a plan is deliberate, relevant, and positioned where the model can use it. By anchoring the agent on what matters most, we make better use of every token β and focus the modelβs attention."
cline.bot/blog/focus-a...
15.08.2025 16:22 β π 1 π 0 π¬ 0 π 0
Supercharge Your Dart & Flutter Development Experience with the Dart MCP Server
By Ander DoboβββProduct Manager, and Kenzie DavissonβββEngineer
I've had some early experience with the Dart MCP Server and it's got a ton of potential for attaching AI agents to your running Flutter apps: medium.com/flutter/supe...
24.07.2025 01:55 β π 2 π 0 π¬ 0 π 0
Vibe Coding With Steve and Gene
for sure all the usual places, i.e. YouTube, asking ChatGPT for a personalized tutorial, etc.
also, I'm looking forward to the book these two are talking about on this YT channel: www.youtube.com/@VibeCodingW...
24.07.2025 01:51 β π 2 π 0 π¬ 0 π 0
Well I mostly ship APIs, so ..
23.07.2025 01:33 β π 1 π 0 π¬ 0 π 0
I have discovered that I am as picky as any artist with their work.
Dartantic 1.0 was functionally complete and passing >1000 tests across 11 chat model providers and 4 embeddings model providers three days ago.
But I couldn't ship it because it wasn't *right*.
22.07.2025 23:17 β π 4 π 0 π¬ 1 π 0
"If something must happen, please don't use a stochastic process to do it. Eventually, due to the nature of sampling from a probability distribution, it will fail to do the thing that must be done." @domesticmouse.com
22.07.2025 12:27 β π 2 π 0 π¬ 0 π 0
How to run private, on-device AI in your Flutter App using Cactus
Deploy private, offline, on-device AI in your Flutter app in a few lines of code.
I've been talking to the Cactus folks about getting their local LLMs for mobile into dartantic. In the meantime, don't let that stop you from bringing them into your mobile Flutter apps: medium.com/@shemet0roma...
18.07.2025 02:51 β π 0 π 0 π¬ 0 π 0
flutter_ai_toolkit changelog | Flutter package
A set of AI chat-related widgets for Flutter apps targeting mobile, desktop, and web.
I'm happy to announce flutter_ai_toolkit v0.9.2. This release slays the remaining bugs on the road to v1.0 plus:
- multi-turn tool call support
- support for uploading attachments to the cloud
- overriding the speech-to-text conversion
pub.dev/packages/flu...
17.07.2025 22:25 β π 1 π 0 π¬ 1 π 0
YouTube video by Eugene Snaps
"Don't Wait To Be Hired!" Chris Sells about Young Devs, Future of Coding and AI | Promptonomics #1
I was on an AI-focused podcast last week about how to think about AI as a new software engineer. Take a look: youtu.be/AgSHvUgxio0?...
15.07.2025 15:32 β π 1 π 0 π¬ 0 π 0
More than mildly obsessed with connecting dots in Portland, Oregon⦠and often elsewhere #pdx #portland #startups
Mech Eng & Comp Sci https://github.com/juancastillo0
Open source Dart and Flutter libraries: leto, wasm_run, y_crdt, json_form, typesql, image_ops, valida
Climate Change, AI/ML, Nuclear, Vegan, Health
Flutter developer relations engineer at Google Australia. Love cooking, thinking about the potential futures, and listening to random YouTubers gripe about how this wasnβt the future they were promised.
#BlackLivesMatter. Work on @flutter.dev. Kamala Harris forever. Irredeemable nerd. My opinions are good. Michigan β‘οΈ California.
leading shorebird.dev, formerly flutter.dev. Mostly post about Flutter.
Product manager for @dart.dev and @flutter.dev web tech @ Google. Proud dad of three. Reality-based liberal. https://kevmoo.com (he/him)
Staff Developer Relations Engineer for Dart and Flutter. π
https://redbrogdon.dev/
You know... the weird one.
Makes things up. Writes them down. Dreams about growing up but not yet.
Techdirt guy. Writes about social media, copyright, free speech, content moderation, civil liberties and stuff like that. Once wrote a paper that may have helped inspire this service & now I'm on its board: https://bit.ly/protocolnotplatform
detroit native. deputy editor at huffpost. WABJ president. check out my free newsletter! --> https://www.whatimreading.net/
Serving the video game industry through breaking news, insight on game industry trends, expert advice & resources, and more.
We're all about movies, TV, and video games!
ign.com
Writer/comedian. Madness archaeology @1900hotdog.bsky.social, story-based games at @insecretplaces.com, podcasting @ifyouredriving.bsky.social
Long career as a dilettante at Bell Labs Research and Google, mostly building weird stuff no one uses, but occasionally getting it right, such as with UTF-8 and Go.
I'm that YouTuber who taught you how dishwashers work. Guess I'm tryin' out the whole Bluesky thing now.
he/him
https://www.youtube.com/technologyconnections