Tech News
← Home  ·  All topics

Ai Coding

14 GoKawiil briefs on this topic

X Post on Engineer's Claude Code Workplace Sparks Viral AI-Coding Debate

A software engineer using the handle v0xium described in a viral X post working 12-13 hour days at an unnamed large company where nearly all coding is done via Anthropic's Claude Code tool. The engineer said staff across seniority levels mostly approve AI-generated code rather than write or debug it themselves, calling the process "soul-sucking" and noting that no one seems to understand the resulting software.

Nova Learning survey shows student interest shifting from CS/AI to Engineering

A survey by academic mentoring platform Nova Learning found that the share of middle and high school students naming Computer Science and AI as their top academic interest dropped from 42.3% in 2025 to 27.9% in 2026, while Engineering's share nearly doubled, rising from 11.9% to 23%, led largely by Mechanical and Aerospace Engineering. Separately, the National Student Clearinghouse Research Center reported an 8.1% drop in undergraduate Computer and Information Science enrollment at four-year institutions, to about 606,000 students, even as Engineering enrollment grew.

Veteran engineer warns AI vibe-coding erodes software maintainability over time

A software engineering commentator argues that teams increasingly skipping code writing and code review in favor of AI-generated 'vibe coding' are storing up long-term trouble. The piece contends that the harm from poor architecture and unreadable code isn't visible immediately, but surfaces months or years later as systems become fragile and hard to change.

Engineer says Claude Code has turned coding into 12-hour 'press enter' drudgery

An anonymous software engineer posting on X as 'voxium' says his employer now uses Anthropic's Claude Code to generate specs, tests, tickets and reports, leaving staff to work 12-13 hour days largely just approving AI output. He says engineers of all seniority levels are reduced to prompting the AI, with little time to review code or fix bugs, and calls the job 'soul-sucking.'

Essay warns 'meat proxy' LLM workflows offer no lasting job security

A software engineering blogger describes a growing trend where workers let LLMs perform tasks like coding or summarizing without verifying the output, simply relaying results back and forth—dubbed being a 'meat proxy.' The author argues that while this approach has improved since early 2025, its logical endpoint is self-defeating: if an LLM can eventually produce good software unsupervised, employers will simply automate the loop and remove the human entirely.

Startup bucks trend, expands junior engineer hiring despite AI coding tools

While many tech firms cite AI code-generation as reason to cut entry-level hiring, one company says it is increasing its junior engineer headcount instead. The company argues that AI tools handle routine coding tasks but cannot substitute for the on-the-job learning that turns junior developers into engineers with real judgment and intuition.

New language Bend uses formal proofs to stop AI coding agents from shipping bugs

Bend is a newly introduced programming language that compiles to native code, runs on multiple CPU cores or GPUs without manual threading, and includes a built-in proof checker similar to Lean and Rocq. Developers can write rules in a LAWS.bend file, and Bend will refuse to accept any AI-generated code change that violates those rules, checking each change in about a second. Its creators demonstrate this by showing an AI agent attempt to break a game's win condition, which Bend blocks until the AI produces a compliant fix.

Essay likens AI coding shift to stonemasons-to-carpenters bridge-building change

An essay draws a parallel between the historical shift in bridge construction from stonemasons hand-placing stone to carpenters building wooden forms for poured concrete, and today's shift in software development driven by AI code generation. The author argues developers are moving from directly writing code line-by-line, like stonemasons, to constructing structures such as tests, documentation and guardrails that shape what AI generates, akin to carpenters building molds.

Factory triples valuation to $5B after $200M funding round

AI coding startup Factory has raised $200 million in new funding, pushing its valuation past $5 billion—more than triple its previous mark. Investors in the round include Khosla Ventures, Blackstone and Marc Benioff.

Cognition secures $2 billion Series E at $48 billion valuation

AI coding startup Cognition has closed a Series E funding round of $2 billion, valuing the company at $48 billion. The round includes backing from investors such as Peter Thiel, underscoring strong investor confidence in AI-driven software development tools.

Cognition raises $2B at $48B valuation, doubling worth in four months

Cognition, maker of the AI coding assistant Devin, closed a $2 billion funding round led by Andreessen Horowitz, Accel, Founders Fund, General Catalyst and Avenir, pushing its valuation to $48 billion—up from $26 billion just four months earlier. The company says its annualized run-rate revenue nearly doubled since May, climbing from $492 million to $900 million.

Report warns AI coding speed is outpacing product judgment at startups

Google's 2025 DORA report finds 90% of developers now use AI daily, but the tool mainly magnifies existing habits rather than automatically improving output quality. Separate data shows 66% of developers spend extra time fixing AI-generated code that's 'almost correct,' while GitClear found an eightfold rise in code duplication since AI adoption became widespread. The piece argues that cheaper development means weak feature ideas can ship as fast as good ones unless teams deliberately slow down to validate problems first.