Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    51comments
  2. UK military jamming other nations' satellites to defend itself, BBC told(bbc.com)
    9comments
  3. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    21comments
  4. Gemini 3.8 text-to-speech(blog.google)
    69comments
  5. Italian parliament votes for return to nuclear energy(apnews.com)
    17comments
  6. Jev in 25 Lines of Python(nobodywho.ai)
    160comments
  7. GPT-6 Sol and Luna(openai.com)
    809comments
  8. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    118comments
  9. Stripe's Knowledge AI Platform(stripe.dev)
    79comments
  10. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    217comments
  11. Claude Opus 5.5(anthropic.com)
    1048comments
  12. Z80 REPL (2018)(abagames.github.io)
    15comments
  13. Strands Harness(strandsagents.com)
    70comments
  14. I don't want the details(michaelheap.com)
    142comments
  15. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    74comments
  16. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    5comments
  17. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    169comments
  18. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  19. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    428comments
  20. Transit rewards(waymo.com)
    283comments
  21. Tokens Too Cheap to Meter(jyn.dev)
    121comments
  22. The GitHub wiki is an anti-pattern (2022)(michaelheap.com)
    76comments
  23. What California is learning from solar panels built over irrigation canals(kqed.org)
    641comments
  24. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    185comments
  25. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    238comments
  26. SAML: A fractal of bad design(trailofbits.com)
    167comments
  27. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    68comments
  28. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    555comments
  29. Data-only attacks are easier than you think (2024)(usenix.org)
    38comments
  30. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    124comments

Stripe's Knowledge AI Platform

124 pointsby 4h agostripe.dev
78 comments
3h agoHN ↗

TIL people still fall for eh I mean use Langchain. Sorry, low value comment; I don’t know how to do that differently; it is such bad garbage since day one and strangely it did not improve. Sorry anyway for the comment, at least it was not LLM generated?

3h agoHN ↗

Yes, I also thought it's crap the moment I saw they need langchain to develop a harness.

2h agoHN ↗

The fact that Stripe are touting a production product that (at face value) benefits their business seems to suggest that maybe crap is subjective and as ever, being overly opinionated in an emerging space might actually be a blocking mindset rather than a positive one.

2h agoHN ↗

It might also suggest they went with the first LLM recommendation, like Anthropic choosing React for Claude Code.

3h agoHN ↗

To make your comment more high value, could you explain why you think langchain is bad?

3h agoHN ↗

It (and most other systems) abstract the wrong concepts when you want to create an agent. They promote what was likely never a great strategy but even parsimoniously what are strategies that were good ideas months or a year back.

For example how langchain or whatever else handles subagents and deep research is laughable even today.

So whats the recommendation? Just use pydantic and code everything up yourself. Maybe strands I dont know.

2h agoHN ↗

Which specific strategies do you think are outdated, and what would you recommend instead? This sounds more like a criticism of older versions of LangChain than its current APIs. The post also uses deepagents, a separate package in the same ecosystem. Is there something in the current implementation of either that you’re referring to?

24m agoHN ↗

my biggest code smell is debugging. Trying to step through the code is slow because of how much the debugger has to keep track off and it's a lot of step into / jumps until you get to the piece you actually care about. Then you also see stuff like "if langchain_v2: <branch> elif langchain_v3: <branch> else ...." ... breaking changes are ok! I feel like at this point they're hopelessly spaghettied and need a more opinionated approach to clean up a lot of the mess.

Since others are asking: My current goto is pydantic ai and it's been doing pretty well for my use cases.

3h agoHN ↗

Instead of spending half the comment reflecting on your post why not point out what you don’t like about it or some better alternatives?

3h agoHN ↗

I have a hard time keeping up with the space. Is langchain old news? Is there a page that kind of shows what the status quo for tooling is?

3h agoHN ↗

+1 would love to know as well. I have generally found the open source space to be lacking in this area and hoping it catches up!

3h agoHN ↗

There's like 1000 langchain alternatives and none are good, they're all vibe-coded unstable projects.

I use Apache Burr but it's not as good as LangChain. I just don't want to use software whose website has a pricing page if it's not a SAAS.

3h agoHN ↗

Totally, I find LangChain is the Vercel of ML

2h agoHN ↗

It's a lot of sugar and high level abstractions on top of existing things, I find using the existing things not that complicated or difficult and I struggle to see the value on using the framework as it doesn't sit well with my way of abstracting the stack.

3h agoHN ↗

Ahhh I built an internal set of agents to run our company (finances, all info in the karpathy-style LLMWiki and a database of clients, contracts, billing, time tracking, all managed by MCPs, etc) and it's also called Kai (company name is Kaizen)

Happy to be in such good company!

3h agoHN ↗

All hand written or did you have any underlying libraries that you used?

1h agoHN ↗

Mostly custom. Full data model and full web and mobile app to help run day to day operations.

The agent has switched a few times, initially NanoClaw, then Hermes, and now Vercel's Eve (maximum customizability).

NextJS/Shadcn web app, postgres db, eve agent layer, MCP tools (over 100 so every single thing can be done by an agent), SwiftUI mobile app, etc.

Integrations with gmail, gcal, gdrive, quickbooks, using mdx for the wiki displays (so we have rich diagrams, 3d models, etc).

We write about it here: https://kznconsulting.com/work/how-we-run-kaizen

3h agoHN ↗

I read a buzz word "Knowledge AI Platform" but I did not see any specific feature helpful for knowledge management like verification or transparency. It is more like any generic Agent builder. Maybe it meant to justify building something internally.

2h agoHN ↗

None of these have been especially impressive.

I think that’s because none of them go past “I’ve set up agents to be orchestrated this way” and that’s about as impressive as “look at my cloudformation template”.

3h agoHN ↗

This site could use a bit more line height, more paragraphs, or less text overall.

3h agoHN ↗

Somebody probably mentioned this already or maybe its just me but: The "endless scroll" this page does is neat, to say the least.-

3h agoHN ↗

[Bad mental image ... can't unsee ...] :)

2h agoHN ↗

There's quite a bit of cool stuff in the console too! The one in the top right corner

3h agoHN ↗

Size and scale, I would think. An out of the box solution probably doesn't quite have the same capabilities as something they can (and now have to) manage in it's entirety.

Stripe probably WANTS to be opinionated about how their company works with the tools.

3h agoHN ↗

In the first paragraph:

No existing tool could handle the data security requirements and specific workflows Stripe needed

1h agoHN ↗

Almost as if distributed safe compute for autonomous workloads suddenly came into focus for many orgs!

3h agoHN ↗

Dammit, I just named my newborn son Kai.

3h agoHN ↗

Very cool demonstration of managed agents built for the needs of their own business.

I think this is where a lot of companies are going to go: on-prem platforms that give various teams access to agents that are as powerful as coding agents, but much more managed and governed.

I'm betting on this with my open source project, Lightspeed: https://github.com/smartcomputer-ai/lightspeed

3h agoHN ↗

Your project seems way better than the stuff they built, nice work.

2h agoHN ↗

I like it, very smart for agents at scale.

2h agoHN ↗

You wrote your readme yourself. It shows. So refreshing and i was able to finish it too.

1h agoHN ↗

Thank you. Yes, I did. There might be some AI-isms in there, because agents just can’t help themselves to dump their arcanae in there.

35m agoHN ↗

The readme was very clearly AI-written (or at least heavily AI-assisted)... not saying that's a bad thing, and I agree it's fairly well written... but it is very obviously AI

28m agoHN ↗

how so? which model? because it’s def not claudish.

the author commented otherwise.

4m agoHN ↗

The author literally said:

There might be some AI-isms in there, because agents just can’t help themselves to dump their arcanae in there.

1h agoHN ↗

Wow, where do you work? Can we talk? Looking for smart people!

3h agoHN ↗

Dang it, I just named my newborn son Kai. At least I didn’t go with Alexa..

2h agoHN ↗

It’s a cool name! Don’t let Stripe make you doubt that haha

2h agoHN ↗

Don't worry, thanks to nominative determinism, you've secured your kids employment years in advance

18m agoHN ↗

Wonderful name. You may know this, but Kai means food in Maori. Many words and placement also embed it, e.g Moana == sea, so Kaimoana is seafood.

3h agoHN ↗

The article reads like slop, to be honest.

2h agoHN ↗

It's very close to the direction we're taking for windmill.dev, we call it "operator builders" rather than focus on "knowledge graph" which the article is very light on details of.

What I'm mostly reading is a developer platform and runtime where users can build agents that can run tools and for that you need a secure code runtime, ACL/permissions, easy way to build apps or what cloudflare OS call gadgets. We're betting on this too at https://github.com/windmill-labs/windmill, very curious to see if that's the future for most enterprise and if a model where everyone vibe-code/fork cloudflare OS to their enterprise need is the future, or a more exhaustive/enterprise platform like ours does.

2h agoHN ↗

haha stripe's example prompt is "Create an event"

2h agoHN ↗

Stripe is the company I usually hold up as the exemplar of polished internal tools. Hopefully this is taken the right way and I don't want to be negative towards the teams working on this, but I see a distinct lack of polish in these tools and presentations. Some examples:

- Unnecessary AI copy throughout the interfaces like "Browse, discover, and manage skils for your agents", "No favorites yet — hover a card and click the star to pin it here", "One execution environment, shared across agents". These instantly read as AI copy and decrease my enthusiasm.

- Inconsistent, AI-sloppy look-and-feel with different typefaces spattered across the interface.

- The session metrics slide looks busy and AI-generated. It repeats 360,014 sessions in one of the cells at the top, but also has a "360K sessions" in the heading.

I don't know if I'm the only one that notices this stuff, or whether others see it too.

2h agoHN ↗

Stripe is the company I usually hold up as the exemplar of polished internal tools.

unless you work there how would you know this?

2h agoHN ↗

They have published a bunch of stuff about their internal tools in the past. Look up https://stripe.com/blog/stripe-home and compare it to this, as an example.

It's always possible that in reality they were always a bit less polished behind the scenes though.

1h agoHN ↗

Its always more likely the company pushing the PR is less polished than they present themselves.

1h agoHN ↗

It's possibly a cost benefit thing. Moving quickly with AI leaves blood splatter, but if you get enough in return you decide it's worth it anyway.

1h agoHN ↗

I worked there. All the internal tools are amazingly polished. I’ve never seen anything like it.

37m agoHN ↗

As someone who has worked there as well, this is just funny to me.

1h agoHN ↗

I think there’s been somewhat of a mask-off moment post-AI in which we’ve realized that a lot of the careful and considered output we’ve come to expect of some companies wasn’t out of a respect for the craft or desire to produce “good work”.

Pre-AI the attitude was: if we are going to do something, it is going to use up our precious resources, so we should do it well, because our staff are capable and the marginal cost of doing it well vs. doing it at all is negligible.

Post-AI: we can churn out things quickly, we don’t have to worry about resource allocation, churn churn churn!

Ultimately, it is pragmatic for businesses to behave this way, but it is a shame for those who love the craft. I think we took for granted the beautiful ornate hand carved furniture era of software engineering. We are now in the ikea era.

56m agoHN ↗

Ultimately, it is pragmatic for businesses to behave this way, but it is a shame for those who love the craft. I think we took for granted the beautiful ornate hand carved furniture era of software engineering. We are now in the ikea era.

I feel this so much. I thought AI would make it easier to get lots of hand-carved ornate furniture; but right now what we are getting looks like the typical Ikea product line -- a bunch of mismatched pieces by a host of different designers with no common underlying design theme or continuity (I'm talking specifically about the looks and design, not the materials).

41m agoHN ↗

Have any companies mastered high craft at scale (like 1000s of engineers)?

31m agoHN ↗

Apple’s hardware side seems pretty great at it. Software maybe less so.

24m agoHN ↗

On the classic "the mythical man month", Brooks describes 5000 man years effort in delivering OS/360.

I think by any measure that OS/360 would be "high craft".

1h agoHN ↗

Maybe they have jobs to do so they offloaded a lot of the presentation work to AI, assuming reasonable people would not judge based on surface level copy style.

23m agoHN ↗

The issue is not that that the presentation work has been offloaded to AI. It's that the result is sloppy.

People are always going to judge based on what seems "surface-level". Stuff like legibility also matters just for data comprehension, the AI tic of constantly repeating key numbers all over a presentation or webpage actively hurts legibility.

6m agoHN ↗

A company that handles money should absolutely not be cavalier about the details, especially in the parts of the business that are public facing.

1h agoHN ↗

That's funny, because I recall in 2015 hitting their endpoint for a large-ish customer, and if you added a boolean to get the total result count, it would 500 every time, presumably because it was doing some kind of "SELECT count(1)" over a postgres table. IIRC, Stripe was ruby internally for a long time, no?

Also their documentation was frequently just straight up incorrect (as in the described json schema for a response was violated. keys missing, different field names, etc.).

But it's been over 10 years, has it improved since then? I'm still in my impression of their stack from back then, although they were decently mature by then as well.

1h agoHN ↗

I recently had to implement a stripe payment system for a client (having never used it before) and found their documentation to be accurate and excellent (at least for the Java SDK and relatively basic use case).

No love for Stripe but IMO their documentation feels like a first-class product.

47m agoHN ↗

I think the specific cases where it failed was when the customer was one of their earlier ones. My guess is that some data schema migration happened, and older data was being served which didn't quite match. So perhaps recency wouldn't potentially even surface those problems either.

28m agoHN ↗

It sure feels like companies have lost their way now. It's no longer about high polish and quality, and all about volume of features. I don't think users want to be overwhelmed with features, they want things that work nicely, and consistently.

2h agoHN ↗

Somewhat interesting how the design of Stripe's developer-focused landing pages used to be the "cream of the crop," so to speak, but now they just look like Claude run amok. I wonder if the web design "skills" for Claude, and other LLMs, were overly trained on Stripe.

2h agoHN ↗

Within two weeks of our April launch, most of Stripe was using Stripe's Knowledge AI Platform, also known as Kai.

By force or by choice?

1h agoHN ↗

By choice. I currently work at Stripe (opinions my own, I'm just some guy) and was here when it released. It's a genuinely useful tool, which explains the widespread adoption.

1h agoHN ↗

Hope this comes over as constructive criticism:

  1. The whole interface feels way too vibe coded with tons of unneeded stuff. Why does it have a console and snake game built in? Why does it have annoying sounds? Why is it full of AI slop writing? The latter is especially confusing because the first person listed under authors is a "Technical Writer". I guess the interface is the general stripe.dev page not exactly related to Kai but the post definitely is pure AI slop writing.
  2. It seems to claim things that might not be substantiated like the following: "When Account Executives use Kai, they produce 2x the sales activity, create 17% more opportunities, generate 26% more revenue opportunities, and close 39% more deals when compared to the same sellers in weeks they don't use it." Correlation is not causation. If sales people have less activity (vacations or sick days etc) then they also wont use this tool much, it doesn't mean all the increase in sales is because of the tool.
  3. the post talks a lot about how great this tool is but it describes nearly nothing of value to the outsider who can't access it. What were the valuable lessons learned? What's neat about it? There is not much meat imho.

It doesn't live up to my usual expectations from Stripe.

1h agoHN ↗

I want to read this, but the ever-changing linear gradient of the background is too visually distracting. I tried to get around it by highlighting text I want to read, but since the background is changing underneath it, so is the highlight. My eyes hurt.

1h agoHN ↗

Does your browser have a reader mode? Looks quite decent in Safari and Brave

1h agoHN ↗

Building a standalone agent product wouldn't work. Instead, it would force users out of their natural workflows and into a new app.

I am finding the opposite to be true with one of my clients. They explicitly want a new channel. The chat-style UI/UX is vastly preferred over their poorly maintained internal tooling.

I suppose if you are Stripe actual, most things would be well designed and more difficult to abandon. Most places aren't like Stripe.

The hard part is bringing everything that matters to the new channel, but it's certainly feasible to do this. I am doing it right now. We will soon be able to delete hundreds of wildly inconsistent cshtml views and related controllers in favor of a single agent tool that applies json patches. This will easily cover 99.9% of use cases. A manual json editor is retained for the rare case where we need some multi-megabyte merge operation.

37m agoHN ↗

I love the design, I'm sure there will be more knowledge framework coming in the near future.

28m agoHN ↗

Cool to see, but wondering what the upside of this is vs what notion is building with their own agents. I can imagine notion agents can do something very similar to this (and with the same amount of control / security) and at what point would it make sense for a company to build their own vs buying into one..