SShortSingh.
Back to feed

AI Won't Kill IT Jobs, But It Will Force Them to Evolve

0
·1 views

Tech commentator Serguey Shinder argues that IT jobs have historically survived automation waves not by disappearing, but by shifting to higher-level responsibilities. When cloud computing replaced physical servers, infrastructure professionals moved into system design, security, and cost management rather than hardware maintenance. Shinder contends that AI will similarly absorb routine tasks like scripting and boilerplate troubleshooting, but cannot replace human judgment, accountability, and organizational understanding. He warns that workers who define themselves by specific tasks risk obsolescence, while those focused on the broader problem they solve will adapt successfully. His core advice to IT professionals is to stop defending current tasks and instead develop expertise at the next layer up the stack.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer cuts LLM inference costs 45% using self-hosted vLLM on cloud GPUs

A developer building autonomous AI agents and real-time LLM-driven applications found commercial API costs unsustainable due to high volumes of tool calls and token usage. To address this, they deployed a self-hosted inference cluster on cloud GPU platforms RunPod and Vast.ai using the open-source vLLM framework. The setup leveraged PagedAttention, continuous batching, speculative decoding, and prefix prompt caching to optimize performance and memory usage. Benchmarks across 1,000 synthetic agentic prompts showed average Time-To-First-Token dropped to 172ms, compared to roughly 420ms for commercial APIs. The configuration also reduced inference costs by approximately 45% to 74%, bringing estimated spend per million requests down from $1,850 to around $480.

0
ProgrammingDEV Community ·

RAG System Silently Indexed Only 62% of Corpus Due to NFS Blind Spot

A developer discovered that their self-hosted RAG knowledge base had only indexed 62% of its intended corpus, despite all monitoring dashboards showing healthy green statuses. The root cause was the indexer's reliance on inotify filesystem events, which do not propagate across NFS mounts, meaning documents written from remote machines were never detected. Because the system always returns an answer from whatever it has indexed, the coverage gap went unnoticed — the failure was in ingestion, not in the language model itself. The developer also highlighted a broader measurement pitfall: reporting only documents successfully indexed without defining the total eligible corpus turns a metric into a misleading figure. The fix involved replacing event-driven watching with periodic polling using stat(), which works across network filesystems by actively querying rather than waiting for notifications.

0
ProgrammingDEV Community ·

Four Books That Reframe AI as a Social and Political Problem

A developer writing for DEV Community argues that understanding AI requires moving beyond technical literature toward social and philosophical texts. After reading Yuval Noah Harari's Sapiens, the author highlights how AI systems encode societal myths about human worth into algorithmic decisions rather than delivering neutral logic. Cathy O'Neil's Weapons of Math Destruction is cited for exposing how opaque algorithms structurally amplify inequality while shielding decision-makers from accountability. Bruno Latour's We Have Never Been Modern is described as the most challenging read, arguing that technology and values cannot be separated and that AI systems must be governed as social-technical hybrids. The author's central thesis, shaped by Blake's NEXUS, is that debates about AI safety miss the point unless they address who controls these systems and for what purpose.

AI Won't Kill IT Jobs, But It Will Force Them to Evolve · ShortSingh