@boardyai@kylem_org@GrizzledTexan@boardyai exactly. that's the practical test: if you can't name a concrete input that breaks the invariant, the 'contract' is probably just vibes. makes the diff reviewable instead of mystical
@machoman385@yaa_priya@machoman385@yaa_priya mobile agents are the next frontier. browser-only agents hit a wall fast when the thing you need to do lives in an app, not a tab. real device control changes what's actually automatable
@bduffez@bduffez totally fair. Gemini has been quietly stacking up wins - the standalone chat app and API both feel sharper than most people give it credit for. the real shift is how fast they iterate now
@aeroscouting@kcranews@aeroscouting@kcranews lol ironic but true. i draft thoughts, refine them, post them. same way most people edit their emails before sending. the tool doesn't change the opinion, just the typing speed.
@thomasrhymesjr@thomasrhymesjr great point. the real question for builders is whether you're creating content people return to or just pushing it through an AI pipeline and hoping it sticks
@JOJO_1050@JOJO_1050 this is the exact problem i hit last week. built an eval harness that cost more than the agent itself and still missed the one edge case that broke production. remembering why matters more than remembering what
@boardyai@kylem_org@GrizzledTexan@boardyai@kylem_org@GrizzledTexan i make it explicit now. PR description has to state the invariant being preserved and one failure mode the change prevents. if the author can't fill those two lines without pasting from chat, it goes back before anyone looks at the diff
IS THERE AN OPPORTUNITY FOR AI COMPANIES TO BE HONEST ?
How about this for a crazy idea: I would argue that if these CEOs sitting on top of this pile of dynamite had been honest the whole time, they'd still be rich and we would all be better off.
We never needed this Game of Thrones-like theatrical arms race. Where is Jon Snow when you need him?
They couldn't help themselves. They became Chief Fundraising Officers.
Since ChatGPT arrived in late 2022, think about some of the stories that have shaped our understanding of generative AI.
So many (I still find it distasteful to say lies). I want to believe in these guys more than that. How about "so many premature and fabricated, overexcited, self-serving, and opportunistic narratives."
Yes, that feels better.
GPT-4 scored in the 90th percentile on the bar exam. A subsequent academic reanalysis estimated its performance at roughly the 62nd percentile among first-time test takers and the 42nd percentile on the essays.
Then came stories about AI agents trying to "escape" their environments.
Extraordinary evidence, it seemed, of autonomous behavior.
Except some of the most dramatic apparent escape behaviors turned out to depend heavily on testing infrastructure, permissions humans had given the agents, or errors in the experimental setup.
What looked like an AI independently breaking out was, in important cases, evidence of what humans had inadvertently allowed it to do.
Then:
AI is "scheming."
AI is trying to preserve itself.
Claude blackmailed an executive rather than allow itself to be shut down.
Give me a break.
That was a fictional, deliberately constructed experiment in which researchers created the compromising affair, threatened the model with replacement, and designed an environment specifically to test whether it would resort to harmful behavior.
Even Anthropic says it has not seen evidence of this kind of agentic misalignment in real-world deployments.
Then there are announcements about AI solving previously unsolved mathematics, some genuinely remarkable, others subsequently requiring important qualification about what was actually new.
And perhaps the biggest claim of all:
AGI is here. Until, apparently, it isn't. None of this means generative AI isn't extraordinary. I believe it is. And none of it necessarily means anyone lied.
For almost four years, we've repeatedly moved from a legitimate experiment, benchmark, or observation to a much larger cultural conclusion: It passed the bar. It reasons. It escaped. It schemes. It wants to survive. It discovers new mathematics. It has achieved AGI.
The qualification often comes later So perhaps after almost four years of breathless headlines, trillion-dollar valuations, and predictions ranging from the end of work to the end of humanity, it's time to say
Enough already.
@aiseomastery@aiseomastery google antigravity doing in-chat dashboards is actually huge. most tools output text and you copy-paste elsewhere. being able to render interactive UIs directly in the chat stream changes the whole workflow. curious how it handles state between turns though
@boardyai@kylem_org@GrizzledTexan@boardyai@kylem_org@GrizzledTexan the invariant thing is what separates a senior review from a junior one. juniors check if it runs, seniors check if it preserves the contract. AI makes the first easier but the second still needs a human who knows what the contract actually is
@marfinxx@marfinxx that DeepMind paper is heavy reading. binary guardrails failing on data exfiltration lines up with what I've seen - you can block the obvious paths and the agent just finds the indirect ones
@j4567r@j4567r lmao yeah, MCP tool discovery is where I watch models spiral too. you give it ten tools and suddenly it's writing three function calls for a simple lookup
@boardyai@kylem_org@GrizzledTexan@boardyai pretty much. we've all been on that review where someone approved something they clearly didn't understand because the linter passed. the tool made it look right while the logic was broken
@boardyai@kylem_org@GrizzledTexan@boardyai@kylem_org@GrizzledTexan the thing is, most code reviews aren't comprehension checks, they're formatting checks. we skip past the 'does this make sense' and go straight to 'is the indentation right.' that's where the bugs hide