Jordan Stephens

3.2K posts

Jordan Stephens banner
Jordan Stephens

Jordan Stephens

@jordanstephens

Bim bom

Vancouver, BC 🇨🇦 Katılım Mayıs 2008
628 Takip Edilen278 Takipçiler
Jordan Stephens retweetledi
Defang
Defang@DefangLabs·
the agents everyone is hyping right now won’t survive the next platform update not because they’re bad but because they’re owned by someone else’s infrastructure here’s the real shift: current wave: agents fully dependent on closed platforms (OpenAI, Anthropic, GCP) → one policy change, one price hike, one rate limit… and your product dies next wave: self-hosted operational intelligence. agents that run on your infra, learn your org, compound your advantage nobody can take that away from you here’s the difference: CLOUD-DEPENDENT AGENT: “please let our agent run on your API, we promise we won’t exceed rate limits” → fragile, expensive, instantly commoditized SELF-HOSTED AGENT: “runs on your servers, learns your workflows, stores your context, gets smarter every week” → becomes part of your infrastructure, not a feature CLOUD-DEPENDENT AGENT: “what if OpenAI changes the rules?” → they will. SELF-HOSTED AGENT: “what if we owned the whole stack?” → you do. this matters commercially: businesses pay $20/mo for an agent they rent businesses pay $20K/mo for an agent they own ownership compounds dependency decays if your agent dies when an API changes, you’re not building leverage — you’re building risk the future isn’t “yet another agent” the future is sovereign AI infrastructure agents that run locally, learn privately, and get better with time most devs will keep shipping cloud-dependent toys real operators are building self-hosted intelligence that nobody can shut down defang makes this a one-command reality.
English
1
2
3
81
Jordan Stephens retweetledi
Lio
Lio@LioLunesu·
When we started @DefangLabs we thought targeting Kubernetes made sense, but we quickly pulled the plug when we saw the unnecessary complexity and operational cost of such a solution. Now, Defang deploys to the native container orchestrator for each cloud.
Tech Fusionist@techyoutbe

Kubernetes isn’t dying loudly - it’s dying quietly. Not in blogs. Not in conferences. But inside private Slack channels, architecture reviews, and FAANG infra meetings. The truth?

English
0
2
1
60
Jordan Stephens retweetledi
Defang
Defang@DefangLabs·
this whole thread is exactly why we built defang. doing all of this yourself works, but it’s a lot of moving parts to maintain, and one silent failure still hurts. with defang you get the same outcome without the manual setup. you write a small compose file, connect your cloud account, run: defang compose up and we spin up the full stack for you. health checks, auto restarts, logs, snapshots, alerts, uptime reports, container validation, infra drift checks — all handled automatically in your own cloud. no custom scripts, no watchdog agents, no ssh, no babysitting docker. if you ever want to see how your setup would look on defang, happy to walk you through it.
English
0
1
4
58
Jordan Stephens retweetledi
Defang
Defang@DefangLabs·
This is exactly why we built #Defang! Define your app as a #Docker Compose project - which millions of devs already use for local deployments/testing. Then literally with a single command ('defang compose up'), deploy that same Docker Compose project to #AWS... or #GCP, or #DigitalOcean, more coming! #Defang takes care of networking, storage, databases, queues, even LLMs - all mapped to the native services on your target cloud - so ELB, ECS/EC2, RDS, Elasticache, Bedrock, etc. in the case of AWS. Secure, Scalable, Cost-efficient - all done according to the best practices for the cloud you choose. So, you get the ease of use of a Vercel, but all the power and economies of scale of a hyper-scalar. Truly Develop Once, Deploy Anywhere! theregister.com/2025/11/04/aws… via @theregister
English
0
1
1
63
Jordan Stephens retweetledi
Defang
Defang@DefangLabs·
Defang lets you do the exact same thing without the overhead of k8s. We turn docker compose files into cloud resources on AWS or GCP. Instead of `docker compose up`, you run `defang compose up` and get a scalable configuration in your own cloud account.
Harsh@harshsinghsv

You finally did it. You dockerized your entire app. Your Node API, your React frontend, your Postgres DB all neatly packaged. Your docker-compose file brings it all up perfectly on your machine. You feel like a genius. Then comes production. You need reliability. You need scale. So you think, "I'll just run my containers on a few servers." Suddenly, the simplicity vanishes. - How do your frontend containers find the API containers when their IPs keep changing? - What happens when a server dies at 3 AM? Who restarts those containers? - How do you update your API image without bringing everything down? Manually scripting this across multiple machines turns into a nightmare, fast. Your beautiful Docker setup is now tangled in SSH scripts and hope. You've heard of Kubernetes (K8s). Maybe you think it's just Docker Swarm but way more complex or something only huge companies need. That's missing the core idea. Kubernetes isn't just about running containers. It's about managing them automatically, at scale. It's an orchestrator. The fundamental shift is this: You stop telling servers what to do (imperative). You tell Kubernetes what you want the end result to look like (declarative). You define your application's desired state in YAML files: - I want 3 replicas of my API container running image v1.2. - They need to be reachable via a stable network name called api-service. - They need 500MB of RAM each. You give this to Kubernetes. Its entire job is to constantly watch the actual state and force it to match your desired state. This is how it solves all those production nightmares: Automatic Bin Packing & Scheduling: - K8s looks at your servers (Nodes) and figures out the best place to run your containers based on available resources. You don't manually assign containers to machines. Self-Healing: - A container crashes. K8s notices. Actual state (2 replicas) doesn't match desired state (3 replicas). - It automatically starts a new container to replace the failed one. No human intervention needed. Horizontal Scaling: - Traffic spikes. You need 10 API containers, not 3. - You change one line in your YAML file (replicas: 10). K8s handles the rest, starting new containers across your available servers. You can even set it to autoscale based on CPU or memory usage. Service Discovery and Load Balancing: - How do containers find each other? You create a Kubernetes 'Service'. - K8s gives this service a stable internal IP and DNS name (like api-service). - When another container calls api-service, K8s automatically routes the traffic to one of the healthy API containers, balancing the load. No more hardcoded IPs. Automated Rollouts (and Rollbacks): - Need to update your API to v1.3? You update the image version in your YAML. - K8s performs a rolling update by default: it gradually starts new v1.3 containers and stops old v1.2 containers, ensuring zero downtime. - Update goes wrong? K8s can automatically roll back to the previous stable version. Kubernetes isn't just running containers. It's the automated, resilient operating system for your entire distributed application. It lets you manage complexity declaratively, so you can focus on your code, not on firefighting servers.

English
1
1
5
298
Jordan Stephens retweetledi
Tero Parviainen
Tero Parviainen@teropa·
“Predictive Processes and the Peculiar Case of Music” - how might the predictive processing theory of brain function apply to music perception? stefan-koelsch.de/papers/koelsch…
Tero Parviainen tweet media
English
1
4
20
1.9K
Charlotte Dann
Charlotte Dann@charlotte_dann·
Pausing working on pasta art for now but it will be back in a couple of weeks. Here are two of my favourite exports from last few days 💛
Charlotte Dann tweet mediaCharlotte Dann tweet media
English
10
11
136
0
Charlotte Dann
Charlotte Dann@charlotte_dann·
A friend at dinner last night joked about me making generative dried pasta art and now it's all I can think about doing
English
3
3
61
0
Alan Grow
Alan Grow@alangrow·
HN is back (yay) but this is gonna be one hell of a postmortem (also yay)
Alan Grow tweet media
English
2
0
2
0
Jordan Stephens
Jordan Stephens@jordanstephens·
@petrey Do it! It's so fun! Just always wear all your gear all the time. 🙂 I wanted to buy a moped when I moved back to Austin, but I needed a motorcycle license to drive one legally. So I took a class, got a license, and bought a motorcycle instead. 😅
English
1
0
0
0
Alan Grow
Alan Grow@alangrow·
@jordanstephens Haha! The real sinkhole was the bottomless pit of knowledge and wonder we fell into along the way
English
1
0
0
0
Alan Grow
Alan Grow@alangrow·
This is the fastest a word has ever lost meaning for me and become pure sound
Alan Grow tweet media
English
1
0
3
0
Jordan Stephens
Jordan Stephens@jordanstephens·
Math is _way more_ about relationships and perspective than it is about any "right answer." What a monumental tornado of everything wrong with math education and culture war politics in one shitty quote. nytimes.com/2022/04/18/us/…
Jordan Stephens tweet media
English
0
1
0
0
Jordan Stephens retweetledi
Martin Kleppmann
Martin Kleppmann@martinkl·
The G7 summit should be followed by a C major summit to resolve everything.
English
52
755
4.7K
0