Software

Explore the software world end-to-end: operating systems, apps, browsers, productivity, media, security, utilities, plus a dedicated Software Development section covering the tools and practices that build modern technology.

  • 22 Subtopics
  • 242 Topics below
  • 5 Tracked terms
  • Last 30 days Feed window

Inside Software

Trending & Big Updates Major releases, breaking changes, security patches, and the stories everyone is discussing right now. 4 subtopics AI Assistants, creative tools, AI search, and on-device intelligence—plus how AI is reshaping everyday apps. 14 subtopics Operating Systems & Platforms Windows, macOS, Linux, Android, and everything around them: updates, defaults, security, apps, and power-user workflows. 4 subtopics Browsers & the Web Browsers, engines, extensions, privacy, sync, performance, and the ever-evolving web platform. 10 subtopics Office & Productivity Docs, spreadsheets, slides, notes, calendars, tasks, whiteboards, PDFs, and modern “work hubs.” 7 subtopics Messaging, Video & Collaboration Team chat, video meetings, webinars, communities, and privacy-first messaging. 6 subtopics Creative & Media Apps Photo/video editors, audio workstations, 3D, illustration, motion graphics, and creator tools. 7 subtopics Media Players & Streaming Local media players, libraries, streaming clients, home theater software, and podcast ecosystems. 5 subtopics Gaming Clients & Overlays Game launchers, anti-cheat, drivers, overlays, cloud gaming, and mod managers. 4 subtopics Security & Privacy Tools Antivirus, VPNs, password managers, 2FA, firewalls, patch news, and privacy protection. 6 subtopics Utilities & System Tools Backups, automation, launchers, clipboard tools, monitoring, networking, and power-user essentials. 8 subtopics Virtualization & Emulation Virtual machines, compatibility layers, containers, and classic emulators for running other platforms. 3 subtopics Accessibility & Assistive Tech Screen readers, captions, magnifiers, voice control, and inclusive features built into modern software. 4 subtopics Cloud Storage & Sync Sync apps, backup clients, sharing workflows, and self-hosted alternatives. 3 subtopics Email, RSS & News Email clients, RSS readers, newsletters, spam filtering, and inbox productivity. 3 subtopics Personal Finance Apps Budgeting, taxes, accounting, receipts, and financial organization apps. 4 subtopics Automation & No-Code No-code connectors, recipes, and shortcuts that automate routines across apps and devices. 5 subtopics File Management & Compression Explorers, advanced finders, archivers, diff/merge, checksum tools, and file transfer clients. 7 subtopics Gaming, Launchers & Game Tools PC launchers, mods, overlays, performance tools, streaming clients, and compatibility layers for gaming. 5 subtopics Photography & Personal Media Photo organization, galleries, RAW workflows, backups, and personal media libraries across devices. 3 subtopics Health, Fitness & Lifestyle Apps Habit tracking, workouts, wearables apps, sleep tracking, and wellness tools that people actually use. 3 subtopics Software Development Build, ship, and scale modern software: languages, frameworks, DevOps, data, AI/ML, security, testing, architecture, and careers. 13 subtopics

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Software

DEV Community
dev.to > infoinlet1 > i-made-two-ais-review-each-others-code-for-30-days-a-human-still-caught-the-bug-in-5-minutes-484a

I made two AIs review each other's code for 30 days. A human still caught the bug in 5 minutes.

14+ min ago   (905+ words) Last month I let AI write 100% of my code for 30 days. The single loudest lesson wasn't "AI is amazing" or "AI is useless." It was one sentence: the thing that writes the code can never be the thing that reviews…...

DEV Community
dev.to > linxi-ai > ai-website-handoffs-when-a-prototype-needs-a-real-code-boundary-2fcc

AI Website Handoffs: When a Prototype Needs a Real Code Boundary

11+ min ago   (332+ words) A polished AI-generated website can hide an unfinished delivery model. The hard question is not whether a builder can produce a convincing page. It is whether the next person can safely change the real system without reconstructing the original prompt,…...

DEV Community
dev.to > masondelan > record-why-an-approach-was-rejected-and-when-to-revisit-it-20op

Record why an approach was rejected—and when to revisit it

9+ min ago   (564+ words) Disclosure: I maintain Selvedge, an open-source decision-history tool. This article was prepared with AI assistance from Grok and Codex. The example below is hypothetical and uses plain Markdown; it does not require a particular product. A repository can show what…...

DEV Community
dev.to > gokulnathp > ai-agent-memory-sliding-windows-summaries-and-vector-storage-4mo9

AI Agent Memory: Sliding Windows, Summaries, and Vector Storage

44+ min ago   (623+ words) The agent we built in Post #4 has one big problem — the moment the script ends, it forgets everything. Next time you run it, it starts from zero. No memory of past conversations, no retained facts, nothing. For a quick experiment…...

DEV Community
dev.to > emmanuel_mba_b4b11388c72c > learning-from-first-principles-26lm

Learning from first principles

12+ min ago   (431+ words) Enterprises and large coorporations manage tens of millions of requests daily. what this implies is that the need for deep understanding of systems and engineering foundations in becoming increasingly important. people like to say things like Coding is Solved or…...

DEV Community
dev.to > urbanmixo > the-illusion-of-stringlength-how-to-safely-count-unicode-emojis-and-words-in-js-166m

The Illusion of String.length: How to safely count Unicode, Emojis, and Words in JS

22+ min ago   (173+ words) If you are building a text input that restricts users to a specific character limit (like a tweet, an SMS gateway, or an SEO meta tag), your first instinct is probably to use String.prototype.length. If you are doing…...

DEV Community
dev.to > tessainsley > the-best-coding-agent-still-gets-6-in-10-changes-wrong-that-is-your-review-load-3h5n

The best coding agent still gets ~6 in 10 changes wrong. That is your review load.

27+ min ago   (244+ words) While tech review articles argue about what PR length is safe to let an agent produce, the review problem is set by a simpler number: how often the agent is wrong. Specific Labs' Real-SWE benchmark, published September 2026, runs frontier agents…...

DEV Community
dev.to > sarthakagrawal927 > the-more-aggressive-matmul-kernel-lost-to-the-register-budget-1e2i

The more aggressive matmul kernel lost to the register budget

17+ min ago   (171+ words) The WebGPU matmul sweep started with a naive kernel, then added 16 by 16 workgroup tiling and a 4 by 4 output block per thread. At a 2048 cubed matrix size, the measured time moved from 47.24 ms for the naive kernel to 17.23 ms for tiling…...

DEV Community
dev.to > dbsoul > your-own-agent-roadmap-from-safety-net-to-autonomous-discovery-47ac

Your Own Agent Roadmap — From Safety Net to Autonomous Discovery

28+ min ago   (564+ words) The state where memory (Chapter 3), hook gates (Chapter 4), and the auditor (Chapter 6) are in place. The AI hasn't become more capable — what's been built is an environment where it's hard to be wrong. Graduation criteria: the recurrence rate of the…...

DEV Community
dev.to > monteluke_68ee9b83/78/76551 > make-fully-customizable-qr-codes-actually-3cik

Make Fully Customizable QR Codes (Actually)

18+ min ago   (28+ words) Tired of usual bland QR codes that don't show off your brand? I made a simple API to create fully... Tagged with python, api, backend, tools....