---
title: "I'm changing my mind about serverless"
url: https://daily.dev/posts/i-m-changing-my-mind-about-serverless-pv6fxuhdp
source_url: https://advancedweb.hu/shorts/im-changing-my-mind-about-serverless/
type: article
source: "Advanced Web Machinery"
published: 2026-01-03T22:47:17.151Z
updated: 2026-01-03T22:47:38.874Z
tags: ["aws", "architecture", "serverless", "nixos"]
reading_time: 4
upvotes: 46
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I'm changing my mind about serverless

**[Advanced Web Machinery](https://daily.dev/sources/advancedweb)** · 4 min read · 46 upvotes · 5 comments

## Summary

Serverless architectures may no longer be the default choice for most applications. Modern dedicated servers offer massive capacity (192 cores, 3TB RAM) at reasonable costs (~$5k/month), eliminating traditional concerns about elasticity and scale ceilings. For most services, a single powerful server or primary-secondary setup provides sufficient reliability without the complexity of distributed systems. The trade-offs favor simpler architectures: no eventual consistency, easier debugging, local reproducibility, and fewer logical errors. Tools like NixOS enable infrastructure-as-code rigor while maintaining simplicity. Serverless remains valuable for bounded, infrequently-changing workloads, but actively-developed products may benefit from exploring single-server alternatives.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://advancedweb.hu/shorts/im-changing-my-mind-about-serverless/>

## Community discussion

Top comments from developers on daily.dev.

**@byteoutlaw** · 5 upvotes

> 192 cores, 3TB RAM ~ $5k/month -> This is amazing that so much compute can just be rented if the card is full enough! 🤓 And cannot wait 10y when will be like remember when this was alot! 😝

**@mbos** · 0 upvotes

> Pocket money? :|

**@bricerader** · 0 upvotes

> this title is a bit misleading. author really means he's changing his mind on hosting via cloud provider.
>
> i got excited about a potential article about why serverless was the snake oil AWS sold and how it's less expensive and better DX to write APIs and deploy to a container

**@palalet** · 0 upvotes

> there is certain tradeoff, especially for companies -  you pay for cloud, you dont need to worry about plenty of stuff. And many managers prefer this responsibility avoidance. And for many, its "easier", just a few clicks and you have some virtual service running, without the hassle of doing some apt-get, yum or rpm or whatever.
>
> On the other hand, there are COSTS. And significant. The more visits you have, you usually pay more. The more users, hits, data ... whatever, you pay more. Wanna add faster disks? You need to upgrade your CPU plan and pay more ... If you own your machine, your costs...

**@jrmemeichelbeck** · 0 upvotes

> What do you think of VPS? To me it's a valid middle-ground between serverless and a fully dedicated server.

## Similar posts on daily.dev

- [Why Many Engineers Don't Understand Serverless](https://daily.dev/posts/why-many-engineers-don-t-understand-serverless-ahzhbldme) · Serverless · 0 upvotes · 0 comments
- [Serverless Architecture: When to Use It \(and When Not To\)](https://daily.dev/posts/serverless-architecture-when-to-use-it-and-when-not-to--3trxabnfp) · Syncfusion · 0 upvotes · 0 comments
- [Unleashing the power of serverless for solo developers](https://daily.dev/posts/unleashing-the-power-of-serverless-for-solo-developers-mtlwashna) · Serverless · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#architecture](https://daily.dev/tags/architecture), [#serverless](https://daily.dev/tags/serverless), [#nixos](https://daily.dev/tags/nixos)

[View this post on daily.dev](https://daily.dev/posts/i-m-changing-my-mind-about-serverless-pv6fxuhdp)
