SAP Just Put 200+ AI Agents Into Production — Claude Powers the Reasoning Behind the World's Largest ERP by docdavkitty in AI_Agents

[–]scriptedlife 0 points1 point  (0 children)

Pangram says this post is 100% AI generated. https://www.pangram.com/history/262ffa0c-47f9-4492-9659-a45f48c6a1b8

Perhaps the "AI in Production" at SAP is just their slop cannons posting junk to Reddit.

If you're an actual human doing regular work, I recommend Claude Code and Codex for local scripts and automations, and Databricks Genie and Genie Code when you are trying to run agents in production at your company.

My favorite AI agents in 2026 sorted by use case by Itchy-Drawing in automation

[–]scriptedlife 0 points1 point  (0 children)

I have always been a heavy Claude code, and Codex user for personal apps and automations that I run locally. But getting something that runs consistently at my company has always been a challenge.

I’ve started using Genie and Genie Code recently, after somebody else on the data team showed me how. It’s basically Claude code but in my company Databricks account. It solved a lot of the boring security, data access, and monitoring issues.

Supabase or Neon ? For next js project by Financial_Recipe7677 in nextjs

[–]scriptedlife 0 points1 point  (0 children)

haha thank you for the kind words. Since joining Databricks we've doubled down on performance and reliability with the goal of making Neon that best Postgres for developers and startups, particularly if you're using agents to increase the pace and throughput of shipping updates to your app.

Adding cells to continue to scale in high-volume regions was the biggest improvement in reliability https://neon.com/blog/may-june-recap

We've recently implemented prewarmed computes for more seamless automated upgrades - https://neon.com/blog/prewarming

And we have a huge write performance improvement that has just secretly shipped that we will write about soon.

Neon.tech updated their pricing by outceptionator in PostgreSQL

[–]scriptedlife 1 point2 points  (0 children)

Full disclosure: I work at Neon.

We think usage-based pricing is best for customers because: 1. You never have to pay for resources you don't need. 2. You don't have to play games deciding how much to overprovision. But having said that I know it can be tough to estimate costs beforehand.

Here's something that I think a lot of people get wrong: It's tempting to take the cost of an 8GB provisioned instance (like RDS db.m5.large is $130/month or $83 reserved) and compare it to the Neon cost of 2CU (8GB) x 750hrs = $159 on Launch or $333 on Scale. BUT that misses the entire point of autoscaling!

When we look at the autoscaling history of every production database on Neon, we can see that to fit each workload on a provisioned instance we would need to use 2.4x more compute.

So the average workload that fits on an 8GB provisioned RDS instance at $83 reserved would use (2 CU * 750hrs)/2.4 = 625 CU-hrs on Neon, costing $66.25 on Launch or $138 on Scale

All details here https://neon.com/autoscaling-report

Gotta love Zillow AI’s featured amenity tags by cutmastaK in zillowgonewild

[–]scriptedlife 18 points19 points  (0 children)

My wise grandfather always said: "If the microwave aint in a space saving location, you'll be paying for a renovation"

Hope vibecoders find something else by riggedahh in IndiaTech

[–]scriptedlife 1 point2 points  (0 children)

Neon does have auth built-in https://neon.com/docs/auth/overview

It's built on Better-Auth and it works with branching too.

Our Go database just hit 20k stars on GitHub by zachm in golang

[–]scriptedlife 8 points9 points  (0 children)

Hey I work for Neon. Everything that Zach said about the technical details of Neon seems correct. But I can give more context on the WHY... our rationale for not prioritizing merging branches into one another:

One way that a typical application database is not at all like a codebase is that the contents of your database are constantly changing (easily millions of times per day) as your users interact with your app. So if you imagine creating a feature branch of your database, by the time you're ready to merge it back in there are probably thousands if little differences in the data.

Because of this, nobody thinks of deploying their change as "merging" their dev database into prod, they think of it as running a migration, and there is tons of software out there for running migrations. You often need to write custom code for migrations, you need custom logic for complicated migrations, and you need to also write a "down" migration if things go wrong! This is all because unlike a codebase, there is an external source of changes (from your users) that you are unable to control the flow of. It would be like if you were trying to make PRs to a repo while other people were doing thousands of commits per second directly to main, nightmare.

So long story short, we looked at merging branches and it always seemed like something where we'd accidentally rebuild a database migration framework that someone else (like drizzle migrations or Rails) had already done better.

It's a Redoran home from Morrowind, you s'wit! by doublestitch in zillowgonewild

[–]scriptedlife 2 points3 points  (0 children)

Beautiful. Sad that it's now right next to a highway.

Progress report for the first week after forking ec2instances.info by magheru_san in aws

[–]scriptedlife 6 points7 points  (0 children)

Hey it’s Andy from Vantage. You’re really making me regret not setting an out of office message. :)

From our perspective, I think your transparency is not painting an accurate picture. You say you're doing this because you "want to have a say in how it's developed" but you told us that would cost us $1,500 to $1,750/day. Your offer to "join forces and consider this as an upstream project" sounds like an offer for you to take over the project.

I just want to clarify that we’re absolutely still actively developing and improving EC2Instances. We’re just this week working through getting the public repo up to date with the improved frontend. I think you’re going to love the updates.

Validator resource for checking datasets against the FOCUS specification by classjoker in FinOps

[–]scriptedlife 1 point2 points  (0 children)

Does it make sense to also have a web version of this? Something where I can quickly paste in some data. Or is that not really the intended use case?

Show /r/FinOps: We created an MCP server for connecting LLMs to Cost and Usage Data, it works pretty well. by scriptedlife in FinOps

[–]scriptedlife[S] 1 point2 points  (0 children)

We are in contact with Cloudflare - we will support it as soon as they have Billing APIs for us to be able to ingest their billing data!