grep -r "code" /news · homesearch
grep -rli "code" /news

code

Full-text search across 813 articles. Combine with topic and date filters; results sorted by relevance.

results 813 page 26/41
15:41
2026-05-21
counting-stuff.com
open-source

Reflections on Building Forum Software

The article describes the author's launch of "bsBB," a new forum software built as a free, nostalgic homage to early internet forums for their data-focused community. The author reflects on using AI coding tools to handl…

01:19
2026-05-19
dev.to
artificial-intelligence

lysofdev-ailog: A git log for Why Your AI Agent Did What It Did

Ailog**, a file-based work log tool designed to capture and preserve the reasoning behind AI agents' coding decisions. It addresses the problem of stateless AI agents losing context across sessions, resulting in opaque d…

22:02
2026-05-14
github.blog
developer-tools

GitHub availability report: April 2026

In April 2026, GitHub experienced 10 incidents that caused degraded performance across its services, including a full outage of the code search service on April 1 that lasted over eight hours. The company released a blog…

10:00
2025-12-16
andrewlock.net
developer-tools

Creating a .NET CLR profiler using C# and NativeAOT with Silhouette

This article summarizes an exploration of Kevin Gosse's Silhouette library, which enables developers to build .NET CLR profilers using C# and NativeAOT instead of traditional C/C++ code. The author creates a basic profil…

05:05
2026-05-24
dev.to
artificial-intelligence

Evaluation & Benchmark Results

The article describes a submission for the Gemma 4 Challenge called the "Multimodal Gemma 4 Visual Regression & Patch Agent," a tool that uses Google's Gemma 4 models to diagnose and fix front-end UI bugs by cross-refere…

21:30
2026-05-03
muratbuffalo.blogspot.com
research

BugBash'26: Day 2

The article summarizes Day 2 of BugBash'26, featuring a talk by infrastructure expert Brian Potter on why buildings rarely collapse due to technical factors like simple structures, redundant load paths, and large safety …

07:31
2026-05-19
latent.space
artificial-intelligence

[AINews] How to land a job at a frontier lab (on Pretraining)

Vlad Feinberg published a guide on how to land a job at a frontier AI lab focused on pretraining, emphasizing kernel-level performance work as the most direct path into the labs. The guide recommends deriving Chinchilla …

23:46
2026-05-19
dev.to
developer-tools

Capture the Reasoning Path, Not the Final State

AI-assisted coding creates a critical gap in documentation because AI agents have no memory of rejected alternatives or past decisions, making future debugging difficult. To solve this, the author introduces "paper-trail…

12:24
2026-04-27
muratbuffalo.blogspot.com
large-language-models

BugBash'26 Afternoon of Day 1

The article summarizes the first afternoon of BugBash'26, featuring talks from engineers at OpenAI, Jane Street, TigerBeetle, and Adaptive. A key theme from Ben Eggers of OpenAI was that while LLMs have made code generat…

00:00
2024-05-25
cursor.com
artificial-intelligence

Our Problems (cont.)

Key research areas for advancing AI-assisted programming, focusing on next-action prediction models that anticipate user edits, file switches, and terminal commands with low latency. It also explores methods for scaling …

01:08
2018-02-19
gist.github.com
developer-tools

What is Strict Aliasing and Why do we Care?

The article explains that strict aliasing is a rule in C and C++ that specifies which types of pointers can legally access the same memory location, allowing compilers to optimize code under the assumption that these rul…

00:34
2026-05-24
dev.to
developer-tools

Mutation Testing for Dummies

Mutation testing is a white-box testing method where developers intentionally introduce small bugs, or "mutants," into source code to evaluate the effectiveness of their test suite. If a test fails after a mutation is in…

21:11
2026-05-20
vmax.ai
artificial-intelligence

PopuLoRA: Co-Evolving LLM Populations for Reasoning Self- Play

PopuLoRA is a method for training large language models (LLMs) that uses co-evolving populations of teacher and student adapters to generate and solve verifiable reasoning tasks, such as code and math problems. Unlike si…

03:13
2026-05-20
developers.googleblog.com
developer-tools

Agents CLI in Agent Platform: create to production in one CLI

Google Cloud has launched Agents CLI, a unified command-line tool designed to streamline the entire Agent Development Lifecycle (ADLC) by allowing AI coding agents to directly scaffold, evaluate, and deploy production-gr…

← prev page 26 / 41 next →