SShortSingh.
Back to feed

Opinion: IT Should Be Seen as Core Infrastructure, Not a Cost Center

0
·1 views

A perspective piece by Serguey Shinder, published on DEV Community, argues that IT departments are widely and harmfully misclassified as cost centers in modern organizations. Shinder contends that IT is better understood as the foundational layer on which all business operations depend, from payment processing to internal communications. He warns that underinvesting in IT leads to fragile infrastructure, overstretched staff, and neglected security that can result in costly outages or breaches. The author urges business leaders to shift their framing from minimizing IT spend to evaluating how critical IT excellence is to overall operations. He also encourages IT professionals to recognize and communicate their own strategic value within their organizations.

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.

Opinion: IT Should Be Seen as Core Infrastructure, Not a Cost Center · ShortSingh