From bcd0aa1b09ca5f154edfbc0f9ccb1e982ce09390 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Tue, 2 Jun 2026 13:49:59 +0200 Subject: [PATCH] Create 2026-06-02-astrocyte-behaviors.md --- .../appunti/2026-06-02-astrocyte-behaviors.md | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 elements/astrocyte/appunti/2026-06-02-astrocyte-behaviors.md diff --git a/elements/astrocyte/appunti/2026-06-02-astrocyte-behaviors.md b/elements/astrocyte/appunti/2026-06-02-astrocyte-behaviors.md new file mode 100644 index 0000000..397cd62 --- /dev/null +++ b/elements/astrocyte/appunti/2026-06-02-astrocyte-behaviors.md @@ -0,0 +1,66 @@ +Here is a comprehensive, structured summary of your tripartite synapse model. This framework maps **spatial scale** (Local vs. Astrocyte-Wide) against **temporal scale** (Fast, Intermediate, Slow) and dictates the **excitatory behaviors** based on neuronal firing conditions. + +--- + +## 1. THE LOCAL MODEL (Nanoscale / Single-Synapse Scale) + +*This system operates independently at each individual dendritic spine. It governs precise, high-fidelity information processing and localized Hebbian learning.* + +### FAST TIME SCALE (Milliseconds to Seconds) + +* **Synaptic Activity:** Low-to-moderate baseline firing ($\sim$ 1–10 Hz). +* **Astrocytic Signal:** Rapid glutamate clearance via GLT-1/EAAT2 transporters; localized potassium ($K^+$) siphoning via Kir4.1 channels. +* **Model Behavior / Outcome:** **Resetting the Slate.** Prevents glutamate receptor desensitization and stabilizes the postsynaptic resting membrane potential ($V_m$). This ensures the synapse is immediately ready for subsequent inputs. + +### INTERMEDIATE TIME SCALE (Seconds to Minutes) + +* **Synaptic Activity:** Sustained, pattern-specific firing (e.g., Theta-burst stimulation). +* **Astrocytic Signal:** Nanoscale **Microdomain $Ca^{2+}$ transient** triggers the localized exocytosis of **D-Serine** directly into the active cleft. +* **Model Behavior / Outcome:** **Standard Mode: Gating LTP.** D-serine binds to the co-agonist site of postsynaptic NMDA receptors. This unlocks the receptor, allowing the postsynapse to experience the $Ca^{2+}$ influx required to induce **Long-Term Potentiation (LTP)**. + +### SLOW TIME SCALE (Hours to Days) + +* **Synaptic Activity:** Successfully induced and repeated local LTP. +* **Astrocytic Signal:** Localized secretion of cell adhesion and structural matrix molecules (e.g., **Glypicans, Thrombospondins**). +* **Model Behavior / Outcome:** **Structural LTP Consolidation.** These proteins signal the postsynapse to physically cluster and anchor new **AMPA receptors** into the post-synaptic density, permanently scaling up the baseline synaptic weight ($W$). + +--- + +## 2. THE ASTROCYTE-WIDE MODEL (Global / Network Scale) + +*This system engages when local inputs overflow or summate. It acts as a circuit-level regulator, shifting its behavior from localized learning to global protection and homeostatic control.* + +### FAST TIME SCALE (Milliseconds to Seconds) + +* **Synaptic Activity:** High-Frequency Bursting / Multi-synapse summation ($>$ 50–100 Hz). +* **Astrocytic Signal:** Massive, overlapping glutamate clearance demands that saturate local transporters, triggering a heavy influx of sodium ($Na^+$) into the astrocyte processes. +* **Model Behavior / Outcome:** **Transporter Saturation.** Glutamate begins to spill out of the individual clefts into the extrasynaptic space, signaling to the astrocyte that the local network is reaching maximum capacity. + +### INTERMEDIATE TIME SCALE (Seconds to Minutes) + +* **Synaptic Activity:** Network-wide hyper-activation or high-frequency stress. +* **Astrocytic Signal:** Local microdomain calcium signals cross-talk and summate, triggering an $IP_3$-mediated regenerative chain reaction. This creates a **Global Calcium Wave ($Ca^{2+}_{\text{soma}}$)** that sweeps across the whole cell. +* **Model Behavior / Outcome:** **Opposite Mode: Emergency Alert.** * *Presynapse $\rightarrow$ Facilitation (STP):* The global wave triggers massive astrocytic glutamate release, binding to presynaptic kainate receptors and spiking residual presynaptic calcium, ensuring urgent signals get through. +* *Postsynapse $\rightarrow$ Depression (STD):* Simultaneously, the astrocyte dumps **GABA** (via Best1 channels) or **ATP** into the extrasynaptic space, causing **tonic inhibition/AMPA internalization** to protect the postsynaptic network from excitotoxic meltdown. + + + +### SLOW TIME SCALE (Hours to Days) + +* **Synaptic Activity:** Chronic network over-excitation (e.g., epileptic activity) or under-excitation (e.g., sensory deprivation). +* **Astrocytic Signal:** Global shift in metabolic and structural protein expression, driving wide-scale **Glutamine-Glutamate cycling** and **TNF-$\alpha$** secretion. +* **Model Behavior / Outcome:** **Homeostatic Synaptic Scaling.** * *If chronic under-excitation:* Astrocyte-wide signals upscale all local synapses by inserting baseline AMPA receptors to keep the network alive. +* *If chronic over-excitation:* Astrocyte-wide signals downscale the network by pulling AMPA receptors out, permanently lowering global synaptic weights to restore a safe homeostatic baseline. + + + +--- + +### Logic Gate Summary for Your Code + +When programming this architecture, your core conditional logic loops can be summarized by this state table: + +| Active Spatial Scale | Firing Input State | Primary Astrocytic Variable | Downstream Result | Model Parameter Target | +| --- | --- | --- | --- | --- | +| **Local Process** | Moderate ($\le$ 10 Hz) | $Ca^{2+}_{\text{micro}}$ (Low/Isolated) | Standard Mode: Localized Plasticity | Unlocks $g_{NMDA}$ via D-Serine | +| **Whole Astrocyte** | Intense / Bursts ($>$ 50 Hz) | $Ca^{2+}_{\text{soma}}$ (Global Wave) | Opposite Mode: Network Defense | Boosts Pre $P_r$ (Glutamate) / Dampens Post $g_{AMPA}$ (GABA) |