The AI Bubble We need to talk
Article URL: https://www.youtube.com/watch?v=2J2Fb1bBufA Comments URL: https://news.ycombinator.com/item?id=48838844 Points: 2 # Comments: 0
Insights
Practical writing on software architecture, SaaS products, AI automation, legacy modernisation, and the business of building reliable systems.
Curated links from external sources — not 360Softy original articles.
Article URL: https://www.youtube.com/watch?v=2J2Fb1bBufA Comments URL: https://news.ycombinator.com/item?id=48838844 Points: 2 # Comments: 0
Article URL: https://arstechnica.com/science/2026/07/us-rare-earths-flow-to-asia-as-domestic-demand-is-slow-to-emerge/ Comments URL: https://news.ycombinator.com/item?id=48838835 Points: 1 # Comments: 0
Anyone heard or xsight labs (https://xsightlabs.com/)? They are making networking gear for AI and spacex satellites. I'd be curious if anyone can shine a light on: - Does full switch programmability actually matter in production, or is it one of those things that sounds great in a slide deck but nobody uses? - Is "on-path cores" in a DPU genuinely better than Pensando's P4 approach or NVIDIA's off-path model, or does it converge at scale? - Can you actually swap merchant silicon under SONiC in p
Article URL: https://tellingstorieswithdata.com Comments URL: https://news.ycombinator.com/item?id=48838779 Points: 1 # Comments: 0
Article URL: https://www.tryai.dev/blog/grok-4.5-vs-gpt-5.5-vs-claude-build-off Comments URL: https://news.ycombinator.com/item?id=48838772 Points: 2 # Comments: 0
Scheduled jobs are great at doing work quietly until one of them sends the wrong email at 3 AM. The script still "passed", the queue still drained, and the logs still look mostly fine. But the message went to the wrong inbox, used an old hostname, or arrived twice after a retry. That kind of bug is small on paper and oddly expensive in practice. What helped me most was treating email as part of the run contract, not as a side effect. Every scheduled workflow that emits user-facing mail gets one
Most conversion advice is a pile of tips with no ranking, so teams burn weeks A/B testing button colors while their checkout leaks money on mobile. Conversion optimization works when you fix the biggest leaks first. This is the order we'd actually work in — highest revenue impact at the top, vanity tweaks at the bottom. Checkout is where intent turns into revenue, and where most of it dies. Every extra field, forced account creation, or surprise cost at the last step sheds buyers who were ready
"Works on my machine" is the most expensive sentence in software. Docker exists to kill it. At its core, Docker packages your application together with everything it needs to run — the runtime, libraries, and system dependencies — into a single portable unit that behaves identically on your laptop, a teammate's machine, and production. Once the concepts click, it stops feeling like mysterious DevOps magic and becomes a tool you reach for daily. Two words do most of the work: An image is a bluepr
Work with 360Softy
Book a free consultation and we will tell you honestly whether we can help.