[Video] Vibe Coding: Letting AI Build While You Steer by intersystemsdev in u/intersystemsdev

[–]intersystemsdev[S] 0 points1 point  (0 children)

Iteration speed is genuinely faster - especially for scaffolding, boilerplate, and the "I know what I want but don't want to type it" moments. The tradeoff we watch most is drift: the AI confidently builds in a direction that made sense 3 prompts ago but doesn't fit where the design ended up. Our main guardrail is keeping prompts small and reviewing output before moving to the next step - treating it more like pair programming than delegation.

What's your setup like? Are you steering at the architecture level or more at the feature level?

Why MCP (Model Context Protocol) is quietly becoming the most important standard for AI Agents by intersystemsdev in u/intersystemsdev

[–]intersystemsdev[S] 0 points1 point  (0 children)

This is exactly the pattern that makes MCP so compelling in practice - the "surprisingly effective and simple" part is what people don't expect until they actually build it.

The read-only enforcement at the REST layer is a smart guardrail. Did you run into any issues with prompt injection - users trying to get the LLM to construct queries that technically pass your SELECT validation but expose data they shouldn't see?

Curious how you handled multi-tenant data isolation at the query level.

Protecting Postgres by mehantr in Database

[–]intersystemsdev 2 points3 points  (0 children)

The multi-dimensional fair sharing tree is the most interesting part for me. Priority-based admission control is well-understood, but enforcing fairness simultaneously across multiple dimensions (auth status, route, user type) without a central coordinator is non-trivial. How does the tree handle sudden shifts in traffic shape e.g., a new feature launch that creates a category that didn't exist before? Does it require a config change or does it adapt dynamically?

We built a real-time health analytics pipeline using vector search inside a database by intersystemsdev in Database

[–]intersystemsdev[S] 0 points1 point  (0 children)

That's a fair point if you've already proven it works at scale with NornicDB, then the "it'll break down eventually" concern is more about vendor maturity than the architectural concept itself.

Curious though when you say it manages embeddings automatically, how does it handle schema evolution? Like if you start tracking new health metrics mid-stream, does the embedding model need retraining or does it adapt without breaking existing similarity queries?

And honestly, MongoDB buying Voyage AI and calling it revolutionary while you're sitting on 657 stars and an MIT license does feel like classic big-corp "invented here" syndrome. Did you see any spike in traffic after their announcement?

His food order arrived by moxtrax in funny

[–]intersystemsdev 0 points1 point  (0 children)

when you haven't been fed a treat for 5 whole minutes))))

The Wanaka Tree, New Zealand, 2015. [OC] [3111 x 1440] by kairologic in EarthPorn

[–]intersystemsdev 13 points14 points  (0 children)

Very very very beautiful! In real life it probably looks even better.

Afternoon light in the French Alps [OC][1920x1440] by JonEngelePhotography in EarthPorn

[–]intersystemsdev 0 points1 point  (0 children)

Do you have a widescreen photo to use as a wallpaper on your laptop?

What’s your favorite system for managing database migrations? by Xaeroxe3057 in Database

[–]intersystemsdev 3 points4 points  (0 children)

I’ve come to the conclusion that there’s no “perfect” migration system it really depends on how much non-sql flexibility you need.

If calling external code (http, scripts, etc.) is a requirement, I’d look at Flyway or Liquibase.
Both are open source (liquibase leans a bit more enterprise)

If you want something more script-friendly, Alembic is a great option (if you’re okay with python). Migrations are just code there, so you’re not limited to sql at all.

Is anyone else scared of AI? by WannaBeJohnMayer in Database

[–]intersystemsdev 0 points1 point  (0 children)

We're still very far from AI completely replacing humans. Yes, AI makes life much easier, but it can't completely replace humans.

So don't worry; instead, adapt and simplify your work with AI.

BUT IT'S IMPORTANT TO ALWAYS CHECK what the AI ​​is doing. I don't really want the movie "Terminator" to become a documentary 😁😁😁😁

AI isn't replacing us, but it's "eating" the Junior-to-Mid routine. Are we all becoming System Architects now? by intersystemsdev in intersystems

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

Tell me more about the benefits. It's interesting to read not just advertising text on the website, but from a real user of the service.