From 711bc5479988b05e4436cc6c2a3eb15a435d4bd6 Mon Sep 17 00:00:00 2001 From: vuonghoainam Date: Wed, 4 Oct 2023 10:10:59 +0700 Subject: [PATCH] fix(adr-002): Update terminology replicant to composable AI --- ...-jan-replicants.md => adr-002-jan-composable-plugins.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename adr/{adr-002-jan-replicants.md => adr-002-jan-composable-plugins.md} (89%) diff --git a/adr/adr-002-jan-replicants.md b/adr/adr-002-jan-composable-plugins.md similarity index 89% rename from adr/adr-002-jan-replicants.md rename to adr/adr-002-jan-composable-plugins.md index f7c0f9168..ec1014443 100644 --- a/adr/adr-002-jan-replicants.md +++ b/adr/adr-002-jan-composable-plugins.md @@ -1,4 +1,4 @@ -# ADR #002: {Jan replicant - Composable plugin} +# ADR #002: Jan replicant - Composable plugin ## Changelog - Oct 4th 2023: Initial draft @@ -13,7 +13,7 @@ Proposed ## Context ### Business context -Jan can be a platform and let builders build their own `replicants` using existing tools +Jan can be a platform and let builders build their own `composable AIs` using existing tools - Use-case 1: Medical AI startup uploads "case notes" to Jan, wants to ask it questions (i.e. medical audit) - Use-case 2: Legal e-discovery: very large amount of documents (~10-15k pages) are uploaded, data is very private and cannot be leaked - Use-case 3: Jan wants to use Jan to have a QnA chatbot to answer questions on docs @@ -42,7 +42,7 @@ Jan can be a platform and let builders build their own `replicants` using existi ![Component design](images/adr-002-02.png "Component design") ## Consequences -- Jan user can build their own replicants (and buy from others too) in an easy way +- Jan user can build their own composable AIs (and buy from others too) in an easy way - Clear design for plugin and Jan platform development ## Reference