Tech News
← Home  ·  All topics

Engineering

83 GoKawiil briefs on this topic

Two engineers build OpenGL ES 3.0 Linux GPU driver for Apple M4 in one month

Cody Ho and Niklas reverse-engineered Apple's AGX GPU firmware and user-space stack to create a fully OpenGL ES 3.0 compliant Linux driver for the M4 Mac Mini and MacBook Neo, a project completed in roughly a month rather than the years such work typically requires. The driver already runs Chrome, Firefox with WebGL, and Minecraft at 200fps, though it remains unready for general users.

Y Combinator startup Lingo.dev opens remote senior content engineer role

Lingo.dev, a localization engineering platform that graduated from Y Combinator and secured venture funding, is hiring a senior content engineer to work remotely from anywhere. The role covers writing, publishing and distributing content daily across blogs, newsletters, social platforms and ad channels, while also owning SEO and AI-visibility metrics. Candidates are expected to automate repetitive tasks using AI tools and scripting to maintain a consistent publishing pace.

Essay Argues Engineers Should Directly Fix Other Teams' Systems to Get Things Done

A software engineering essay makes the case for proactively doing other people's jobs when they won't act themselves, citing Intel engineers who reportedly added 32-bit CPU support directly into Microsoft's compiler rather than waiting for Microsoft to do it. The piece extends this logic to dealing with unresponsive managers and slow-moving 'Scaled Agile' planning processes, suggesting direct patches often beat waiting for bureaucratic scheduling.

2026 AI job data: AI Engineer tops hiring, wage premiums hit 62%

A roundup of LinkedIn, WEF, Stanford AI Index, PwC, Lightcast, Indeed, Bain and Levels.fyi data shows AI Engineer as the most-hired AI role in 2026, with Research Scientist at frontier labs seen as the most prestigious. AI-related job postings and wage premiums have surged sharply, while prompt engineering is fading as a title and entry-level hiring has become tougher.

Opinion piece argues software engineering needs licensing like civil engineering

An industry commentator argues that software engineers face far less accountability than structural engineers, despite code failures already causing mass casualties, citing examples like AI-driven military drones and safety-critical AI systems. The piece contrasts civil engineering's licensing system, born from disasters like the 1928 St Francis Dam collapse, with software's near-total lack of formal oversight. It also outlines why regulating code is structurally harder than regulating physical construction, including the sheer number of self-taught coders and software's borderless nature.

SOM's Grimes Engineering Center at UC Berkeley wins Fast Company design award for exposed seismic system

UC Berkeley's Grimes Engineering Center, designed by Skidmore, Owings & Merrill, has been named a winner in Fast Company's 2026 Innovation by Design Awards. The building sits near a major Bay Area fault line and features a new seismic-responsive structural system engineered to withstand strong earthquakes, with the bracing left visible rather than hidden behind walls.

BleepingComputer and Material Security to detail Google Workspace OAuth attacks in webinar

BleepingComputer is hosting a live webinar on September 23, 2026, with Material Security's Rajan Kapoor and Fireside Consulting's Rick Fitzgerald, who will dissect two real breaches of Google Workspace environments carried out through malicious OAuth applications and social engineering rather than stolen passwords. The session will walk through how the attacks unfolded, the security gaps that let them succeed, and the response decisions made in the early hours of each incident.

Essay Argues Roundabouts Beat Traffic Lights as Traffic-Control Design

A software engineer published an essay comparing roundabout intersections to traffic-light systems, arguing that roundabouts solve common traffic problems—like sensor failures for bicycles or motorcycles and drivers racing through yellow lights—without any electronics or moving parts. The piece contends that roundabouts naturally slow traffic and only cause delays when genuinely necessary, unlike signal-based intersections that can create unnecessary waits or false negatives.

Study finds AI voice clones matching regional accents boost scam success rates

New research indicates that scammers using AI-generated voices that mimic a target's own accent are more effective at deceiving victims than generic synthetic voices. The findings suggest that accent-matching adds a layer of perceived familiarity and trust that makes fraudulent calls more convincing.

Software engineer warns AI agents inherit 'bad priors' from non-expert training feedback

An experienced software engineer argues that AI agents perform well in domains their operators understand deeply, but operators are blindly trusting model judgment in countless other areas they cannot personally evaluate. The author points to 'slop'—technically functional but poor-quality code patterns—as evidence that models were rewarded during training by non-experts, embedding flawed defaults into the model's behavior.

Blog post pushes back on 'artisanal programmer' label for non-AI coders

A software developer's essay argues against the industry habit of labeling programmers who avoid LLMs as 'artisanal,' contrasting them with 'serious' AI-assisted engineers. The author contends that valuing correctness, precision, and deep understanding of code is itself engineering discipline, not a hobbyist affectation, and criticizes the implicit framing that only AI-assisted coding counts as real engineering.

Anthropic Publishes Early Framework for Reverse-Engineering Transformer Circuits

Anthropic researchers introduce a mathematical approach to mechanistic interpretability, aiming to reverse-engineer the internal computations of transformer language models. Their initial study focuses on small transformers with two layers or fewer that use only attention blocks, deliberately simpler than models like GPT-3, in order to identify basic patterns before tackling larger systems.