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

The AI industry doesn’t know if Trump just killed its GPU supply

1 Share

AI companies can’t figure out if the Trump tariffs are about to decimate them – and the fact that no one has a clear answer is sending them, and the tech industry overall, into a confusion spiral. 

The markets are in disarray. Nvidia is down 7.59%, TSMC is down 7.22%. In San Francisco, sources tell us that this isn’t a big deal. But in DC, people are panicking. The core question is whether GPUs – the graphics processing units that are crucial to AI computing and other industries – are exempted from Donald Trump’s sweeping tariffs, and the answer is startlingly ambiguous. 

Inside AI labs, researchers expect that their industry will be granted a tariff exemption. “I fully expect this to be a situation where Trump again gives companies he views as important/on his side/whatever a hall pass,” similar to what the President did with Apple during his first term, one source inside a major AI lab told The Verge

In Washington, however, nobody seems sure what the current state of play is. The Trump administration spelled out an exception for the semiconductor chips at the heart of a GPU, but for now, complete electronic products that contain chips will apparently be subje …

Read the full story at The Verge.

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

Meta officially says goodbye to its US fact-checkers on Monday

1 Share
Meta will no longer have any fact-checkers in the U.S. come Monday, according to chief global affairs officer Joel Kaplan. Meta announced this significant policy change in January when it also loosened its content moderation rules. The timing of this change coincided with President Trump’s inauguration, which Meta founder and CEO Mark Zuckerberg attended after […]
Read the whole story
alvinashcraft
8 hours ago
reply
Pennsylvania, USA
Share this story
Delete

From BASIC to Vibes: Microsoft’s 50-Year Code Evolution

1 Share

In honor of its 50th anniversary, Microsoft has released its very own vibe coding kit — GitHub Copilot agent mode and Model Context Protocol (MCP) support.

Channeling Jay-Z in a blog post introducing the new solution, Thomas Dohmke, CEO of GitHub, wrote: “Allow us to reintroduce ourselves: GitHub Copilot is getting a whole lot more agentic with increased context of your tools and services, powered by the world’s leading models, starting today.”

And perhaps riding on that wave of hip-hop cool, Microsoft CEO Satya Nadella provided a video clip of himself vibe coding and using the technology at a Microsoft event commemorating the 50th anniversary of the company. You won’t find many CEOs bold enough to take the stage and vibe code. Nadella is cool. He can rock a hoodie with the best of them (and I hear he can cold rock a party, just kidding).

Microsoft rolled out agent mode in Visual Studio Code to all users, now complete with MCP support. It also released a new open source and local GitHub MCP server, giving developers the ability to add GitHub functionality to any LLM tool that supports MCP, an open source standard designed to streamline how AI models interact with APIs.

AI That Takes Action

Meanwhile, regarding Nadella partying (all joking aside), Microsoft is quite serious about vibe coding. And what makes Agent Mode revolutionary is its ability to go beyond mere suggestions. While the original Copilot would offer code completions as you typed, agent mode takes a more proactive approach.

“Agent mode is fundamentally capable of taking action to translate your ideas into code,” Dohmke wrote in the GitHub announcement. This means the AI can suggest terminal commands, generate entire files, and even diagnose and fix runtime errors automatically.

Microsoft shared agent mode with VS Code Insiders in February, “enabling developers to perform a variety of tasks: from autofixing code gen errors, to building web apps, to yeeting commits — whatever that means,” Dohmke wrote.

One early user (@xthree) shared their experience on X: “I threw at it what I thought was going to be a monumental task, and it scanned 4-5 different files, figured out how it was working, and made modifications in all those files to work exactly how I wanted. First time.”

The technology is currently being rolled out to all VS Code users, with GitHub aiming for full availability in the coming weeks. Manual enablement is also available.

The USB Port for Intelligence

GitHub describes MCP as “a USB port for intelligence.”

“MCP allows you to equip agent mode with the context and capabilities it needs to help you, like a USB port for intelligence,” the announcement said. This means developers can connect agent mode to various tools and services in their development stack, expanding its capabilities beyond what’s built into VS Code.

To accelerate adoption, GitHub’s open source local MCP server adds GitHub functionality to any LLM tool supporting the protocol. This allows the agent to search across repositories, manage issues, and even create pull requests — essentially turning it into a power user of the GitHub platform itself.

Multimodel Power Under the Hood

GitHub isn’t limiting users to a single AI model. Agent mode will be powered by a choice of Claude 3.5 and 3.7 Sonnet, 3.7 Sonnet Thinking, Google Gemini 2.0 Flash, OpenAI o3-mini, and OpenAI GPT-4o.

Access to these premium models comes with a new pricing structure. GitHub is introducing premium requests, with Copilot Pro users receiving 300 monthly requests starting May 5, while Business and Enterprise customers will receive 300 and 1,000 monthly requests, respectively, beginning between May 12 and 19.

A new Pro+ tier, priced at $39 per month, will offer individuals 1,500 monthly premium requests and access to advanced models like GPT-4.5.

From BASIC to a Billion Developers

The timing of this announcement — coinciding with Microsoft’s 50th anniversary — feels symbolic. As the company celebrates half a century of existence, this release represents both a reflection on its past and a bold statement about its future.

“From the creation of BASIC or MS-DOS, to the .NET Framework and VS Code, to the acquisition of GitHub — Microsoft has always been a developer company at heart. Half a century of dev love is no small feat,” Dohmke wrote.

Moreover, “Now, with GitHub Copilot — what started out as a developer platform company is a platform where anyone can be a developer. Together, GitHub and Microsoft fully intend on enabling a world with 1 billion developers.”

To illustrate this point, in a mic-drop moment, Nadella provided a staged demonstration showing him using Agent Mode to vibe code and recreate Microsoft’s first BASIC program “in a single shot” — a fitting tribute to the company’s origins and a showcase of how far developer tools have advanced.

“Satya’s video, where he creates an Altair BASIC emulator, was fun and nicely nostalgic for Microsoft’s 50th birthday, but seemed a little gimmicky to me, without much detail shown. So that played to my inner AI cynic,” Andrew Brust, CEO of Blue Badge Insights, told The New Stack.

“But the demo of GitHub Copilot in VS Code’s agent mode was a different story,” he added. “Yes, it dealt with a more mundane application maintenance task, but mundane stuff is realistic in the software world, and that was the case here. The prompt was reasonable, the task was well-bounded yet nontrivial, and the result was compelling.”

Vibe Coding Is Fun

“Vibe coding is fun — but notice how much you need to know to write a useful prompt. Much less what to do when it doesn’t work,” Richard Campbell, a Microsoft MVP and regional director, told The New Stack.

“And then there are all the other considerations, like deployment, security, infrastructure, etc… nothing is as simple as it seems,” he added. “When Andrej [Karpathy] coined the term, and he tried a few times — before calling it vibe coding, he called it coding in English, he was really talking about developers doing experiments.”

Indeed, anyone foolish enough to deploy code generated this way is likely someone who doesn’t understand the consequences of doing so.

This is “just a reminder that the job of a developer is not to write code — it is to understand problems sufficiently to be able to describe them to a computer to execute more efficiently,” Campbell said. “Efficiently might be faster, might be at a lower cost… depends on the circumstance. But also, in the context of what is safe and appropriate. It takes an expert to get that stuff right.”

The Agent Awakening

GitHub refers to this release as “the agent awakening,” suggesting that it views this as just the beginning of a larger shift in how AI assists developers.

“The agent awakening doesn’t stop there,” Dohmke said. He also announced the general availability of the Copilot code review agent — which has been used by more than one million developers during its preview period — and the release of “next edit suggestions” that allow developers to “tab tab tab [their] way to coding glory.”

For many developers, the introduction of agent mode represents a significant evolution in their relationship with AI-assisted coding. What began as a controversial but useful autocomplete tool has transformed into something closer to a collaborative coding partner, capable of understanding context, making connections across files, and taking independent action to solve problems.

“To me, this is what AI-driven coding should be: a user supplies technically savvy requirements, the AI does the grunt work, presents its work product, and lets the user confirm its efficacy and approve its deployment,” Brust said. “This only works if the person generating the prompt knows what they’re talking about, but it alleviates a lot of effort. That syncs perfectly with the notion of AI not replacing people but making them far more productive.”

As vibe coding enters the mainstream, one thing is clear: the line between human and AI contribution to software development continues to blur. And with Microsoft and GitHub, among others, leading the charge, the next 50 years of programming will look very different from the last.

The post From BASIC to Vibes: Microsoft’s 50-Year Code Evolution appeared first on The New Stack.

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

Celebrating Microsoft’s 50 years

1 Share

Satya Nadella, Chairman and CEO, shared the following remarks at Microsoft’s 50th anniversary today.

It’s so wonderful to be here with all of you celebrating 50 years of Microsoft. And it’s especially exciting to be doing it at a time like this. For me, though, it starts with Bill [Gates] and Steve [Ballmer], who are both here with us today. I want to say a very big thank you to the two of you, and to Paul [Allen], and what you’ve meant to me personally and your vision that you had building this extraordinary company of ours that I’ve had the privilege to be part of. Thank you for your vision, your leadership, your passion, and for building the Microsoft that we know today. A company that has truly changed the world.

Fifty years ago, Bill and Paul started Microsoft with a simple but powerful idea: to build technology so people everywhere could build more technology. The very first product Microsoft built was the Basic interpreter for the Altair, giving people the power to create software, jumpstarting the PC revolution, and creating an entirely new sector for our economy.

YouTube Video

But today, it’s not just about the past 50 years, it’s about the next 50. If there’s one thing that I have learned during my time at Microsoft, it’s not about longevity, but relevance. Our future will not be defined by what we have built, but what we empower others to build.

This is why we are leading this new wave of AI innovation and more importantly, democratizing it, just like we did with the PC. From there we’ve gone to chat, to multi file edits, and now to agents. More than 150 million developers in nearly every country around the world are using GitHub.

So, I thought to myself, what if I could take that power and rebuild Microsoft’s very first product? And so, I tried it.

YouTube Video

You really know you’re on to something. Intelligence has been commoditized when CEOs can start vibe coding. But in all seriousness, this is not just a cool party trick, It’s transformational. It’s empowering. It’s unleashing human ambition. And it’s happening now.

In fact, I’m excited to share that the capability I just showed with Agent Mode is rolling out to all Visual Studio Code users starting today. We now have autonomous AI agents or peer programmers who can collaborate with us to anticipate our needs and help us think more creatively, and it does not stop there. We are bringing full MCP support to Agent Mode; we’re also launching Code Review Agent today to fix and find bugs automatically; we’re also making it easier than ever before for developers to build their own agents in Azure AI Foundry.

Think of it like an agent factory. It’s a production line for intelligence. Tens and thousands of organizations are using Foundry to build their own agents. And today, we’re going further. We now have a new agent framework for building multi-agent systems. But building agents is just the very beginning. We’re also building tools for all the evals, fine tuning, observability, and feedback. And you’ll also have a red teaming agent and tools to measure code vulnerabilities. All of this in support of building trustworthy AI systems. There’s much, much more to come.

What started out as a developer tools company 50 years ago is now a platform company where everyone can be a developer. Our mission has not changed, it’s only expanded.

Just as we have done always, we are putting the power in people’s hands so that they can build software that moves their communities, their countries forward. The same ethos is driving Copilot, not just for developers, but for every aspect of working life. Helping people do things that allow them to do more things, whether it’s building apps, doing homework, shopping, planning, and so much more.

Ultimately, it all comes down to our mission to empower every person and every organization on the planet to achieve more. I’ve always thought of Microsoft as a platform and partner-first company, and this has only been possible because of our customers, our partners and developers, and our 1.6 million employees, past and present, who have connected their passion with our purpose to get us where we are today. And it’s you who will continue to build this company to have impact around the world well into the future.

So, from the bottom of my heart, a big thank you to everyone who has contributed to Microsoft in getting us to this moment. I can’t wait to see what is next with Copilot and everything that we have for you.

Remarks have been edited for clarity.

Photo: Bill Gates, Microsoft Co-founder and Gates Foundation Chair; Steve Ballmer, former Microsoft CEO and Ballmer Group Co-founder; and Satya Nadella, Microsoft Chairman and CEO, on stage at the anniversary event. (Photo by Dan DeLong)

The post Celebrating Microsoft’s 50 years appeared first on The Official Microsoft Blog.

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

RNR 327 - Automating App Releases with Pratul Kalia

1 Share

Pratul Kalia from Tramline joins Jamon, Robin, and Mazen to talk about mobile release automation, scaling to millions of users, and why skipping the tooling step might cost you later. A must-listen for devs navigating production launches.

Show Notes

  1. Tramline
  2. Reldex
  3. Apdex
  4. Tramline’s synchronized builds


Connect With Us!


This episode is brought to you by Infinite Red!

Infinite Red is an expert React Native consultancy located in the USA. With nearly a decade of React Native experience and deep roots in the React Native community (hosts of Chain React and the React Native Newsletter, core React Native contributors, creators of Ignite and Reactotron, and much, much more), Infinite Red is the best choice for helping you build and deploy your next React Native app.





Download audio: https://cdn.simplecast.com/audio/2de31959-5831-476e-8c89-02a2a32885ef/episodes/3759bbb4-52dc-4fa1-a716-4799f4fbd58f/audio/a4db8c26-b0d6-49fa-a92d-be455c33ab0f/default_tc.mp3?aid=rss_feed&feed=hEI_f9Dx
Read the whole story
alvinashcraft
8 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Turn him into a walrus (Friends)

1 Share

Jerod turns Adam into Lego, a Walrus, and a Walrus in the style of Studio Ghibli…and so much more. This is a good one to watch on YouTube.

Join the discussion

Changelog++ members save 9 minutes on this episode because they made the ads disappear. Join today!

Sponsors:

  • Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights. Augment provides relevant, contextualized code right in your IDE or Slack. It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.
  • DepotBuild faster. Waste less time. Accelerate Docker image builds, and GitHub Actions workflows. Easily integrate with your existing CI provider and dev workflows to save hours of build time.
  • Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play. It’s a workspace designed not just for making progress, but getting inspired. Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clubs.
  • Fly.ioThe home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections. Push-button deployments that scale to thousands of instances. Check out the speedrun to get started in minutes.

Featuring:

Show Notes:

Adam Pictures:

  1. Adam as golfer
  2. Adam as LEGO
  3. Adam as walrus
  4. Adam as Ghibli walrus
  5. Adam all forms

Something missing or broken? PRs welcome!





Download audio: https://op3.dev/e/https://cdn.changelog.com/uploads/friends/87/changelog--friends-87.mp3
Read the whole story
alvinashcraft
8 hours ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories