Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
153973 stories
·
33 followers

Meta Layoffs Stress Harsh AI Reality Inside Zuckerberg's Company

1 Share
Meta is expected to begin cutting about 8,000 jobs this week as it pours more money into AI infrastructure and looks to "offset" other investments, with additional layoffs reportedly possible later this year. According to CNBC, the morale has worsened inside the company. "Internally, there's an emerging sense of dread across wide swaths of the company," the report says, citing current and former Meta employees. "That's in part because more cuts are expected this year, including a potential round of layoffs in August, followed by another round later in the year, some of the sources said." From the report: [...] Whatever anxiety investors are experiencing, the feelings inside the company are more intense, with some longtime staffers questioning Meta's AI pursuits under AI chief Alexandr Wang, while also weighing if now is the time to leave for opportunities at other companies in the AI race, according to current and former employees. Data aggregated by Blind, an anonymous professional network that requires users to verify their employment with a work email address, reveals some of the internal malaise. Meta's overall rating by employees on Blind has declined 25% from a peak in the second quarter of 2024 to the current period, with a 39% drop in its culture rating. In every category other than compensation, Meta has seen a ratings decline and dramatically underperforms rivals Amazon, Google and Netflix, the Blind data reveals. The company's full-court press with AI included the recent debut of an employee tracking tool intended to collect data from staffers' actions, such as mouse movements and keystrokes on their work computers. The Model Capability Initiative, or MCI, as it's called, is part of Meta's efforts to train AI models to power digital agents that can perform various coding and white-collar tasks. Employees have characterized the data tracking tool as "dystopian," according to messages viewed by CNBC, with some workers expressing fear that personal information could be leaked. Some Meta workers have noted that their workplace computers appear slower since the company initiated the project, adding to their frustration, sources said. Meta workers responded by creating an online petition that urges Zuckerberg and leadership to shutter the project. "Collecting and repurposing this kind of data raises serious concerns around privacy, consent, and trust in the workplace," the petition says. "It should not be the norm that companies of any size are permitted to exploit their employees by nonconsensually extracting their data for the purposes of AI training." Further reading: NYT: 'Meta's Embrace of AI Is Making Its Employees Miserable'

Read more of this story at Slashdot.

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Anthropic has acquired the dev tools startup used by OpenAI, Google, and Cloudflare

1 Share
Stainless, a New York-based startup, founded in 2022, rose to prominence in the emerging AI industry for automating the creation and maintenance of software development kits, or SDKs — the libraries developers use to interact with APIs.
Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Flutter’s multiplatform value for agentic development

1 Share

The fundamental value of multiplatform development with Flutter lies in building apps that support multiple platforms with just a single, shared source codebase, allowing developer teams to work in unison across all platforms.

This is crucial in an AI-driven world where enhanced consistency, reduced token usage, and fast market reach become vital. By maintaining a single codebase, builders can focus their AI assistants on one unified context, drastically reduce token overhead, and minimize AI hallucinations. Instead of asking AI to translate features across fragmented, platform-specific languages, builders can leverage AI to write it once in Dart and instantly deploy it everywhere.

Dash secretly hanging out in an alley doing agentive things

The existing value proposition

Multiplatform development relies on enabling a single, shared source codebase. In our first-party Flutter apps, between 95% and 99% of the source code is shared. This massive code reuse unlocks several benefits:

  • Faster time to market across multiple platforms because a team only needs to maintain one codebase.
  • Guaranteed consistency across platforms, giving companies a single, consistent feature set to support across all their customers, regardless of their platform of choice.
  • Native performance and stability because Flutter code is compiled to each platform’s native machine code.
  • Semantic guardrails increase security because the Dart language is strongly typed.

The agentic value proposition

While LLMs are good at translating requirements into code, using them to build separate native apps for each platform scales poorly. Replicating features across different languages using LLMs multiplies generation time and token usage, and can quickly lead to implementations drifting apart.

Flutter’s single-source solution eliminates these problems. But beyond just code sharing, Flutter’s specific architecture makes it the ideal framework for agent-driven development. This emerging value proposition is driven by several key advantages:

  • Token reduction: By generating your app once in Dart, you drastically reduce token overhead compared to using AI to translate features across platform-specific languages. This eliminates the need to replicate logic across different codebases, which scales poorly and multiplies token usage.
  • Consistency: Flutter provides a unified experience because a single source codebase ensures the feature set remains identical across all platforms. This prevents platform drift that occurs when LLMs hallucinate and implementations drift apart.
  • Self-correcting agents: Flutter has strong semantic guardrails due to Dart’s strongly typed language, and rich developer tooling. When an AI agent generates code, the strict type system, exposed through flexible tools and MCP servers, acts as an immediate feedback loop to catch errors instantly.
  • Predictable code generation: LLMs excel at generating hierarchical, structured data. Flutter’s compositional, declarative UI aligns with this strength. It is much easier for an agent to reason about and reliably generate a single Dart widget tree than to manage the fragmented logic of other platform-specific frameworks.
  • High-speed validation with Hot Reload: In an agentic workflow, the bottleneck is often verifying the AI’s output. Flutter’s hot reload feature provides a workflow where any change made by the agent is viewable instantly in the running app during development.

The Flutter advantage

Flutter’s support for a single shared codebase targeting multiple platforms, paired with a strongly typed language and powerful tooling, makes it a great companion to agent-driven development. In summary, the future looks bright! With Flutter, expect your agentically developed apps to result in low token usage, faster multi-platform development cycles, strong semantic guardrails, app consistency across platforms, and native performance. Happy building!


Flutter’s multiplatform value for agentic development was originally published in Flutter on Medium, where people are continuing the conversation by highlighting and responding to this story.

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

New GitHub Desktop APP!? .NET 11 Preview 4 and more... - Developer News 20/2025

1 Share
From: Noraa on Tech
Duration: 3:52
Views: 7

JetBrains survey: https://surveys.jetbrains.com/s3/developer-ecosystem-survey-2026-sh?pcode=87460093810584045

00:00 Intro
00:14 JetBrains
00:37 GitHub
01:22 Visual Studio
01:56 Dotnet

-----

Links

GitHub
• Create repositories on the go with GitHub Mobile - https://github.blog/changelog/2026-05-11-create-repositories-on-the-go-with-github-mobile/
• GitHub Copilot app is now available in technical preview - https://github.blog/changelog/2026-05-14-github-copilot-app-is-now-available-in-technical-preview/
• Timestamp fields in GitHub Projects - https://github.blog/changelog/2026-05-15-timestamp-fields-in-github-projects/
Visual Studio
• Visual Studio 2026 Release notes - https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes
.NET
• Introducing dotnet new WinUI templates - https://devblogs.microsoft.com/ifdef-windows/introducing-dotnet-new-templates-for-winui/
• .NET 11 Preview 4 is now available! - https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/

-----

🐦X: https://x.com/theredcuber
🐙Github: https://github.com/noraa-junker
📃My website: https://noraajunker.ch

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Scott and Mark Learn to Vibe Check

1 Share
From: GitHub
Duration: 0:00
Views: 0

AI can turn an idea into a working demo faster than ever. But can that demo survive two experts who have seen every trick in the book? In this live Build showcase, developers present AI-assisted apps, agents, tools, and workflows to Mark Russinovich and Scott Hanselman. Mark and Scott will ask how it works, where the seams are, what the AI actually built, and whether the result is clever prototype, production-ready software, or something unexpectedly magical. Come for the demos. Stay for the technical reveal.

Stay up-to-date on all things GitHub by connecting with us:

YouTube: https://gh.io/subgithub
Blog: https://github.blog
X: https://twitter.com/github
LinkedIn: https://linkedin.com/company/github
Insider newsletter: https://resources.github.com/newsletter/
Instagram: https://www.instagram.com/github
TikTok: https://www.tiktok.com/@github

About GitHub
It’s where over 180 million developers create, share, and ship the best code possible. It’s a place for anyone, from anywhere, to build anything—it’s where the world builds software. https://github.com

Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete

#480 Proud Parents

1 Share
Topics covered in this episode:
Watch on YouTube

About the show

Sponsored by us! Support our work through:

Brian #1: Using Django Tasks in production

  • Tim Schilling shares how the Djangonaut Space website has been using Django’s new tasks framework and some of the info missing from the official Django docs.
  • Tasks require a third party package, django-tasks-db to actually run the tasks.
  • Article walks through all changes necessary to get an email process running to notify admins of new testimonials. Cool simple example.
  • With the db backend, you can monitor progress of tasks in the admin, to see which tasks are scheduled, completed, or have errors.
  • Some wishes for the community to implement
    • new tutorial in the Django docs
    • Django Debug toolbar panel for tasks
    • test/mock backend
  • Great title for wish list: Thinks I’d like to see, but I’m too lazy to implement myself.

Michael #2: Co-authored with Claude?

  • Via Nik T.
  • We don’t put “executed on macOS”, “edited with PyCharm”, etc. in our commits. Why Claude?
  • Seems like a growth hack to me, that I don’t really care to participate in.
  • Some projects that have formalized their thoughts on this: The Generative AI Policy Landscape in Open Source
  • Adjust to turn off in ~/.claude/settings.json see the docs.
    {
       "attribution": {
          "commit": "",
           "pr": ""
       }
    }
    

Brian #3: PyPI packages are increasing rapidly

  • Artem Golubin
  • There’s been an increase of published packages per week on PyPI
  • A pretty big increase in the last handful of months.
  • 30% increase since 2025, clearly due to AI
  • Artem is building hexora, a malicious Python code detector.
  • Cool package too, it can:
    • Audit project dependencies to catch potential supply-chain attacks
    • Detect malicious scripts found on platforms like Pastebin, GitHub, or open directories
    • Analyze IoC files from past security incidents
    • Audit new packages uploaded to PyPi.
  • Artem is using hexora to analyze recently published pypi packages and many are obviously vibecoded and trigger false positives for abuses of eval, exec, and subprocess
    • Side note: I don’t think that’s necessarily a false positive. Not malicious, but maybe a stupid-code-detector?
  • Lots are LLM related, Lots have bots contributing code
  • Publishing rate is crazy, dozens to hundreds of published versions in a day is a bug, not a feature
  • Brian’s proposal, PyPI should limit releases per day for any package to something a sane human would do, even if they make a mistake on a release, to maybe like 2-3, definitely under 10, in a day. And if the repo has obvious agent contributors listed, maybe lower to the limit to 1-2 a day? Honestly, “move fast and break things” doesn’t apply to breaking the commons.

Michael #4: httpx2

  • More on the httpx, httpxyz, etc changes: Pydantic people started their own fork, httpx2.
  • Michiel says “while we think httpxyz was definitely needed, we welcome httpx2 and think it should be the ‘blessed’ fork.”
  • Kludex, who is among other things maintainer of Starlette, was considering a fork
  • As it stands, httpx2 is lacking the performance improvements they added to httpxyz. But it will not be long before they will add those, too.
  • Also they already made some smart decisions:
  • Discussion on Hacker News

Extras

Brian:

Joke: Proud Parents





Download audio: https://pythonbytes.fm/episodes/download/480/proud-parents.mp3
Read the whole story
alvinashcraft
5 hours ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories