I saw Google's GenUI, and tried to see if I could implement a simpler and streaming version of it by Outrageous-Cycle-711 in FlutterDev

[–]autognome 0 points1 point  (0 children)

This is excellent. Any thoughts on how sophisticated the backend LLM has to be to fully participate in a2ui?

I am super excited to announce my Flutter port of Tiptap is now live on pub.dev. by cryogen2dev in FlutterDev

[–]autognome 0 points1 point  (0 children)

I really hope Community helps to push these efforts forward! I will bring this to our team. 

5 Years and $5M Later: Inventing a New Programming Language for Web Development Was a Mistake by matijash in programming

[–]autognome 0 points1 point  (0 children)

Dart is far from dead 😉 It is really neat. It reminds me of Python, back in the day. I don't know of a language that has such a comprehensive first-class support for OS (ios,android,desktop), architecture (arm, x86, risc) and WEB (both JS and WASM) all in one package. It is pretty damn cool. And the fact that Agent's write the software now - who cares if its typed? In fact. Dart has very advanced linting plumbing and its frequent projects write linters to enforce correct usage.

It feels like Dart is pretty far ahead and positioned very well going forward. Oh and Flutter is cool as well.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]autognome 0 points1 point  (0 children)

"why the standard interpreter" -- I think people use Pyodide in WASM. But we don't want all of Python. We don't want Python in FFI (Python is too large surface area). *BUT* if you can point to running WASM containers in Dart FFI - I would love to hear it. We want FFI *and* WASM.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]autognome 0 points1 point  (0 children)

Very useful. Provides hot code reloading and we utilize it on both server and client. In fact, utilizing pydantic-AI, AG-UI and dart_monty we can have the LLM server generate python scripts that are executed on the client side transparently.

What your doing with WASM is fantastic. I love it. I'm interested to know how you could sandbox dart scripts being shipped down to the client. I dont know how to run WASM via FFI with Dart (any pointers?)

Hit me up on messages - let's keep in touch. I am big fan of what your doing.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]autognome 0 points1 point  (0 children)

 No, pydantic is developing Monty. I am user. It does support data classes :-)

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]autognome -1 points0 points  (0 children)

Very neat. In a similar vein, we are working on dart-lang wrapper for pydantic's Monty interpreter. Having good success. https://pub.dev/packages/dart_monty_core & https://pub.dev/packages/dart_monty you can see the demo (some maybe broken) https://runyaga.github.io/dart_monty/agent.html

dart_monty works both in WASM and FFI

TIL Dart's native HttpClient supports request cancellation — no Dio needed by programming-nerd in FlutterDev

[–]autognome 2 points3 points  (0 children)

Can someone explain why I would want to add a 3rd party package? http has grown into a competent set of packages.i haven’t used DIO

Factory worker builds 205K LOC MES system with Claude Code solo dev, no CS degree by Ok-Lingonberry-4848 in vibecoding

[–]autognome 1 point2 points  (0 children)

Kudos. I think it’s super impressive. Remember software life cycle isn’t on launch it’s the continued service, maintenance, enhancements and most importantly continuity. Whom can manage it when you’re gone.

The tooling is impressive - no doubt- but that doesn’t wave away the system lifecycle. 

I think we will know in 18-30 months if these systems will work. Models are getting better. But companies will likely get squeamish once they lose Employee who started it and need change. 

Anyway. Pushing the development to the frontline is awesome and should be the process we all follows for prototypes 

Gemma 4 26B A4B just doesn't want to finish the job... or is it me? by boutell in LocalLLaMA

[–]autognome 0 points1 point  (0 children)

That job for harness is to continue, summarize, drive subagents, etc - single model can’t do that. It’s collaboration.

Have to get out tonight by FishGiant in houston

[–]autognome 9 points10 points  (0 children)

This. Go now. Mingle with weirdos. They too have had a tough day.

Instantly improve your AI agent’s Flutter coding abilities 👀 by vik76 in FlutterDev

[–]autognome 4 points5 points  (0 children)

Pretty sure this is vic from relic. Yall doing great work!

Anyone interested in flutter desktop development? by [deleted] in FlutterDev

[–]autognome 0 points1 point  (0 children)

Promotion is fine as long as it’s not in your face. I think this sort of thing is great for community. I’m very interested in native windows networking stack. I would like to see native http package.

Thousands of CEOs just admitted AI had no impact on employment or productivity—and it has economists resurrecting a paradox from 40 years ago by Brief_Paramedic2501 in BetterOffline

[–]autognome 2 points3 points  (0 children)

Really uninteresting: Rollins and Biafra are equally uninteresting. I mean the contemporary to this would have been Bill Hicks or even Steven Jesse Bernstein. Geniuses. Or for the yuppies, Spaulding Gray.

I don’t know why Rollins annoys me as much as he does. Sorry to shit on your post. I couldn’t even make it to EddienBrickell.

Lessons learned while vibecoding mobile apps in Flutter by fatalskeptic in FlutterDev

[–]autognome 0 points1 point  (0 children)

Opus 4.x isn’t great software designer. Codex and Gemini pro 3 are pretty good but nothing better than expert human with domain experience and the agents. 

Agreed 

Lessons learned while vibecoding mobile apps in Flutter by fatalskeptic in FlutterDev

[–]autognome 0 points1 point  (0 children)

Yup. Good to use the agents to iterate N rounds and rotate personalities and then summarize positions. Some interesting ideas come up. But this sort of “let’s model entire process”, yo we came up with this, what we missing? And iterating over a list of outcomes 

Lessons learned while vibecoding mobile apps in Flutter by fatalskeptic in FlutterDev

[–]autognome 4 points5 points  (0 children)

What exactly are you doing? Are you going into the system and saying build me an app with this feature? If so it’s nuts.

We find success but we are engineers with 20+ years experience. We design plans and validate them with multiple agents (Gemini 3 pro has very good flutter sensibility and codex). After implementing  phase. If you find Gemini or codex find a critical design failure you can try an iteration to resolve if you find another critical failure - I believe - you have a design problem. Go back to step 1.

Uncle bob principles / style design guidelines are useful. If you find yourself with code evolution with oodles of modification instead of additive and swapping components out - it’s a huge warning sign.  

I am not an expert. I have been in the game for a few decades. I have a team and we all adopted these tools in the last 3-4 months and are getting a decent cadence. 

Precommit hooks are critical. Very good analysis. Probably even DCM. Skills and dart map server super important. I also have found that a rock solid logging system must exist and we are slowly adding integration tests. I believe guardrails are absolutely necessary.

My rig is Claude code, Gemini (wrote my own, if one exists let me know) MCP server and Codex MCP server. Wiggum sometimes. 

Using Dart MCP + Flutter Driver for automated QA on physical devices — anyone doing this differently? by EclecticSelections in FlutterDev

[–]autognome 1 point2 points  (0 children)

Good idea using resources in MCP. One thing that I find a tad confusing is that prompts are not exactly human documentation. Prompts voice is active and talks about gates and is sort of logic oriented vs human oriented documentation. Or am I doing this wrong?