Author: Naveed Ahmad

Naveed Ahmad is a technology journalist and AI writer at ArticlesStock, covering artificial intelligence, machine learning, and emerging tech policy. Read his latest articles.

AI

The AI coding agent market seems to be virtually unrecognizable in comparison with 2024 and even early 2025. What began as inline autocomplete has developed into totally autonomous programs that learn GitHub points, navigate multi-file codebases, write fixes, execute checks, and open pull requests — with no human typing a single line of code. By early 2026, roughly 85% of builders reported recurrently utilizing some type of AI help for coding. The class has fractured into distinct archetypes: terminal brokers, AI-native IDEs, cloud-hosted autonomous engineers, and open-source frameworks that allow you to swap in no matter mannequin you favor. The…

Read More
AI

Mira Murati nonetheless desires to construct AI superintelligence. However the ex-CTO of OpenAI sees human intelligence as a vital a part of the equation.At a time of rising fear over AI eliminating jobs and rising the facility of few large firms, Murati’s startup, Pondering Machines Lab, gives a radically totally different imaginative and prescient of the expertise.“Sooner or later we may have super-intelligent machines,” Murati tells WIRED. “However we predict that one of the best ways to truly have many potential futures—good futures—is to maintain people within the loop.”Murati says AI doesn’t must automate people out of the equation. A…

Read More
AI

Richard Socher has been a serious determine in AI for a while, finest identified for founding the early chatbot startup You.com and, earlier than that, his work on ImageNet. Now he’s becoming a member of the present era of research-focused AI startups with Recursive Superintelligence, a San Francisco-based startup that got here out of stealth on Wednesday with $650 million in funding. Socher is joined within the new enterprise by a cohort of distinguished AI researchers, together with Peter Norvig and Cresta co-founder Tim Shi. Collectively, they’re working to create a recursively self-improving AI mannequin, one that may autonomously determine…

Read More
AI

(ROOT / “store” / “admin.py”).write_text(”’ from django.contrib import admin, messages from django.contrib.auth.admin import (UserAdmin as DjangoUserAdmin, GroupAdmin as DjangoGroupAdmin) from django.contrib.auth.fashions import Person, Group from django.shortcuts import redirect from django.utils.html import format_html from django.utils.translation import gettext_lazy as _ from unfold.admin import ModelAdmin, TabularInline from unfold.contrib.filters.admin import ( ChoicesDropdownFilter, RangeNumericFilter, RangeDateFilter, MultipleChoicesDropdownFilter, ) from unfold.decorators import show, motion from .fashions import Class, Buyer, Product, Order, OrderItem admin.web site.unregister(Person); admin.web site.unregister(Group) @admin.register(Person) class UserAdmin(DjangoUserAdmin, ModelAdmin): move @admin.register(Group) class GroupAdmin(DjangoGroupAdmin, ModelAdmin): move @admin.register(Class) class CategoryAdmin(ModelAdmin): list_display = (“identify”, “mum or dad”, “show_active”, “created_at”) list_filter = ((“is_active”, ChoicesDropdownFilter),) search_fields = (“identify”, “slug”) prepopulated_fields =…

Read More
AI

Lovable, the AI-powered app-building platform, has backed Danish {hardware} startup Atech, which desires to introduce “vibe coding” to the method of making {hardware}. Lovable was a part of an $800,000 pre-seed spherical that additionally included a16z’s scout fund, Sequoia Scout Fund, and Nordic Makers.  In a chat with TechCrunch, Atech’s head of buyer expertise, Gustav Hugod, mentioned the platform’s workings are fairly easy. Customers purchase a starter {hardware} package for no matter they’re making an attempt to construct from Atech’s website. Then they open a tab on the website, speak to an AI chatbot, describe the {hardware} idea they’re making…

Read More
AI

Poetiq has simply printed some very fascinating outcomes displaying its Meta-System reached a brand new state-of-the-art on LiveCodeBench Professional (LCB Professional), a aggressive coding benchmark, by mechanically constructing and optimizing its personal inference harness — with out fine-tuning any underlying mannequin or accessing mannequin internals. The end result: GPT 5.5 Excessive with Poetiq’s harness scores 93.9% on LCB Professional (25Q2), up from its baseline of 89.6%. Gemini 3.1 Professional, the mannequin the harness was particularly optimized on, jumps from 78.6% to 90.9% — surpassing Google’s personal Gemini 3 Deep Suppose (88.8%), a mannequin that isn’t even accessible by way of…

Read More
AI

Codex goes cellular. The coding instrument — which OpenAI launched roughly a 12 months in the past — has now been built-in into the ChatGPT app, permitting customers to watch and handle their improvement workflows remotely. The brand new perform permits customers to see their Codex reside environments in any gadgets the place it’s working. The corporate introduced the adjustments Thursday; the replace, which is at the moment in preview, is now obtainable to all plans on iOS and Android. “That is greater than the flexibility to remotely management a single job or dispatch new duties to your pc,” OpenAI…

Read More
AI

Cline grew to become ‘agentic’ earlier than it was cool, however constructing on the bleeding edge normally results in some structural debt. Over time, the agent loop and the VS Code extension grew to become a bundle deal—making it a headache to take care of or transfer to new environments. Its powerful to simply hold layering options on a inflexible core. Cline, the open-source AI coding agent utilized by tens of millions of builders, shipped a big architectural change this week: it extracted its inside agent harness right into a standalone, open-source TypeScript SDK referred to as @cline/sdk, and is…

Read More
AI

Attorneys delivered closing arguments within the Musk v. Altman trial on Thursday in a last try to persuade a decide and jury that their respective shoppers, Elon Musk and Sam Altman, are probably the most well-intentioned, truth-telling stewards of OpenAI’s founding nonprofit mission. A judgement might be delivered as quickly as subsequent week, ending a decade-long battle between two of the know-how trade’s most influential entrepreneurs.However whatever the final result, there’s a extensive set of losers on this case. Primarily based on ample quantities of proof, it seems that the folks worst off are the workers, coverage makers, and members…

Read More
AI

9 California jurors are actually deliberating over the way forward for OpenAI, the world-leading synthetic intelligence lab. Whereas the trial exploring Elon Musk’s case towards OpenAI’s different cofounders and Microsoft has coated territory starting from the breakup of the founders in 2018 to Altman’s firing and rehiring in 2023, the jurors can be contemplating a set of pretty slender questions. Breach of charitable belief — primarily, did OpenAI and cofounders Sam Altman and Greg Brockman violate a particular settlement with Musk to make use of his donations to OpenAI for a particular, charitable objective and never common use by the non-profit?…

Read More