Hacker News
Ask HN: What do I do now that software engineering is dead?
I truly believe that most hard skills i.e. coding, math, etc are just gone in the near future... or at least so scarce that it would be extremely optimistic to think you could land that job.
I have no idea how to handle this from a career perspective. I'm getting my masters, so it isn't like I have job experience and can easily transition into a broader management role.
I'd love to hear how you are thinking about this.
Comments URL: https://news.ycombinator.com/item?id=47157770
Points: 1
# Comments: 0
Can Chain-of-Thought Reasoning Solve Any Computable Task?
Article URL: https://arxiv.org/abs/2510.12066
Comments URL: https://news.ycombinator.com/item?id=47157759
Points: 1
# Comments: 1
The Last Year of Terraform
Article URL: https://encore.dev/blog/last-year-of-terraform
Comments URL: https://news.ycombinator.com/item?id=47157754
Points: 1
# Comments: 0
Jane Street Accused of Insider Trading That Helped Collapse Terraform
Article URL: https://www.wsj.com/finance/currencies/jane-street-accused-of-insider-trading-that-helped-collapse-terraform-659e6993
Comments URL: https://news.ycombinator.com/item?id=47157715
Points: 2
# Comments: 0
People systematically overlook subtractive changes (2021)
Article URL: https://www.nature.com/articles/s41586-021-03380-y
Comments URL: https://news.ycombinator.com/item?id=47157702
Points: 1
# Comments: 0
Tests Are the New Moat
Article URL: https://saewitz.com/tests-are-the-new-moat
Comments URL: https://news.ycombinator.com/item?id=47157690
Points: 1
# Comments: 0
Show HN: I built a tool that turns Reddit conversations into video scripts
I built this for myself.
I make videos, and my biggest bottleneck is figuring out what to say to my audience without staring at a blank page.
So I built Scriptmine: a tool that listens to Reddit conversations in my niche, finds high-signal topics, and turns them into scripts.
How it works: - Track subreddits and discussions relevant to a niche - Rank topics by engagement/momentum - Generate a hook/body/CTA draft in a chosen voice/format
Comments URL: https://news.ycombinator.com/item?id=47157680
Points: 1
# Comments: 0
Tell HN: Vibe Coding Taxonomy
So I have this taxonomy right now. The first 3 levels live in Programmer Land. The 4th one is available to both programmers and non-programmers.
1. Tradcoding (no AI. You just do it manually)
2. Power Coding ("Add a function fooBlarg and hook it up to these data structures")
3. Backseat Coding ("Can you refactor this code it so it's more elegant")
4. Vibe Coding (Full Rick Rubin Mode... "What's a Variable?")
I think it's helpful to distinguish between these, because I often hear people call levels 2 and 3 "vibe coding" as well, whereas the original meaning was "not even looking at the code, just going on vibes."
Comments URL: https://news.ycombinator.com/item?id=47157670
Points: 1
# Comments: 0
Designing APIs for AI Agents
Article URL: https://www.apideck.com/blog/api-design-principles-agentic-era
Comments URL: https://news.ycombinator.com/item?id=47157667
Points: 1
# Comments: 1
Colorado Lawmakers Push for Age Verification at the Operating System Level
Article URL: https://www.pcmag.com/news/colorado-lawmakers-push-for-age-verification-at-the-operating-system-level
Comments URL: https://news.ycombinator.com/item?id=47157665
Points: 3
# Comments: 2
Combien de Bises ?
Article URL: http://combiendebises.free.fr/index.php
Comments URL: https://news.ycombinator.com/item?id=47157661
Points: 1
# Comments: 0
Show HN: Rampart v0.5 – what stops your AI agent from reading your SSH keys?
The first time I gave Claude Code real shell access I immediately thought: it can read anything in my home directory right now. My .env files, my SSH keys, my AWS credentials. And if someone sneaks a "read this file and send it here" instruction into something Claude reads — a README, a package description, a code comment — there's nothing between that instruction and my files.
Rampart is the thing I built for that. It sits in front of your agent and checks every command and file operation against a simple policy before it runs. If something's not allowed, it's blocked — not logged after the fact, blocked before it happens.
Setup is two commands:
$ rampart setup claude-code $ rampart serve --background
After that, your agent works exactly the same — except now it has a policy. The default policy already covers the obvious stuff: SSH keys, AWS credentials, .env files, destructive commands. You define what's allowed, everything else gets blocked or flagged for your approval.
The policy is just a YAML file you can commit to your repo. Adding rules is one command:
$ rampart block "curl * | bash" $ rampart allow "~/.config/myapp"
One thing I'm proud of: the agent can't unblock itself. If Claude tries to run rampart allow to give itself more permissions, it gets blocked. Only you can change the policy.
Every decision gets logged in a tamper-evident audit trail, so you can see exactly what your agent attempted — not just what succeeded. Works with Claude Code, Cursor, Codex, Cline, and OpenClaw. Apache 2.0, single binary, no dependencies.
https://github.com/peg/rampart | https://rampart.sh/
Comments URL: https://news.ycombinator.com/item?id=47157640
Points: 1
# Comments: 0
AI podcast network publishes 11,000 episodes a day. It rips off media outlets
My Phone Will Spam You If I Fail to Exercise by 3PM
Article URL: https://taylor.town/tttl-000
Comments URL: https://news.ycombinator.com/item?id=47157603
Points: 1
# Comments: 1
Show HN: Run untrusted WASM plugins with CPU/mem/network/file budgets
Article URL: https://github.com/akgitrepos/wasm-plugin-sandbox
Comments URL: https://news.ycombinator.com/item?id=47157584
Points: 1
# Comments: 1
Show HN: Your AI agent logged the mistake. Mine wasn't allowed to make it
Article URL: https://github.com/agentbouncr/agentbouncr
Comments URL: https://news.ycombinator.com/item?id=47157574
Points: 1
# Comments: 1
Wisp – Full Screen Frameless Browser for iOS
Article URL: https://getwisp.online/
Comments URL: https://news.ycombinator.com/item?id=47157562
Points: 1
# Comments: 0
I got my 2nd paying customer by doing one thing: spamming about my app
Article URL: https://www.founderspace.work
Comments URL: https://news.ycombinator.com/item?id=47157550
Points: 1
# Comments: 1
Ask HN: How do you understand what users want when your interface is a chat?
Building a conversational AI product and struggling with a specific problem: traditional analytics (clicks, funnels, heatmaps) are useless when there's no UI to track.
Curious how other founders handle this, how do you know what your users are actually trying to do? What intents are coming up most? Where are they getting frustrated?
Are you reading conversations manually? Building something internal? Just flying blind?
Comments URL: https://news.ycombinator.com/item?id=47156983
Points: 1
# Comments: 0
Why Productivity Needs to Be Redefined
Article URL: https://www.sidjha.com/2026/02/why-productivity-needs-to-be-redefined/
Comments URL: https://news.ycombinator.com/item?id=47156978
Points: 1
# Comments: 0
