第26章 组织个体
26.1 组织个体的提出背景
现实世界中的组织是一种典型的复杂个体。
企业、政府机构、学校、医院、协会、社会组织、科研机构、项目团队以及其他协作主体,都可以表现为具有明确边界、成员结构、部门结构、内部关系、共同目标、运行规则、组织能力和组织行为的整体。
传统信息系统通常将组织拆分为人员表、部门表、岗位表、权限表和业务表。这些数据能够描述组织的部分信息,但如果缺少统一的组织结构,就难以形成一个完整的组织机器个体。
个体人工智能(Individual Artificial Intelligence,ICAI)的基本思想,是针对一个具体组织建立对应的机器个体。
因此:
RealOrganization→OrganizationModel→MachineOrganizationIndividualRealOrganization \rightarrow OrganizationModel \rightarrow MachineOrganizationIndividual
组织个体不是成员数据的简单集合,而是将组织内部的成员、部门、关系、目标、规则、能力和行为组织成一个统一的机器结构。
其基本过程为:
现实组织
↓
组织结构分析
↓
组织对象建立
↓
成员与部门建立
↓
组织关系建立
↓
组织目标建立
↓
组织规则建立
↓
组织能力形成
↓
组织认知
↓
组织决策
↓
组织行为
↓
反馈
↓
组织学习
↓
组织更新
26.2 组织个体定义
**组织个体(Organization Individual)**是个体人工智能中的一种具体个体类型,是以一个具体组织作为模拟对象,根据该组织自身的结构、成员、部门、关系、目标、规则、知识、资源、能力、行为、状态和历史,在计算机中建立对应的机器个体。
组织个体可以表示为:
OI={ID,T,St,M,D,R,G,Rule,K,C,Md,B,S,H}OI= \{ID,T,St,M,D,R,G,Rule,K,C,Md,B,S,H\}
其中:
- OIOI:Organization Individual,组织个体;
- IDID:组织身份;
- TT:组织类型;
- StSt:组织结构;
- MM:成员;
- DD:部门;
- RR:组织关系;
- GG:组织目标;
- RuleRule:组织规则;
- KK:组织知识;
- CC:组织能力;
- MdMd:组织方法;
- BB:组织行为;
- SS:组织状态;
- HH:组织历史。
本章重点研究八个核心结构:
Organization=Structure+Member+Department+Relation+Goal+Rule+Capability+BehaviorOrganization= Structure+ Member+ Department+ Relation+ Goal+ Rule+ Capability+ Behavior
26.3 组织结构
26.3.1 组织结构定义
**组织结构(Organization Structure)**是组织内部成员、部门、岗位、层级、关系、职责和资源按照一定规则形成的整体结构。
组织结构可以表示为:
StO={M,D,P,R,Authority,Responsibility}St_O= \{M,D,P,R,Authority,Responsibility\}
其中:
- MM:成员;
- DD:部门;
- PP:岗位;
- RR:关系;
- AuthorityAuthority:权限;
- ResponsibilityResponsibility:职责。
组织结构可以形成:
组织
├── 管理层
├── 部门
│ ├── 部门A
│ │ ├── 成员
│ │ └── 岗位
│ ├── 部门B
│ │ ├── 成员
│ │ └── 岗位
│ └── 部门C
│ ├── 成员
│ └── 岗位
├── 业务流程
├── 权限结构
└── 责任结构
因此:
OrganizationStructure=Members+Departments+Positions+Relations+Authority+ResponsibilityOrganizationStructure = Members+ Departments+ Positions+ Relations+ Authority+ Responsibility
26.3.2 组织结构的层级性
组织通常具有层级结构:
Organization→Department→Position→MemberOrganization \rightarrow Department \rightarrow Position \rightarrow Member
也可以存在多个部门之间的横向关系:
DepartmentA↔DepartmentBDepartment_A \leftrightarrow Department_B
因此组织结构同时具有:
- 层级结构;
- 部门结构;
- 岗位结构;
- 成员结构;
- 横向协作结构。
26.3.3 组织结构的动态变化
组织结构不是固定不变的。
可能发生:
Departmentold→DepartmentnewDepartment_{old}\rightarrow Department_{new} MemberA→MemberBMember_{A}\rightarrow Member_{B} Positiont→Positiont+1Position_t\rightarrow Position_{t+1}
因此:
Structuret→Structuret+1Structure_t\rightarrow Structure_{t+1}
组织结构变化可能进一步影响组织能力:
StructureChange→ResourceChange→CapabilityChange→BehaviorChangeStructureChange \rightarrow ResourceChange \rightarrow CapabilityChange \rightarrow BehaviorChange
26.4 成员
26.4.1 组织成员定义
**组织成员(Organization Member)**是属于某一具体组织,并在组织结构中承担一定身份、岗位、职责、权限或任务的具体个体。
成员可以是个人,也可以根据组织类型进一步扩展为其他组织参与主体。
成员模型可以表示为:
Mi={ID,T,A,S,R,Position,Responsibility,Authority}M_i=\{ID,T,A,S,R,Position,Responsibility,Authority\}
其中:
- IDID:成员身份;
- TT:成员类型;
- AA:成员属性;
- SS:成员状态;
- RR:成员关系;
- PositionPosition:岗位;
- ResponsibilityResponsibility:职责;
- AuthorityAuthority:权限。
成员集合:
MO={M1,M2,⋯ ,Mn}M_O=\{M_1,M_2,\cdots,M_n\}
26.4.2 成员与组织的关系
成员不是独立存在于组织机器模型之外,而是组织结构中的组成对象。
基本关系:
R=(Subject,Type,Object)R=(Subject,Type,Object)
例如:
R=(Organization,Contains,Member)R=(Organization,Contains,Member) R=(Member,BelongsTo,Department)R=(Member,BelongsTo,Department) R=(Member,Holds,Position)R=(Member,Holds,Position) R=(Member,ResponsibleFor,Task)R=(Member,ResponsibleFor,Task)
因此:
组织
↓
成员
↓
岗位
↓
职责
↓
权限
↓
任务
↓
行为
26.4.3 成员状态
成员具有动态状态:
SM(t)→SM(t+1)S_M(t)\rightarrow S_M(t+1)
例如:
成员
↓
在职
↓
岗位变化
↓
职责变化
↓
权限变化
成员状态变化可能进一步影响组织状态:
MemberStateChange→OrganizationStateChangeMemberStateChange \rightarrow OrganizationStateChange
26.5 部门
26.5.1 部门定义
**部门(Department)**是组织内部根据职责、业务、功能、资源或管理需要划分形成的结构单元。
部门模型:
Di={ID,Name,Type,Parent,Members,Goals,Rules,Resources}D_i=\{ID,Name,Type,Parent,Members,Goals,Rules,Resources\}
其中:
- IDID:部门身份;
- NameName:部门名称;
- TypeType:部门类型;
- ParentParent:上级部门;
- MembersMembers:部门成员;
- GoalsGoals:部门目标;
- RulesRules:部门规则;
- ResourcesResources:部门资源。
部门集合:
DO={D1,D2,⋯ ,Dn}D_O=\{D_1,D_2,\cdots,D_n\}
26.5.2 部门与组织结构
部门是组织结构的重要组成部分:
Organization→Department→MemberOrganization \rightarrow Department \rightarrow Member
多个部门共同构成组织内部结构:
OrganizationStructure={D1,D2,⋯ ,Dn,RD}OrganizationStructure = \{D_1,D_2,\cdots,D_n,R_D\}
其中 RDR_D 表示部门之间的关系。
例如:
DepartmentA→DepartmentBDepartment_A\rightarrow Department_B
可以表示业务协作、信息交换、资源调用或管理关系。
26.5.3 部门能力
部门本身也可以形成局部能力:
CD=f(M,K,R,Rule,Resource,S)C_D=f(M,K,R,Rule,Resource,S)
组织整体能力则由多个部门能力以及部门之间的协同关系共同形成:
CO=f(CD1,CD2,⋯ ,CDn,R)C_O=f(C_{D1},C_{D2},\cdots,C_{Dn},R)
因此:
OrganizationCapability≠∑DepartmentCapabilityOrganizationCapability \neq \sum DepartmentCapability
组织能力还取决于部门之间的协同结构。
26.6 组织关系
26.6.1 组织关系定义
**组织关系(Organization Relation)**是组织与成员、部门、岗位、任务、资源以及其他组织对象之间形成的结构化联系。
基本关系模型:
R=(Subject,Type,Object)R=(Subject,Type,Object)
例如:
R=(Organization,Contains,Department)R=(Organization,Contains,Department) R=(Department,Contains,Member)R=(Department,Contains,Member) R=(Member,ReportsTo,Member)R=(Member,ReportsTo,Member) R=(Department,CooperatesWith,Department)R=(Department,CooperatesWith,Department) R=(Member,ResponsibleFor,Task)R=(Member,ResponsibleFor,Task)
26.6.2 组织关系网络
多个关系形成组织关系网络:
组织目标
↑
│
部门A ←──────→ 部门B ←──────→ 部门C
↑ ↑ ↑
成员 成员 成员
│ │ │
岗位 岗位 岗位
因此:
OrganizationNetwork={O,R}OrganizationNetwork=\{O,R\}
其中 OO 为组织对象集合,RR 为对象关系集合。
26.6.3 关系变化
组织关系具有动态性:
Rt→Rt+1R_t\rightarrow R_{t+1}
例如:
MemberA→DepartmentBMember_A\rightarrow Department_B
表示成员部门发生变化。
或者:
DepartmentA↔DepartmentBDepartment_A\leftrightarrow Department_B
表示两个部门建立新的协作关系。
关系变化会影响组织结构、组织能力和组织行为:
RelationChange→StructureChange→CapabilityChange→BehaviorChangeRelationChange \rightarrow StructureChange \rightarrow CapabilityChange \rightarrow BehaviorChange
26.7 组织目标
26.7.1 组织目标定义
**组织目标(Organization Goal)**是组织机器个体在一定时间和条件下希望达到的目标状态。
目标模型:
GO={Target,Condition,State,Priority}G_O=\{Target,Condition,State,Priority\}
其中:
- TargetTarget:目标对象;
- ConditionCondition:目标条件;
- StateState:目标状态;
- PriorityPriority:目标优先级。
组织目标可以包括:
- 生存目标;
- 发展目标;
- 业务目标;
- 服务目标;
- 项目目标;
- 成员目标;
- 资源目标;
- 技术目标;
- 安全目标;
- 长期发展目标。
26.7.2 组织目标层级
组织目标通常具有层级:
OrganizationGoal→DepartmentGoal→PositionGoal→TaskGoalOrganizationGoal \rightarrow DepartmentGoal \rightarrow PositionGoal \rightarrow TaskGoal
因此:
GO={Gmain,Gsub1,Gsub2,⋯ ,Gn}G_O=\{G_{main},G_{sub1},G_{sub2},\cdots,G_n\}
组织整体目标可以分解为多个子目标。
例如:
组织总体目标
↓
部门目标
↓
岗位目标
↓
任务目标
↓
具体动作
26.7.3 多目标与冲突
组织可能同时具有多个目标:
G={G1,G2,⋯ ,Gn}G=\{G_1,G_2,\cdots,G_n\}
不同目标之间可能存在冲突:
Conflict(Gi,Gj)Conflict(G_i,G_j)
因此组织机器个体需要根据目标优先级、规则、资源和状态进行目标判断:
Goal→Priority→Capability→Method→DecisionGoal \rightarrow Priority \rightarrow Capability \rightarrow Method \rightarrow Decision
26.8 组织规则
26.8.1 组织规则定义
**组织规则(Organization Rule)**是规定组织成员、部门、岗位、资源和行为在特定条件下如何运行的结构化约束。
基本形式:
IF Condition THEN ResultIF\ Condition\ THEN\ Result
规则可以表示为:
Rule=(Condition,Action,Result,Priority)Rule=(Condition,Action,Result,Priority)
组织规则可以包括:
- 组织管理规则;
- 部门规则;
- 岗位规则;
- 权限规则;
- 任务规则;
- 流程规则;
- 资源使用规则;
- 行为规则;
- 安全规则;
- 决策规则。
26.8.2 组织规则作用
规则是连接组织结构和组织行为的重要机制。
其关系为:
Structure→Rule→Condition→Decision→BehaviorStructure \rightarrow Rule \rightarrow Condition \rightarrow Decision \rightarrow Behavior
例如某成员具有特定岗位和权限,在满足特定条件时才能执行某项任务:
IFPosition=ManagerANDAuthority=ValidTHENAction=AllowedIF Position=Manager AND Authority=Valid THEN Action=Allowed
规则计算结果:
Rule(C)→True/FalseRule(C)\rightarrow True/False
从而影响行为是否能够执行。
26.8.3 规则冲突
组织内部可能存在多个规则:
Rules={Rule1,Rule2,⋯ ,Rulen}Rules=\{Rule_1,Rule_2,\cdots,Rule_n\}
规则之间可能发生冲突:
Conflict(Rulei,Rulej)Conflict(Rule_i,Rule_j)
因此组织个体必须建立规则优先级:
Priority(Rulei)Priority(Rule_i)
形成:
Rule→ConflictDetection→Priority→ConflictResolutionRule \rightarrow ConflictDetection \rightarrow Priority \rightarrow ConflictResolution
26.9 组织能力
26.9.1 组织能力定义
**组织能力(Organization Capability)**是组织通过成员、部门、知识、资源、关系、规则和方法,对组织目标进行认知、判断、决策、协作和执行的综合能力。
组织能力可以表示为:
CO=f(M,D,K,R,Rule,G,S,Md)C_O=f(M,D,K,R,Rule,G,S,Md)
其中:
- MM:成员;
- DD:部门;
- KK:组织知识;
- RR:组织关系;
- RuleRule:组织规则;
- GG:组织目标;
- SS:组织状态;
- MdMd:组织方法。
26.9.2 组织能力的组成
组织能力可以划分为:
CO={Cmanagement,Coperation,Cdecision,Ccoordination,Cservice,Clearning,Cprotection,Crepair}C_O= \{ C_{management}, C_{operation}, C_{decision}, C_{coordination}, C_{service}, C_{learning}, C_{protection}, C_{repair} \}
包括:
- 管理能力;
- 运营能力;
- 决策能力;
- 协作能力;
- 服务能力;
- 学习能力;
- 风险保护能力;
- 异常修复能力。
26.9.3 组织协同能力
组织能力的一个重要特点是协同。
单个成员能力:
CMiC_{M_i}
多个成员协作形成:
CTeam=f(CM1,CM2,⋯ ,CMn,R)C_{Team}=f(C_{M1},C_{M2},\cdots,C_{Mn},R)
多个部门进一步形成组织能力:
CO=f(CD1,CD2,⋯ ,CDn,R,Rule)C_O=f(C_{D1},C_{D2},\cdots,C_{Dn},R,Rule)
因此组织能力不仅来源于成员本身,还来源于:
Member+Department+Relation+RuleMember + Department + Relation + Rule
这种结构使组织具有区别于单个成员的整体能力。
26.10 组织行为
26.10.1 组织行为定义
**组织行为(Organization Behavior)**是组织个体根据组织目标、组织能力、组织规则、组织方法、组织状态和决策结果产生的整体行为。
组织行为模型:
BO=f(G,C,Rule,Md,S,D)B_O=f(G,C,Rule,Md,S,D)
其中:
- GG:组织目标;
- CC:组织能力;
- RuleRule:组织规则;
- MdMd:组织方法;
- SS:组织状态;
- DD:组织决策。
组织行为可以由多个动作组成:
BO={A1,A2,⋯ ,An}B_O=\{A_1,A_2,\cdots,A_n\}
26.10.2 组织行为的形成
组织行为不是单一成员动作的简单叠加,而是组织结构和组织决策共同形成的行为过程。
基本过程:
组织目标
↓
组织状态
↓
能力判断
↓
部门能力匹配
↓
成员能力匹配
↓
规则匹配
↓
方法选择
↓
组织决策
↓
部门协作
↓
成员行为
↓
组织结果
形成:
Goal→Capability→Rule→Method→Decision→Behavior→ResultGoal \rightarrow Capability \rightarrow Rule \rightarrow Method \rightarrow Decision \rightarrow Behavior \rightarrow Result
26.10.3 组织行为反馈
组织行为产生结果:
Behavior→ResultBehavior\rightarrow Result
结果产生反馈:
Result→FeedbackResult\rightarrow Feedback
反馈进一步进入组织经验和知识:
Feedback→Experience→KnowledgeFeedback \rightarrow Experience \rightarrow Knowledge
最终形成:
Knowledge→Capability→BehaviorKnowledge \rightarrow Capability \rightarrow Behavior
因此组织行为可以形成持续学习循环:
Behavior→Result→Feedback→Experience→Knowledge→Capability→BehaviorBehavior \rightarrow Result \rightarrow Feedback \rightarrow Experience \rightarrow Knowledge \rightarrow Capability \rightarrow Behavior
26.11 组织个体统一模型
综合本章八个核心结构,可以建立组织个体统一模型:
OI={ID,T,St,M,D,R,G,Rule,K,C,Md,B,S,H}OI= \{ ID, T, St, M, D, R, G, Rule, K, C, Md, B, S, H \}
其中:
St={M,D,P,R,Authority,Responsibility}St=\{M,D,P,R,Authority,Responsibility\}
组织的基本组成关系为:
Organization=Structure+Member+Department+Relation+Goal+Rule+Capability+BehaviorOrganization = Structure+ Member+ Department+ Relation+ Goal+ Rule+ Capability+ Behavior
进一步建立运行模型:
Organization→Structure→Member→Department→Relation→Goal→Rule→Capability→Method→Decision→BehaviorOrganization \rightarrow Structure \rightarrow Member \rightarrow Department \rightarrow Relation \rightarrow Goal \rightarrow Rule \rightarrow Capability \rightarrow Method \rightarrow Decision \rightarrow Behavior
26.12 组织个体面向对象模型
在 ICAI 工程中,组织个体可以映射为:
OrganizationIndividual
├── OrganizationIdentity
├── OrganizationStructure
├── OrganizationMember
├── OrganizationDepartment
├── OrganizationRelation
├── OrganizationGoal
├── OrganizationRule
├── OrganizationKnowledge
├── OrganizationCapability
├── OrganizationMethod
├── OrganizationBehavior
├── OrganizationMemory
├── OrganizationExperience
└── OrganizationHistory
PHP OOP:
class OrganizationIndividual extends Individual
{
protected $structure;
protected $members;
protected $departments;
protected $relations;
protected $goals;
protected $rules;
protected $knowledge;
protected $capabilities;
protected $methods;
protected $behaviors;
}
组织结构对象:
class OrganizationStructure
{
protected $organizationId;
protected $members;
protected $departments;
protected $positions;
protected $relations;
protected $authority;
protected $responsibility;
}
组织成员对象:
class OrganizationMember
{
protected $organizationId;
protected $memberId;
protected $departmentId;
protected $positionId;
protected $responsibility;
protected $authority;
protected $state;
}
组织部门对象:
class OrganizationDepartment
{
protected $organizationId;
protected $departmentId;
protected $parentId;
protected $name;
protected $members;
protected $goals;
protected $rules;
protected $resources;
}
组织规则对象:
class OrganizationRule
{
protected $organizationId;
protected $condition;
protected $action;
protected $result;
protected $priority;
public function evaluate($context)
{
return false;
}
}
组织能力对象:
class OrganizationCapability
{
protected $organizationId;
protected $name;
protected $type;
protected $members;
protected $departments;
protected $knowledge;
protected $relations;
protected $rules;
protected $methods;
protected $state;
}
26.13 组织个体数据库模型
组织机器个体可以建立如下数据结构:
organization_individuals
├── organization_structures
├── organization_members
├── organization_departments
├── organization_positions
├── organization_relations
├── organization_goals
├── organization_rules
├── organization_knowledge
├── organization_capabilities
├── organization_methods
├── organization_behaviors
├── organization_memory
├── organization_experience
└── organization_history
组织主体表:
CREATE TABLE organization_individuals (
id INT NOT NULL AUTO_INCREMENT,
organization_code VARCHAR(100) NOT NULL,
organization_name VARCHAR(255) NOT NULL,
organization_type VARCHAR(100) NOT NULL,
organization_status VARCHAR(30) DEFAULT 'active',
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY uk_organization_code (organization_code)
);
组织成员表:
CREATE TABLE organization_members (
id INT NOT NULL AUTO_INCREMENT,
organization_id INT NOT NULL,
member_id INT NOT NULL,
department_id INT DEFAULT NULL,
position_id INT DEFAULT NULL,
responsibility TEXT,
authority TEXT,
member_status VARCHAR(30) DEFAULT 'active',
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
KEY idx_organization_id (organization_id),
KEY idx_member_id (member_id),
KEY idx_department_id (department_id)
);
组织部门表:
CREATE TABLE organization_departments (
id INT NOT NULL AUTO_INCREMENT,
organization_id INT NOT NULL,
parent_id INT DEFAULT NULL,
department_code VARCHAR(100) NOT NULL,
department_name VARCHAR(255) NOT NULL,
department_type VARCHAR(100) DEFAULT NULL,
department_status VARCHAR(30) DEFAULT 'active',
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY uk_department_code (department_code),
KEY idx_organization_id (organization_id),
KEY idx_parent_id (parent_id)
);
组织关系表:
CREATE TABLE organization_relations (
id INT NOT NULL AUTO_INCREMENT,
organization_id INT NOT NULL,
subject_id INT NOT NULL,
relation_type VARCHAR(100) NOT NULL,
object_id INT NOT NULL,
relation_status VARCHAR(30) DEFAULT 'active',
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
KEY idx_organization_id (organization_id),
KEY idx_subject_id (subject_id),
KEY idx_object_id (object_id)
);
26.14 组织个体运行模型
组织个体的完整运行过程可以表示为:
组织输入
↓
组织对象识别
↓
组织结构识别
↓
成员状态判断
↓
部门状态判断
↓
关系判断
↓
组织知识匹配
↓
目标判断
↓
规则匹配
↓
组织能力匹配
↓
部门能力匹配
↓
成员能力匹配
↓
方法匹配
↓
组织决策
↓
部门协作
↓
成员行为
↓
组织行为
↓
结果
↓
反馈
↓
结果检查
↓
组织经验
↓
知识更新
↓
能力更新
↓
组织结构或规则更新
↓
组织个体更新
↓
再次运行
形成:
OIt→Cognitiont→Decisiont→Behaviort→Feedbackt→Learningt→OIt+1OI_t \rightarrow Cognition_t \rightarrow Decision_t \rightarrow Behavior_t \rightarrow Feedback_t \rightarrow Learning_t \rightarrow OI_{t+1}
26.15 组织个体的层级认知
组织机器个体具有明显的层级认知结构:
Organization→Department→Member→Task→ActionOrganization \rightarrow Department \rightarrow Member \rightarrow Task \rightarrow Action
因此组织认知不能只停留在整体层面。
例如组织需要完成一个任务时,可以进行:
组织目标
↓
任务分解
↓
部门匹配
↓
岗位匹配
↓
成员匹配
↓
能力匹配
↓
方法匹配
↓
动作分配
↓
执行
↓
结果汇总
形式化表示:
Goal→TaskDecomposition→DepartmentMatching→MemberMatching→CapabilityMatching→ActionGoal \rightarrow TaskDecomposition \rightarrow DepartmentMatching \rightarrow MemberMatching \rightarrow CapabilityMatching \rightarrow Action
这样,组织机器个体就能够将整体目标转换为内部可执行结构。
26.16 组织能力形成模型
组织能力不是预先固定的属性,而是在组织结构运行过程中形成。
基本关系:
Member→Department→Coordination→Method→Behavior→ResultMember \rightarrow Department \rightarrow Coordination \rightarrow Method \rightarrow Behavior \rightarrow Result
结果产生经验:
Result→ExperienceResult \rightarrow Experience
经验形成知识:
Experience→KnowledgeExperience \rightarrow Knowledge
知识进一步改变能力:
Knowledge→CapabilityKnowledge \rightarrow Capability
因此:
Member→Structure→Coordination→Behavior→Experience→Knowledge→CapabilityMember \rightarrow Structure \rightarrow Coordination \rightarrow Behavior \rightarrow Experience \rightarrow Knowledge \rightarrow Capability
组织能力由此具有动态发展特征:
CO(t)→CO(t+1)C_O(t)\rightarrow C_O(t+1)
26.17 组织个体与企业个体的关系
组织个体和企业个体存在交叉,但二者不能完全等同。
OrganizationIndividual≠EnterpriseIndividualOrganizationIndividual \neq EnterpriseIndividual
企业个体强调:
Enterprise=Business+Resource+Product+Customer+OperationEnterprise= Business+ Resource+ Product+ Customer+ Operation
组织个体强调:
Organization=Structure+Member+Department+Relation+Goal+Rule+Capability+BehaviorOrganization= Structure+ Member+ Department+ Relation+ Goal+ Rule+ Capability+ Behavior
企业可以作为一种组织,因此:
Enterprise⊂OrganizationTypeEnterprise\subset OrganizationType
但组织的范围明显更广。
例如:
组织个体
├── 企业组织
├── 政府组织
├── 学校组织
├── 医疗组织
├── 科研组织
├── 协会组织
├── 社会组织
└── 项目组织
因此,组织个体可以成为企业个体、政府机构个体、学校个体、医疗机构个体等具体个体类型的重要基础。
26.18 组织个体的核心模型
组织个体最重要的特征,是把“个体集合”转化为“结构化整体”。
简单成员集合:
Members={M1,M2,⋯ ,Mn}Members=\{M_1,M_2,\cdots,M_n\}
并不能直接形成组织能力。
必须加入:
Structure+Relation+Goal+RuleStructure+ Relation+ Goal+ Rule
才能形成:
Organization=Members+Departments+Relations+Goals+RulesOrganization = Members+ Departments+ Relations+ Goals+ Rules
再进一步形成:
Organization→Capability→Decision→BehaviorOrganization \rightarrow Capability \rightarrow Decision \rightarrow Behavior
因此:
Members≠OrganizationMembers\neq Organization Departments≠OrganizationDepartments\neq Organization Data≠OrganizationData\neq Organization
只有这些元素按照组织结构形成稳定关系之后,才能构成组织机器个体模型。
26.19 本章小结
组织个体是 ICAI 个体类型体系中的重要复杂个体。
本章围绕八个核心结构建立了组织机器个体模型:
OrganizationIndividual=Structure+Member+Department+Relation+Goal+Rule+Capability+BehaviorOrganizationIndividual= Structure+ Member+ Department+ Relation+ Goal+ Rule+ Capability+ Behavior
组织结构:
StO={M,D,P,R,Authority,Responsibility}St_O=\{M,D,P,R,Authority,Responsibility\}
成员:
Mi={ID,T,A,S,R,Position,Responsibility,Authority}M_i=\{ID,T,A,S,R,Position,Responsibility,Authority\}
部门:
Di={ID,Name,Type,Parent,Members,Goals,Rules,Resources}D_i=\{ID,Name,Type,Parent,Members,Goals,Rules,Resources\}
关系:
R=(Subject,Type,Object)R=(Subject,Type,Object)
目标:
GO={Target,Condition,State,Priority}G_O=\{Target,Condition,State,Priority\}
规则:
Rule=(Condition,Action,Result,Priority)Rule=(Condition,Action,Result,Priority)
能力:
CO=f(M,D,K,R,Rule,G,S,Md)C_O=f(M,D,K,R,Rule,G,S,Md)
行为:
BO=f(G,C,Rule,Md,S,D)B_O=f(G,C,Rule,Md,S,D)
最终形成组织个体的完整运行过程:
Organization→Structure→Member→Department→Relation→Goal→Rule→Capability→Method→Decision→Behavior→Feedback→Learning→OrganizationUpdateOrganization \rightarrow Structure \rightarrow Member \rightarrow Department \rightarrow Relation \rightarrow Goal \rightarrow Rule \rightarrow Capability \rightarrow Method \rightarrow Decision \rightarrow Behavior \rightarrow Feedback \rightarrow Learning \rightarrow OrganizationUpdate
组织个体由此完成了从“人员和部门的数据集合”向“具有结构、关系、目标、规则、能力和行为的机器个体”的转换。
其核心思想可以归纳为:
具体组织→组织机器模型→组织结构→成员与部门→组织关系→组织目标→组织规则→组织能力→组织行为→组织学习→组织持续运行\boxed{ 具体组织 \rightarrow 组织机器模型 \rightarrow 组织结构 \rightarrow 成员与部门 \rightarrow 组织关系 \rightarrow 组织目标 \rightarrow 组织规则 \rightarrow 组织能力 \rightarrow 组织行为 \rightarrow 组织学习 \rightarrow 组织持续运行 }
由此,ICAI 可以进一步从个人、企业、品牌、行业扩展到组织整体,并为后续协会、政府机构、社会组织、学校、医疗机构等具体组织类型建立统一的理论和工程基础。