HN user

Eldodi

224 karma
Posts11
Comments43
View on HN

I was at the event, and was impressed by the attendance, all the leaders from the major european listed companies were there.

Also interesting to note the number of partners they invited. Going from Microsoft, Accenture and EY to startups like alpic.ai or lingo.dev . Seems like they are ramping up their M&A game too

SpaceX S-1 2 months ago

Crazy this company will IPO for >1B with such bad financials! That said, Starlink seems to be a real cash machine, not as good as ads but enough to support AI bets.

2025:

- Revenue: $18.7B, up from $14.0B in 2024

- Operating loss: -$2.6B

- Net loss: -$4.9B

- Adjusted EBITDA: $6.6B

- Operating cash flow: $6.8B

- Capex: $20.7B

Segment breakdown:

- Starlink / Connectivity: $11.4B revenue, $4.4B operating income, $7.2B adj. EBITDA

- Space / launch: $4.1B revenue, -$657M operating loss

- AI / xAI / X: $3.2B revenue, -$6.4B operating loss

Starlink metrics:

- Subscribers: 8.9M at end-2025, 10.3M by Mar 31 2026

- ARPU: $99/month in 2023, $81 in 2025, $66 in Q1 2026

Balance sheet as of Mar 31 2026:

- Cash: $15.9B

- Marketable securities: $7.8B

- Total assets: $102.1B

- Total liabilities: $60.5B

- Debt / finance leases: about $30.3B

Most of MCP servers and Apps are way under-designed today. A lot of MCP B2B servers still wrap legacy APIs, and most MCP Apps try to reproduce a website experience instead of trying to reinvent the experience from scratch.

It feels like we're in the early mobile years where companies have not figured out what to do with this new technology. I hope the Uber and Candy Crushes of the AI era will land in 2026! (well maybe not candy crush, but some IA native games would be nice)

Anthropic is really good at releasing features that are almost the same but not exactly the same as other features they released the week before

"MCP is less discoverable than a CLI" -> not true anymore with Tool_search. The progressive discovery and context bloat issue of MCP was a MCP Client implementation issue, not a MCP issue.

"MCPs needs to be wrapped to be composed." -> Also not true anymore, Claude Code or Cowork can chain MCP calls, and any agent using bash can also do it with mcpc

"MCPs needs to implement stateful behavior, shell + cli gives it to you for free." -> having a shell+cli running seems like a lot more work than adding a sessionId into an MCP server. And Oauth is a lot simpler to implement with MCP than with a CLI.

MCP's biggest value today is that it's very easy to use for non-tech users. And a lot of developers seem to forget than most people are not tech and CLI power users

There are very few stateful MCP Servers out there, and the standard is moving towards stateless by default.

What is really making MCP stand out is:

- oauth integration

- generalistic IA assistants adoption. If you want to be inside ChatGPT or Claude, you can't provide a CLI.

Chatgpt apps are MCP servers with a UI resource (can be a react component or vanilla js) that gets shown in an frame one the tool is called by chatgpt. So you can't just port an existing app, but you can reuse the same backend Api wrapped inside an mcp server, and some of the components that you need to adapt to openai ux requirements. I practice this means developing an app from scratch.

You'd be surprised! In B2C at least, almost every company we talked to is building a ChatGPT App out ouf fear of missing out this agentic wave like so many missed mobile 15 years ago