HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Eldodi

no profile record

Submissions

Vercel Drop

vercel.com
2 points·by Eldodi·28 hari yang lalu·0 comments

Why Everyone Is Building MCP Apps in 2026 [video]

youtube.com
2 points·by Eldodi·2 bulan yang lalu·0 comments

Skybridge – the MCP Apps framework released v1.0

github.com
6 points·by Eldodi·2 bulan yang lalu·1 comments

[untitled]

1 points·by Eldodi·3 bulan yang lalu·0 comments

Agents can't code MCP apps: it's a Skill issue

alpic.ai
2 points·by Eldodi·4 bulan yang lalu·0 comments

Lessons learned building ChatGPT Apps

developers.openai.com
1 points·by Eldodi·5 bulan yang lalu·0 comments

Anthropic adds interactive Apps support in Claude

claude.com
4 points·by Eldodi·6 bulan yang lalu·0 comments

Sam Altman Is Trying to Take on the App Store. He's Got a Long Way to Go

wsj.com
2 points·by Eldodi·6 bulan yang lalu·0 comments

[untitled]

1 points·by Eldodi·7 bulan yang lalu·0 comments

[untitled]

1 points·by Eldodi·7 bulan yang lalu·0 comments

Skybridge: A TypeScript Micro-Framework to Build ChatGPT Apps with Vite and HMR

github.com
1 points·by Eldodi·8 bulan yang lalu·0 comments

Show HN: OpenAI ChatGPT App starter DevXP feels like 2010, I built a better one

github.com
19 points·by Eldodi·9 bulan yang lalu·2 comments

comments

Eldodi
·bulan lalu·discuss
Dolby is only the most recent case, Sisvel consorsium actually bills licences per device:

Consumer Display Device: EUR 0.32

Consumer Non-Display Device: EUR 0.11

(source here: https://www.sisvel.com/licensing-programmes/audio-and-video-...)
Eldodi
·bulan lalu·discuss
[flagged]
Eldodi
·bulan lalu·discuss
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
Eldodi
·2 bulan yang lalu·discuss
The protocol becoming stateless is a huge step forward!
Eldodi
·2 bulan yang lalu·discuss
Some might argue that Adwords got so successful because ads competed like search results, on bid AND relevance, not just bid.

If your ads inventory is big enough, ads can actually be a better answer to your intent than organic content, because the companies behind the ads have a much stronger incentive to satisfy your need.
Eldodi
·2 bulan yang lalu·discuss
It will be interesting how hidden those ads will be compared to current Search experience or what OpenAI is already doing.

It's a lot easier to mislead a user with an AI generated ad that with a Search result IMHO, I'm betting on a huige backlash if they don't make it VERY clear that ads are ads.
Eldodi
·2 bulan yang lalu·discuss
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
Eldodi
·2 bulan yang lalu·discuss
I guess they forgot to run Mythos on their own code!
Eldodi
·2 bulan yang lalu·discuss
Looks closer to a Codex on a mac mini
Eldodi
·2 bulan yang lalu·discuss
Is this report AI generated? It feels so aí sloppy to read, even if the information inside is insightful, I just can't take it seriously
Eldodi
·2 bulan yang lalu·discuss
It will be interesting if Mistral succeeds to keep up with US and Chinese labs in terms of Models, or if they just become an integration company of chinese OSS frontier labs, like more and more of their competitors
Eldodi
·3 bulan yang lalu·discuss
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)
Eldodi
·3 bulan yang lalu·discuss
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
Eldodi
·3 bulan yang lalu·discuss
"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
Eldodi
·3 bulan yang lalu·discuss
There was a great presentation at the MCP Dev Summit last week explaining MCP vs CLI vs Skills vs Code Mode: https://www.figma.com/deck/H6k0YExi7rEmI8E6j6R0th/MCP-Dev-Su...
Eldodi
·3 bulan yang lalu·discuss
French administration is about to become even more inefficient it was!
Eldodi
·3 bulan yang lalu·discuss
So this is debt financing, not equity
Eldodi
·4 bulan yang lalu·discuss
Nice job! Do you plan to implement some Evals automation to this too?
Eldodi
·4 bulan yang lalu·discuss
This is starting to get old. Both Claude and OpenAi solved the mcp context bloat issue with on-demand tool discovery:

- Claude tool search: https://platform.claude.com/docs/en/agents-and-tools/tool-us...

- GPT tool search: https://developers.openai.com/api/docs/guides/tools-tool-sea...
Eldodi
·4 bulan yang lalu·discuss
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.