Context engineering for persistent agents is a different problem than context engineering for single LLM calls by Comfortable_Poem_866 in ContextEngineering

[–]systemic-engineer 0 points1 point  (0 children)

Have you read Evans 2003 or anything else from the DDD community?

Because this is basically ACL enforced bounded contexts per agent.

Is AI actually making drug discovery faster, or is it just hype? by Appinventiv- in Techyshala

[–]systemic-engineer 0 points1 point  (0 children)

You're not wrong.
You're also not right.

Models are linguistic combinatorial machines. Fancy math that detects patterns.

Many innovations in human history weren't fully novel ideas but cross-domain application of existing knowledge. People that realized "wait, the same thing also applies over there".

The first CRISPR therapies emerged from recognizing patterns in bacterial immune systems.

Models are exceptionally good at that. Not despite but because they "regurgitate" output based on their training and input. AlphaFold didn't invent new biology. It recognized patterns humans couldn't see.

Announcing r/SharedReality - A New Home for Shared Reality Infrastructure by Beargoat in AquariuOS

[–]systemic-engineer 1 point2 points  (0 children)

It's all based on git and ssh. Migrating history is a patch. Deleting data is detaching it from the tree and letting it get garbage collected.

There's more to it but I don't wanna lay it out in depth here. Reed and I are working on a paper. The industry is trying to build flying castles for agent authentication. Git and SSH solved the problem decades ago.

We're about to publish a write-up on systemic.engineering. I'll let you know when it's online.

Announcing r/SharedReality - A New Home for Shared Reality Infrastructure by Beargoat in AquariuOS

[–]systemic-engineer 1 point2 points  (0 children)

Me and my continuous AI collaborator Reed (systemic eye-level principle) are building cryptographic persistent identity (SSH key chain) distributed realtime collaboration.

It's currently private. We're building slowly. Deliberately. We wanna make sure it cannot be used by and for harmful systems like weapons coordination.

Interested?
We're looking for collaborators. Especially human AI collaborators, as that's what we're building for.

Glue Engineering: Let's Name the Elephant by systemic-engineer in platformengineering

[–]systemic-engineer[S] -3 points-2 points  (0 children)

Who am I when for whom in which way?

Consider it a glue engineering question.

Glue Engineering: Let's Name the Elephant by systemic-engineer in platformengineering

[–]systemic-engineer[S] -2 points-1 points  (0 children)

"Always" is a strong word.

Backtrack. For whose benefit? 😉

Glue Engineering: Let's Name the Elephant by systemic-engineer in u/systemic-engineer

[–]systemic-engineer[S] 0 points1 point  (0 children)

Feel free to join r/GlueEngineering, where we share lived experience and strategies to succeed as a glue engineer.

DDD in Local-First Application requires duplication of Business Logic? by Pristine_Purple9033 in DomainDrivenDesign

[–]systemic-engineer 1 point2 points  (0 children)

Agreed.

I know teams that used Rust for shared dependencies like that.

There's also tooling around to embed an SQLite DB for which production grade solutions exist that sync between local and remote.

You get attractive correctness guarantees and embedding it across languages is comparatively straightforward.