# AVX2 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/avx2
> Markdown URL: https://aitinkerers.org/technologies/avx2.md
> Technology record last updated: 2026-02-24T06:28:56Z
> Generated: 2026-08-24T05:49:37Z

A 256-bit SIMD instruction set expansion that doubles integer throughput and introduces FMA3 for accelerated vector processing.

AVX2 (Advanced Vector Extensions 2) launched with Intel's Haswell architecture in 2013 to expand 128-bit integer SIMD instructions to full 256-bit widths. It adds critical features: Fused Multiply-Add (FMA3) for high-precision math and gather support for fetching non-adjacent data from memory. This instruction set is the standard for performance-critical software: 4K video encoding (x265), scientific simulations, and cryptographic hashing. By handling 32 bytes of data per instruction, AVX2 provides a significant efficiency ceiling over legacy SSE4.2 implementations.

- Official technology site: https://www.intel.com/content/www/us/en/developer/articles/technical/intel-advanced-vector-extensions-2-intel-avx2-instructions.html
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Building a Persistent Memory &amp; Stateful Second Brain AI Agent](https://dhaka.aitinkerers.org/talks/rsvp_kSMaLnvvGGg)

Demonstrating context engineering in practice through Slatekore - an open-source starter kit that gives Gemini CLI persistent memory using Obsidian as the storage layer. 1. State Management Without Infrastructure How to use the file system as persistent state - your Obsidian vault becomes both the agent's memory and its knowledge base. No databases, no vector stores, no MLOps. 2. Context Engineering for Agent Behavior Crafting system prompts (GEMINI.md) and workflow files that define agent capabilities, constraints, and multi-step reasoning patterns. The prompt is the agent's configuration. 3. Tool Use Through Natural Interfaces Connecting the agent to real actions: creating files, managing tasks, building knowledge graphs - all through natural language commands backed by structured templates. Watch a stateful agent capture research, recall context from previous sessions, update its knowledge graph, and execute project workflows - without any model training or fine-tuning.

- Event context: AI Tinkerers Dhaka 2nd Meetup: Dhaka Builds with AI! — 2026-02-07 — Dhaka
- Public talk page: https://dhaka.aitinkerers.org/talks/rsvp_kSMaLnvvGGg

## Related Technologies

- [AI agent](https://aitinkerers.org/technologies/ai-agent) ([Markdown](https://aitinkerers.org/technologies/ai-agent.md)) — 8 public demos
- [ARM](https://aitinkerers.org/technologies/arm) ([Markdown](https://aitinkerers.org/technologies/arm.md)) — 1 public demo
- [GCC](https://aitinkerers.org/technologies/gcc) ([Markdown](https://aitinkerers.org/technologies/gcc.md)) — 1 public demo
- [Gemini](https://aitinkerers.org/technologies/gemini) ([Markdown](https://aitinkerers.org/technologies/gemini.md)) — 187 public demos
- [Gemini CLI](https://aitinkerers.org/technologies/gemini-cli) ([Markdown](https://aitinkerers.org/technologies/gemini-cli.md)) — 16 public demos
- [LLVM](https://aitinkerers.org/technologies/llvm) ([Markdown](https://aitinkerers.org/technologies/llvm.md)) — 2 public demos
- [LLVM IR](https://aitinkerers.org/technologies/llvm-ir) ([Markdown](https://aitinkerers.org/technologies/llvm-ir.md)) — 1 public demo
- [Markdown](https://aitinkerers.org/technologies/markdown) ([Markdown](https://aitinkerers.org/technologies/markdown.md)) — 24 public demos
- [Obsidian](https://aitinkerers.org/technologies/obsidian) ([Markdown](https://aitinkerers.org/technologies/obsidian.md)) — 6 public demos
- [Prompt Engineering](https://aitinkerers.org/technologies/prompt-engineering) ([Markdown](https://aitinkerers.org/technologies/prompt-engineering.md)) — 28 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 654 public demos
- [RISC-V](https://aitinkerers.org/technologies/risc-v) ([Markdown](https://aitinkerers.org/technologies/risc-v.md)) — 1 public demo
- [SSE](https://aitinkerers.org/technologies/sse) ([Markdown](https://aitinkerers.org/technologies/sse.md)) — 3 public demos
- [System prompt](https://aitinkerers.org/technologies/system-prompt) ([Markdown](https://aitinkerers.org/technologies/system-prompt.md)) — 2 public demos
- [System prompts](https://aitinkerers.org/technologies/system-prompts) ([Markdown](https://aitinkerers.org/technologies/system-prompts.md)) — 2 public demos
- [workflow files](https://aitinkerers.org/technologies/workflow-files) ([Markdown](https://aitinkerers.org/technologies/workflow-files.md)) — 1 public demo
- [x86_64](https://aitinkerers.org/technologies/x86-64) ([Markdown](https://aitinkerers.org/technologies/x86-64.md)) — 2 public demos
