Difference between revisions of "TaskComponentDesign"

From aHuman Wiki
Jump to: navigation, search
(Automated page entry using MWPush.pl)
 
(Automated page entry using MWPush.pl)
 
Line 1: Line 1:
 
 
<pre style="color: green">Create component diagram and map to basic AI technology set</pre>
 
<pre style="color: green">Create component diagram and map to basic AI technology set</pre>
  

Latest revision as of 19:10, 28 November 2018

Create component diagram and map to basic AI technology set

@@Home -> ReleasePlanning -> TaskComponentDesign


What

  • collect set of scenarios to be used as first stage AI implementation
  • create UML component diagram of AI engine, excluding helper libraries, that fits selected scenarios, publish it in architecture page
  • define primary function of each component
  • specify for each component, what AI technologies this component is based on, plus justification how technology features satisfy component function
  • rework aiengine codebase to reflect new component diagram, with separate service for each component
  • specify basic interfaces for each component, allowing to demonstrate all system-wide workflow scenarios using logging for corresponding test requests
  • describe top-level features of AI

How