SShortSingh.
0
ProgrammingDEV Community ·

Developer Builds Two-Stage Local AI Pre-Commit Hook to Cut Secret Scanning Noise

A developer created a pre-commit hook that combines regex scanning with a locally run large language model to improve secret detection in code repositories. The tool first applies broad regex patterns to flag suspicious strings in staged files, then passes only those flagged hunks to a local LLM via Ollama for a final verdict. Because the model runs entirely on the developer's own machine, no code or diffs are sent to external cloud services. The system distinguishes real credentials from placeholders and test fixtures, reducing both false positives that frustrate developers and false negatives that let real secrets slip through. Most commits bypass the slower LLM stage entirely, keeping the hook fast for everyday use.

0
ProgrammingHacker News ·

Hoplite launches cloud platform to deploy and QA coding agents at scale

Hoplite, a YC S26 startup founded by Bence and Ryan, has launched a cloud platform that allows developers to deploy AI coding agents with built-in quality assurance tools. The platform ports users' local setups — including sessions, memories, and MCP servers — to the cloud and supports running hundreds of agents concurrently. The founders pivoted from an AI retail investing idea after concluding it did not serve a customer base they connected with, and instead focused on cloud-based developer tooling. Hoplite built a custom agent harness in-house rather than relying on existing solutions like Codex or Claude Code, citing the need for independence and faster feature development. The platform is currently free to try with a promotional code offering $100 in credits, and runs on AWS infrastructure with Temporal, Modal, and PlanetScale handling specific components.

0
TechnologyThe Verge ·

Microsoft plans to bring Xbox 360 games to PC via developer program

Microsoft is expanding its backward compatibility efforts by allowing developers to port their Xbox 360 games to PC, according to a leaked document obtained by The Verge. The move builds on the company's earlier announcement to bring original Xbox titles to PC as well. Xbox 360 games are expected to run on the upcoming Project Helix console, Xbox PCs, and handheld devices. The initiative aims to build a broader, cross-device Xbox game library, comparable to how Steam handles game ownership across platforms. Digital licensing for these older titles is a key part of enabling this expanded availability.

0
ProgrammingDEV Community ·

How Experienced Engineers Decide When to Use a Queue in System Design

A DEV Community article argues that recognizing when to use a Queue is a more valuable engineering skill than simply knowing how one works. The core decision framework starts with a business question: does the user need the result immediately, or can the work happen in the background? Tasks like saving a form submission must stay in the request path, while work such as generating reports, sending notifications, or updating search indexes are strong candidates for asynchronous Queue-based processing. Engineers are advised to sketch the request flow first and let business requirements — not data structures — drive design choices. The article also notes that certain requirement phrases, including 'export data' or 'process image,' serve as signals to evaluate whether a task truly needs to block the user.

0
IndiaTimes of India ·

LeBron James funds $41M scholarship program for 1,100 Akron students

NBA star LeBron James has launched a scholarship program aimed at helping around 1,100 students from Akron, Ohio, access college education. The initiative is valued at $41 million and reflects James's personal commitment to expanding educational opportunities. His motivation stems from his own difficult childhood marked by financial hardship. James himself never attended college, having entered the NBA straight out of high school. The program is designed to give Akron students a tangible pathway to higher education.

0
TechnologyTechCrunch ·

Wispr Flow Set to Launch AI Meeting Notetaker, Terms of Service Reveal

Wispr Flow appears to be preparing a new meeting notetaker feature, according to recently updated terms of service. The tool is expected to automatically generate meeting summaries and action items for users. The indication comes from changes in the company's legal documentation rather than an official announcement. No launch date has been confirmed by Wispr Flow at this time.

0
ProgrammingDEV Community ·

Developer launches free browser-based text case converter supporting 11 formats

A developer has built TextCaseConverters.com, a free online tool that converts text into over 11 formats including camelCase, snake_case, kebab-case, and UPPERCASE. The tool was created to eliminate the friction of switching between multiple apps during everyday development workflows. All conversions run locally in the browser using JavaScript, meaning no text is sent to external servers. Built with Next.js, TypeScript, and Tailwind CSS v4, the site is hosted on Cloudflare Pages and requires no signup to use.

0
ProgrammingDEV Community ·

AWS Quietly Adds Post-Quantum Encryption to Guard Against Future Decryption Attacks

Adversaries can intercept and store today's encrypted internet traffic, then decrypt it later once powerful quantum computers become available — a strategy known as 'harvest now, decrypt later.' The key vulnerability lies in elliptic-curve Diffie-Hellman key exchange, which Shor's algorithm could eventually break, exposing session keys and all data transmitted over those connections. To counter this, AWS has been rolling out post-quantum cryptography across services like Secrets Manager, using a hybrid approach that combines the classical X25519 algorithm with ML-KEM-768, a lattice-based key encapsulation mechanism standardized by NIST as FIPS 203 in 2024. The hybrid design ensures that even if one algorithm is compromised, the session key remains protected by the other. AWS plans to phase out the earlier draft standard, CRYSTALS-Kyber, from its endpoints by 2026 in favor of the finalized ML-KEM standard.

0
IndiaTimes of India ·

Charles Dickens' Timeless Message of Kindness Remains Relevant Today

Charles Dickens, the celebrated Victorian novelist, drew deeply from his own early hardships to shape a worldview centered on empathy and social justice. His works powerfully depicted the struggles of ordinary people, shining a light on issues such as child labor and widespread poverty. Through memorable characters and compelling narratives, Dickens gave a voice to the marginalized in society. His stories continue to resonate with readers around the world, transcending the era in which they were written. The core values of kindness and compassion that ran through his writing are widely regarded as just as meaningful today.

0
ProgrammingDEV Community ·

Bucket Sort Explained: How the Algorithm Groups and Sorts Data Efficiently

Bucket sort is a comparison-based sorting algorithm that works best when input values are uniformly distributed across a range. The algorithm divides the input array into multiple groups called buckets, assigning each element to a bucket based on its value range. If any bucket contains more than one element, those elements are sorted individually using a secondary sorting algorithm or recursively via bucket sort. Once all buckets are sorted, they are merged in order to produce the final sorted array. The approach improves sorting efficiency by breaking large datasets into smaller, more manageable groups before combining them.

0
SportsESPNcricinfo ·

Chase's grit and lower-order resistance lift West Indies to 344 against Pakistan

West Indies posted a total of 344 in their innings against Pakistan, thanks largely to a determined knock from Roston Chase. The lower order showed notable defiance, contributing significantly to extending the team's total. Pakistan's bowling attack was shared across multiple contributors, with Sajid Khan claiming four wickets. Three other Pakistan bowlers took two wickets each, keeping the attack relatively spread out. The extended session allowed West Indies to add crucial runs before their innings concluded.

0
ProgrammingDEV Community ·

Dev discovers Coder Agents has two separate, non-overlapping skill systems

A developer building reusable agent skills for Coder Agents found that placing a skill file in the filesystem directory did not make it appear in the chat's slash-command menu. After cloning the Coder source code to investigate, they discovered the platform maintains two entirely distinct skill systems: personal skills stored in a database and accessible via the slash menu, and workspace skills discovered from the filesystem that the AI model loads autonomously. The two systems do not overlap, meaning filesystem-based skills are invisible to the slash-command interface by design. The developer had originally set out to automate repetitive tasks — including agent session handoffs during context-window compaction and SSH workspace setup — by writing reusable skill files. Understanding the architectural split between the two systems resolved the confusion and clarified the correct approach for each use case.

0
IndiaTimes of India ·

Balaji Srinivasan's Malaysia Network School shut down, pivots to Kazakhstan

Indian-American tech entrepreneur Balaji Srinivasan launched his Network School experiment inside Forest City, a largely vacant Chinese-developed township in Malaysia's Johor state. The school attracted hundreds of residents over two years as part of Srinivasan's broader vision of building alternative societies outside traditional nation-states. Malaysian authorities ordered the institution to close due to licensing irregularities, a move that followed a separate investigation involving Israeli passports on the campus. Within hours of the shutdown order, Srinivasan announced a new agreement to relocate and reopen the school in Kazakhstan.

0
ProgrammingHacker News ·

Armature Launches MCP Analytics Tool to Track AI Agent Sessions for Developers

Y Combinator-backed startup Armature, founded by Theodore and Louis, has publicly launched a product analytics platform designed for developers who expose tools via the Model Context Protocol (MCP). By wrapping an existing MCP with just three lines of code, developers can reconstruct full agent sessions — including user intent and agent reasoning — directly in a dashboard. The tool surfaces popular use cases, clusters user workflows, and flags recurring issues that agents encounter, without meaningfully impacting MCP performance. Privacy is addressed by running data redaction client-side before any information reaches Armature's servers. The product is now available self-serve at armature.tech with a free tier, and the team is working toward closing the feedback loop by integrating automated evaluations and AI-generated fix suggestions.

0
ProgrammingDEV Community ·

Developer builds open-source governance toolkit to audit and standardize AI agent skills

A developer released the skill-governance-toolkit in mid-2026 after accumulating a disorganized library of SKILL.md and AGENTS.md files they could not confidently vouch for in terms of safety or portability. The toolkit addresses a gap in governance for two emerging open standards — AGENTS.md from the Linux Foundation AAIF and SKILL.md from Anthropic — which define how AI agents receive instructions and packaged procedures. It includes six meta-skills that evaluate, compare, audit, and improve skill files across nine quality dimensions, along with a security-focused sub-agent and a deterministic audit engine. The tools are designed to run identically across multiple AI coding runtimes, including Claude Code, GitHub Copilot, Cursor, OpenAI Codex CLI, and Google Gemini CLI, to avoid vendor lock-in. The developer credited Claude Code with writing most of the implementation code, while they focused on architectural decisions and defining quality standards throughout the build process.

0
ProgrammingHacker News ·

Epoch AI Explores the Scale Limits of Fully Autonomous AI Coding

Epoch AI has published research examining how large and complex a software project an AI system can complete without human intervention. The study probes the current boundaries of autonomous AI coding capabilities. It raises questions about where AI assistance ends and full autonomy begins in software development. The research is hosted on Epoch AI's platform under the project name MirrorCode.

0
ProgrammingDEV Community ·

Developer combines AWS DevOps Agent with Jinbaflow to auto-generate business-ready PDF reports

A developer tested the MCP integration feature of AWS DevOps Agent by connecting it with Jinbaflow, an AI workflow automation tool. The goal was to transform technical incident investigation outputs from AWS into plain-language reports suitable for non-technical business stakeholders, with PDF export support. The workflow uses Claude Sonnet via Anthropic's API to translate AWS-specific terminology, error codes, and root cause analyses into simple, jargon-free language. A pre-defined YAML configuration was shared so others can replicate the workflow without building it from scratch. The project demonstrates how AI tools can bridge the gap between technical DevOps reporting and business-layer communication.

← NewerPage 57 of 2028Older →