InfoWorld |
|
||||||
How to adapt your skills for AI-driven development10:35 Today, it is nearly impossible for anyone in a software development role to avoid AI technology. That’s not a bad thing; individuals and teams can realize numerous potential benefits from AI-driven development. One thing is certain: Software developers who haven’t already done so must adapt their skills to meet the demands of this new era. And they should do it quickly. The Stack Overflow 2025 De… How AI redefines software engineering expertise10:35 There is a growing belief that AI will dramatically reduce the need for experienced software engineers. It won’t. The demonstrations are compelling. We see AI connected to Figma for design context, Jira for tickets, source control for repository history, and CI/CD pipelines for deployment. A feature request goes in, code comes out, and a pull request appears. The workflow looks increasingly autom… AI agents and bad productivity metrics10:35 Here’s a little bit of snark from developer John Crickett on X : Software engineers: Context switching kills productivity. Also software engineers: I’m now managing 19 AI agents and doing 1,800 commits a day. Crickett’s quip lands perfectly because it is not actually a joke. It’s a preview of the next management fad, wherein we replace one bad productivity proxy (lines of code) with an even worse… Compromised npm package silently installs OpenClaw on developer machines21.února A new security bypass has users installing AI agent OpenClaw — whether they intended to or not. Researchers have discovered that a compromised npm publish token pushed an update for the widely-used Cline command line interface (CLI) containing a malicious postinstall script. That script installs the wildly popular, but increasingly condemned, agentic application OpenClaw on the unsuspecting user’… EFF thinks it’s cracked the AI slop problem21.února The Electronic Frontier Foundation (EFF) Thursday changed its policies regarding AI-generated code to “explicitly require that contributors understand the code they submit to us and that comments and documentation be authored by a human.” The EFF policy statement was vague about how it would determine compliance, but analysts and others watching the space speculate that spot checks are the most l… JetBrains introduces Java to Kotlin converter for Visual Studio Code20.února In a bid to ease the adoption of its Kotlin programming language by Java developers, JetBrains has introduced a Java to Kotlin converter extension for Microsoft’s Visual Studio Code editor . Long established as an alternative to Java , Kotlin is widely used in Java spaces such as Android mobile application development. Introduced February 19 , the Java to Kotlin converter extension is downloadabl… AI agents still need humans to teach them20.února AI agents need skills — specific procedural knowledge — to perform tasks well, but they can’t teach themselves, a new research suggests. The authors of the research have developed a new benchmark, SkillsBench , which evaluates agentic AI performance on 84 tasks across 11 domains including healthcare, manufacturing, cybersecurity and software engineering. The researchers looked at each task under … AWS adds Design-first and Bugfix workflows to Kiro20.února AWS is recognizing that most developers don’t work the way Kiro, its Visual Studio Code–based agentic IDE, forces them too — so it’s adding two new software development workflows to Kiro that meet developers where they are: working on existing projects, fixing bugs. Kiro started out with a vision of helping developers through a process of spec-driven development (SDD): they would specify up-front… The data center gold rush is warping reality20.února It begins quietly, as many stories do, in a small rural town where the horizon seems impossibly broad. The town planning commission gathers in a modest room, the air thick with the scent of burnt coffee and aged carpet, to hear that their town will soon win the modern economy: 10 new data centers within the town’s boundaries. Not just one or two, but 10. The PowerPoint presentations shine with pr… Python’s popularity slip: Here’s what we know20.února Python faces new challenges from old rivals, but is it a blip or something more? In other news, we have goodies like easy-install instances of PostgreSQL, a peek at the state of the art in visual development for generative AI projects in Python, and sneaky tricks to share Python tooling across local projects. Top picks for Python readers on InfoWorld Python is slipping in popularity—Tiobe Python’… Google Gemini 3.1 Pro boosts complex problem-solving20.února Google has released a preview of Gemini 3.1 Pro, described as a smarter model for the most complex problem-solving tasks and a step forward in core reasoning. Announced February 19 , Gemini 3.1 Pro is designed for tasks where a simple answer is not enough, taking advanced reasoning and making it useful for the hardest challenges, according to the Google Gemini team. The improved intelligence can … The 200ms latency: A developer’s guide to real-time personalization19.února For engineers building high-concurrency applications in e-commerce, fintech or media, the “200ms limit” is a hard ceiling. It is the psychological threshold where interaction feels instantaneous. If a personalized homepage, search result or “Up Next” queue takes longer than 200 milliseconds to load, user abandonment spikes. There is a famous study from Amazon showing that every 100ms of latency c… Community push intensifies to free MySQL from Oracle’s control amid stagnation fears19.února Pressure is building on Oracle to loosen its grip on MySQL, with a group of database veterans, developers, and long-time contributors urging the company to transition the open source database to an independent foundation model. The call, articulated in an open letter , reflects mounting concern about MySQL’s development velocity , roadmap transparency, and role in an increasingly AI-driven data e… What happens when you add AI to SAST19.února Nearly a year ago, I wrote an article titled “ How to pick the right SAST tool .” It was a look at the pros and cons of two different generations of static application security testing (SAST): Traditional SAST (first generation): Deep scans for the best coverage, but creates massive friction due to long run times. Rules-based SAST (second generation): Prioritized developer experience via faster, … How to choose the best LLM using R and vitals19.února Is your generative AI application giving the responses you expect? Are there less expensive large language models —or even free ones you can run locally —that might work well enough for some of your tasks? Answering questions like these isn’t always easy. Model capabilities seem to change every month. And, unlike conventional computer code, LLMs don’t always give the same answer twice. Running an… |