Latest news with #decade


The Standard
29-06-2025
- Business
- The Standard
eMPF handles nearly 600,000 instructions, to cut more fees: Lau
Ayesha Macpherson Lau posted in her blog that the current fee rates could be further reduced over the next decade. Photo by MPFA


Fox News
25-06-2025
- Business
- Fox News
'Big, beautiful' bill could give a free pass for Big Tech to kill jobs
Buried in the budget reconciliation package recently passed by the House is a moratorium that would block every U.S. state from passing laws on artificial intelligence or automation for the next decade. Why would lawmakers try to sneak a 10-year ban on AI regulation into a budget bill? No surprise, it's money. There's big money in Big Tech. The draft moratorium is the result of aggressive lobbying from companies that are already using AI to undermine workers and eliminate jobs. To understand what a ban on AI regulation could mean, ask yourself: what are lawmakers talking about when they talk about "AI?" Most of us imagine programs like ChatGPT churning out text and images. But Big Tech sees something else: disruption, control, profit. They want driverless trucks crisscrossing our roads without oversight. Delivery drones flying over our neighborhoods without regulation. Fully automated warehouses and ports operated by machine. Freight moving across state lines without a single worker involved — and without anyone paying attention. They want a world with fewer workers, fewer rules, and zero interference from state or local governments. It's not just blue-collar jobs on the line. AI is already being used to automate white-collar work in finance, law, media, and design. Bad actors are using AI tools to create deepfake videos, clone voices, spread hate, and commit fraud. These tools are being abused now, and without strong public oversight, the risks will get worse. But some states are stepping up. Lawmakers in both parties have introduced bills to locally regulate AI surveillance, driverless vehicles, and workplace automation. And that's precisely why Big Tech wants to nuke states' rights to regulation as quickly as possible. If the moratorium language stays in the reconciliation bill and this ban goes through, it will be one of the largest federal takeovers of state power in U.S. history. It would strip all 50 states of their right to protect jobs, police their streets, ensure public safety, and respond to a technology that's changing by the minute. It will send our country into a spiral from which we cannot recover. It will lead to a future where states are forced to sacrifice their sovereignty to any special interest with enough money to spend. This isn't policy. It's a payoff. It's a decade-long free pass for tech giants to kill jobs, silence state governments, and reshape the country to their liking behind closed doors. No accountability. Just profits for the people who need it least. You can't say you support working people and then vote to replace us with machines. You can't claim to believe in states' rights and then give Silicon Valley total control over how America works. When politicians sell out, it's always workers who pay the price. But senators still have a choice. They can fix this situation and improve the bill. They can protect hardworking families — or they can side with Big Tech and cast American workers aside. Senators, do the right thing for the working class and strike the AI moratorium from this bill.


Fast Company
25-06-2025
- Fast Company
I've become an AI vibecoding convert
A few weeks ago, I finally paid for ChatGPT Plus. It started with a simple goal: I wanted to create a personal archive of my published articles, but wasn't sure how to begin. That led to a long back-and-forth with ChatGPT, where we built a Python script to scrape my author pages, download the content, and format everything cleanly. By the time I hit the free usage limit, I was too invested to pause or switch to another chatbot. So I upgraded. In hindsight, the money ($20 per month) was well spent. For one, it worked: I now have a folder on my computer containing more than a decade's worth of articles. More importantly, this was the moment that AI tools clicked for me. I've had little success using them to write, and often recoil at the images they churn out. When I ask ChatGPT and Google Gemini for factual information, they're liable to get the details wrong on all but the most widely understood topics. But in this case, ChatGPT saved me days of tedious work—and opened my eyes to what else might now be possible. (The idea of creating code without knowing how to code has even been coined 'vibecoding' by Andrej Karpathy.) If I could use AI to build personal Python scripts, what other plugins or extensions could I try next? Web extensions, plug-ins, and more Unlike my colleague Harry McCracken, I'm not using AI to dream up entirely new apps. I already have too many apps from actual professionals on my phone and computer, and I don't trust AI (or myself) enough to compete with them. What I've really gotten into, though, is using AI to extend and improve the software I use already. For instance, I take notes and draft stories in Obsidian, an app that's endlessly extensible via user-created plug-ins. I've always dreamed of a quick note plug-in for Obsidian that matches the simplicity of Google Keep, but have yet to find anything that works. After a few hours of vibecoding, I finally built the plug-in myself. Now, through Obsidian's right sidebar, I can view all the notes from any folder in a card-based layout and edit them directly from the sidebar. The plug-in also lets me pin notes to the top, create new notes with a single click, send notes to an archive folder, and search with real-time results. It even works in Obsidian's mobile app, with the quick-notes view just a swipe away. I've also been tweaking some existing plug-ins for Flow Launcher, a free Windows app for executing quick actions from a command bar. I took a plug-in for window management and added some new sizing options, and I modified a browser history search plug-in to make it work with my current browser (Floorp). AI tools are also useful for creating browser bookmarklets, which are special kinds of bookmarks for doing things like decluttering web pages and speeding up videos. I already wrote an entire article about that, but now I've created an additional bookmarklet for downloading YouTube videos. This works by connecting to a local Python server that silently processes video links and sends them to my Downloads folder. In all cases, the process was the same: I would tell ChatGPT exactly what I was trying to make, and asked for clear, step-by-step instructions on how to make it. I'd follow the instructions, compile the code, and go back to ChatGPT for fixes or refinements. Some assembly required I don't want to oversell vibecoding as an effortless activity. Each of the above projects took hours to build, as I inevitably fall down a rabbit hole of tweaking, clarifying, and troubleshooting. That's partly because AI can be as unreliable in coding as it is in other endeavors. ChatGPT has a habit of confidently declaring that it's produced working code, only for errors to appear when compiling or running it. I've spent hours feeding it error messages, trying to get it to recognize basic syntax issues or missing functions. On several occasions, I've had to abandon a chat entirely and start a new one after the code modifications veered too far off track. Even when everything is working properly, it's easy to fall prey to scope creep. You might think it's simple to add a new feature or tweak the design, but those changes can easily turn into additional hours of refining and fixing. (In fairness, this happens in actual software development, too.) And while you can accomplish a lot without formal programming knowledge, you'll still need a solid grasp of how file systems work and some basic sense of what code should look like. ChatGPT might ask you to replace one snippet with another, or mistakenly claim it's providing full code when large portions are missing. Being able to spot when AI is about to screw up can go a long way. Take some control back One last disclaimer: I'm not nearly confident enough in what I've created to share it with the world, as I'm sure other folks would run into bugs or ask for features that I'm thoroughly unqualified to address. I also wouldn't suggest vibecoding anything that handles sensitive data or important personal information. But for the things vibecoding is good at—small, personal utilities that no one else would want to make—it's immensely satisfying and even empowering. As Techdirt 's Mike Masnick recently pointed out, lowering the barriers to software development is a great way to push back against ' enshittification ' by major tech companies, whose products inevitably get weighed down by the need to scale and extract more money from captive users. To that point, you don't even need AI anymore once the vibe coding is done. Having built what I need for the foreseeable future, I cancelled my ChatGPT Plus subscription after a single month's payment. The extended deadline for Fast Company's Next Big Things in Tech Awards is this Friday, June 27, at 11:59 p.m. PT. Apply today.


Washington Post
13-05-2025
- Health
- Washington Post
The Republican plan to bury Medicaid recipients in paperwork
Michelle Miller-Adams and Beth C. Truesdale are researchers at the nonpartisan, nonprofit W.E. Upjohn Institute for Employment Research. This week, House Republicans unveiled a plan to cut $715 billion from Medicaid over the next decade. To get support from the party's centrist wing, the bill wouldn't directly slash individual benefits — instead it would put an emphasis on requiring recipients to work. It's a popular idea in polls: About 6 in 10 adults support work requirements, even as they strongly oppose cuts to Medicaid more broadly.