Skip to main content

External Resources

Curated links to external research, documentation, tutorials, and community resources that complement the AEEF framework. Resources are organized by topic and verified for relevance.

Living Document

This page is updated quarterly. If you find a valuable resource that should be listed here, contribute via the Contributing Guide.


Research and Evidence

Academic and Industry Research

Security Research


Tool Documentation

AI Coding Assistants

ToolOfficial DocsGetting Started
GitHub Copilotdocs.github.com/copilotQuickstart
Cursordocs.cursor.comGetting Started
Claude Codedocs.anthropic.com/claude-codeQuickstart
OpenAI Codex CLIgithub.com/openai/codexCLI Reference
Kimi Codeplatform.moonshot.cnAPI Docs
Gemini Code Assistcloud.google.com/geminiSetup Guide
Cody (Sourcegraph)sourcegraph.com/docs/codyGetting Started
Continue.devdocs.continue.devQuickstart
Windsurfdocs.codeium.comGetting Started

Security Scanning Tools (Free)

ToolWhat It DoesDocs
SemgrepSAST — finds security patterns in codesemgrep.dev/docs
TrivyVulnerability scanner for containers and filesystemsaquasecurity.github.io/trivy
npm auditNode.js dependency vulnerability checkingdocs.npmjs.com/cli/audit
pip-auditPython dependency vulnerability checkinggithub.com/pypa/pip-audit
govulncheckGo vulnerability checkingpkg.go.dev/golang.org/x/vuln
TruffleHogSecret detection in codegithub.com/trufflesecurity/trufflehog

Standards and Frameworks

AI Governance Standards

StandardScopeRelevance
ISO/IEC 42001AI Management SystemFoundation for AEEF's governance structure
EU AI ActEuropean AI regulationCompliance requirements for EU-serving organizations
EU AI Act Code of PracticeGPAI voluntary guidanceTransparency and safety requirements for general-purpose AI
NIST AI RMFUS AI risk managementRisk management approach referenced in Pillar 2
IEEE 7000Ethical AI designEthics-by-design principles

Vendor-Published Standards

StandardPublisherDescription
OpenAI Model SpecOpenAIIntended behavior specification for OpenAI models including tool use, safety, and refusal patterns
Anthropic AI Safety FrameworkAnthropicComprehensive AI safety framework with risk assessment, transparency, and monitoring protocols
Google SAIFGoogleSecure AI Framework for enterprise AI security

Software Development Standards

StandardScopeRelevance
ISO 27001Information security managementSecurity controls for AI tool data handling
SOC 2 Type IIService organization controlsAudit evidence for AI governance
OWASP ASVSApplication security verificationSecurity testing requirements

KSA-Specific Regulations

RegulationAuthorityAEEF Reference
SAMA CSFSaudi Central BankSAMA-CSF Integration
SDAIA AI EthicsSaudi Data and AI AuthoritySDAIA Ethics & Traceability
NTP/PDPLPersonal Data Protection LawData classification requirements

Learning Resources

Free Courses and Tutorials

Books

  • "AI-Assisted Programming" by Tom Taulli (O'Reilly, 2024) — Practical guide covering Copilot, ChatGPT, and other tools for daily development
  • "Software Engineering at Google" (O'Reilly, 2020) — While pre-AI, its chapters on code review, testing culture, and engineering productivity directly inform AEEF's Pillar 1 and Pillar 3
  • "The Hidden Costs of AI-Generated Code" (StrangeLoop 2024) — Analysis of AI code quality in production environments
  • "Responsible AI Engineering at Scale" (QCon 2024) — Enterprise AI governance practices
  • "Agent Swarm Patterns" (QCon 2026) — Multi-agent coordination architectures (search for latest)

Community

Discussion Forums

Newsletters


Agentic Architecture References

  • Ashpreet Bedi: "Agentic Software Engineering" (2026) — Defines six pillars of agentic software (Durability, Isolation, Governance, Persistence, Scale, Composability) and a practical three-tier tool authority model (auto-execute / elicit / approve). The elicitation pattern has been adopted in PRD-STD-009. https://x.com/ashpreetberi

  • Agno (formerly Phidata) — Open-source agentic runtime platform providing containerized agent serving with persistent storage, structured elicitation, and layered tool approval. Demonstrates the infrastructure layer needed to run agents as production services. https://github.com/agno-agi/agno

  • Brij Kishore Pandey: Claude Code Project Structure — Reference directory layout for Claude Code projects with per-module CLAUDE.md files, structured .claude/ configuration (hooks, skills, settings), and separated tools/ and docs/ directories. Pattern adopted in Starter Repo Blueprints.

  • Moonshot AI: Kimi K2.5 Technical Report — Architecture details for Agent Swarm, multimodal training, and MoE design. https://github.com/MoonshotAI/Kimi-K2.5


FrameworkFocusHow It Relates to AEEF
DORA MetricsDevOps performanceAEEF's KPI framework incorporates DORA-style metrics
SPACE FrameworkDeveloper productivityInforms AEEF's Pillar 3 productivity measurement approach
Microsoft's Responsible AI StandardEnterprise AI governanceSimilar governance structure, broader scope (not code-specific)
Google's SAIFSecure AI FrameworkSecurity-focused complement to AEEF's Pillar 2
OpenAI Model SpecModel behavior specificationBehavioral expectations for tool integration
Anthropic Safety FrameworkAI safety researchGovernance-aligned research and red-teaming approaches

Changelog

DateChanges
April 2026Added JetBrains 2026 survey, Pragmatic Engineer 2026, OpenAI Model Spec, Anthropic Safety Framework, Kimi Code documentation
February 2026Initial v1.0.0 release