What is Presence?
Nothing added. Nothing removed.
OrientationPresence is often described as being in the moment. That is true, but it can make presence sound like a state you have to reach or maintain.
In that understanding, presence becomes another task. Something to practice. Something to improve. Something to measure yourself against.
Here, presence is understood more simply.
Here, presence means the absence of the movement away.How this work understands itPresence is not something you add to experience. It is what remains when the usual layers of resistance, explanation, improvement, and escape are not placed on top of it.
It is not a special state. It is not calm. It is not spiritual. It does not require the moment to feel peaceful.
Presence can include grief, irritation, fear, tenderness, confusion, or silence. What makes it presence is not the content of the moment. It is the absence of leaving.
RecognitionYou may have known moments like this.
Nothing has changed on the outside. The room is the same. The feeling is still there. The situation has not been solved.
But something in you has stopped trying to get elsewhere.
You are not watching yourself feel. You are not explaining why you feel. You are not reaching for the next tool.
You are simply here.
Not because you made yourself present.
Because, for a moment, you stopped leaving.
What is Direct Experience?
The moment before it becomes a story.
OrientationDirect experience is often spoken about in spiritual, somatic, or contemplative traditions. It usually points to experience as it is lived before it is interpreted by the mind.
That can sound abstract, but it is not abstract at all.
Direct experience is immediate. It is sensation, feeling, perception, contact, aliveness. It is what is happening before you explain what it means.
Here, direct experience means what is here before you become someone managing it.How this work understands itDirect experience is not more true because it is dramatic. It is not more spiritual because it is wordless. It is simply less mediated.
It is the ache in the throat before you call it sadness. The tightening in the chest before you decide what it means. The warmth, the pressure, the impulse, the contraction, the pause.
The mind may understand all of this later. That is not the problem.
The problem begins when understanding arrives so quickly that the experience itself is never actually met.
RecognitionYou know how quickly it happens.
A feeling appears, and almost immediately there is a name for it. A reason. A memory. A pattern. A plan.
Before you have felt it, you are already working with it.
Direct experience asks for something more humble.
Can you feel the first contact before the familiar explanation forms around it?
Can you let the body have a moment before the mind takes over?
Not forever.
Just long enough for what is happening to be met as itself.
What is Attention?
The first form of contact.
OrientationAttention is often treated as a mental function. Something you direct, train, strengthen, or lose.
In that sense, attention belongs to focus. Productivity. Meditation. Discipline.
Those meanings are useful, but they are not the whole of it.
Here, attention means the quality of contact you bring to what is already happening.How this work understands itAttention is not neutral. The way you attend to yourself matters.
You can attend with judgment. You can attend with urgency. You can attend as if something is wrong and must be corrected.
You can also attend with enough softness that what has been hidden begins to show itself.
Attention does not force revelation. It creates the conditions in which something can be seen without immediately being changed.
RecognitionYou may notice that you are often watching yourself.
Checking. Measuring. Interpreting. Trying to understand whether you are doing it right.
This kind of attention keeps you close, but not quite in contact.
Then there are other moments.
You stop studying yourself from the outside.
You stop making yourself into an object.
Something turns toward what is here without needing it to become useful.
That attention is already a kind of return.
What is Self-Inquiry?
The moment explanation stops working.
OrientationSelf-inquiry is often understood as the practice of examining yourself through deliberate questioning. Across contemplative, spiritual, and philosophical traditions, it has been used to investigate identity, belief, and consciousness.
Although the methods differ, they share an intuition that our ordinary understanding of ourselves is incomplete, and that careful observation can reveal something deeper.
That much is shared here.
Here, self-inquiry begins the moment you become more interested in your experience than in your explanation of it.How this work understands itSelf-inquiry is not another way of thinking about yourself.
It is not collecting insights. It is not refining an identity. It is not becoming more psychologically sophisticated.
It begins when your attention leaves the map and returns to the territory.
The explanations may still come. They simply arrive after contact instead of replacing it.
RecognitionThere is usually a brief moment before you know what something means.
A tightening in the chest.
A pause in conversation.
An impulse to defend yourself.
Very quickly, the mind reaches for what it already knows.
Self-inquiry is the willingness to remain in that first moment a little longer.
Not because the explanation is wrong.
Because something is present before the explanation arrives.
You begin to notice that understanding is often the second thing that happens.
Experience was the first.
What is Understanding?
A beautiful servant. A poor substitute for contact.
OrientationUnderstanding allows us to make sense of our experience. It organizes memory, reveals patterns, and helps us communicate what has happened.
Without understanding, much of human learning would be impossible.
The difficulty begins when understanding quietly replaces experience itself.
Here, understanding is something that follows contact, not something that replaces it.How this work understands itUnderstanding is not the opposite of presence.
It becomes a problem only when it arrives too early.
The mind becomes so quick at explaining experience that experience itself is barely encountered.
Knowledge accumulates.
Contact slowly disappears.
RecognitionYou may have noticed how reassuring understanding can feel.
Once you know why something happened, the uncertainty eases.
There is relief in having a framework.
Sometimes that relief is genuine.
Sometimes it arrives because the explanation allowed you to leave the experience before it fully unfolded.
The question is not whether your understanding is correct.
The question is whether anything in you remained untouched by it.
"']/g, function(x) {return a[x];});return s;},thisHash = function() {var h = location.hash ? location.hash.substring(1) : null,a;if (!h)return null;if (h.match(/\?/)) {a = h.split('?');h = a[0];history.replaceState(undefined, undefined, '#' + h);window.location.search = a[1];}if (h.length > 0&& !h.match(/^[a-zA-Z]/))h = 'x' + h;if (typeof h == 'string')h = h.toLowerCase();return h;},scrollToElement = function(e, style, duration) {var y, cy, dy,start, easing, offset, f;if (!e)y = 0; else {offset = (e.dataset.scrollOffset ? parseInt(e.dataset.scrollOffset) : 0) * parseFloat(getComputedStyle(document.documentElement).fontSize);switch (e.dataset.scrollBehavior ? e.dataset.scrollBehavior : 'default') {case 'default':default:y = e.offsetTop + offset;break;case 'center':if (e.offsetHeight < window.innerHeight)y = e.offsetTop - ((window.innerHeight - e.offsetHeight) / 2) + offset; else y = e.offsetTop - offset;break;case 'previous':if (e.previousElementSibling)y = e.previousElementSibling.offsetTop + e.previousElementSibling.offsetHeight + offset; else y = e.offsetTop + offset;break;}}if (!style)style = 'smooth';if (!duration)duration = 750;if (style == 'instant') {window.scrollTo(0, y);return;}start = Date.now();cy = window.scrollY;dy = y - cy;switch (style) {case 'linear':easing = function (t) { return t };break;case 'smooth':easing = function (t) { return t<.5 ? 4*t*t*t : (t-1)*(2*t-2)*(2*t-2)+1 };break;}f = function() {var t = Date.now() - start;if (t >= duration)window.scroll(0, y); else {window.scroll(0, cy + (dy * easing(t / duration)));requestAnimationFrame(f);}};f();},scrollToTop = function() {scrollToElement(null);},loadElements = function(parent) {var a, e, x, i;$body.dispatchEvent(new CustomEvent('startComponents', { detail: { parent: parent } }));a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');for (i=0; i < a.length; i++) {x = a[i].cloneNode();x.setAttribute('src', x.dataset.src);x.dataset.initialSrc = x.dataset.src;x.dataset.src = '';a[i].replaceWith(x);}a = parent.querySelectorAll('video[autoplay]');for (i=0; i < a.length; i++) {if (a[i].paused)a[i].play();}e = parent.querySelector('[data-autofocus="1"]');x = e ? e.tagName : null;switch (x) {case 'FORM':e = e.querySelector('.field input, .field select, .field textarea');if (e)e.focus();break;default:break;}a = parent.querySelectorAll('unloaded-script');for (i=0; i < a.length; i++) {x = document.createElement('script');x.setAttribute('data-loaded', '');if (a[i].getAttribute('src'))x.setAttribute('src', a[i].getAttribute('src'));if (a[i].textContent)x.textContent = a[i].textContent;a[i].replaceWith(x);}x = new Event('loadelements');a = parent.querySelectorAll('[data-unloaded]');a.forEach((element) => {element.removeAttribute('data-unloaded');element.dispatchEvent(x);});},unloadElements = function(parent) {var a, e, x, i;$body.dispatchEvent(new CustomEvent('stopComponents', { detail: { parent: parent } }));a = parent.querySelectorAll('iframe[data-src=""]');for (i=0; i < a.length; i++) {if (a[i].dataset.srcUnload === '0')continue;if ('initialSrc' in a[i].dataset)a[i].dataset.src = a[i].dataset.initialSrc; else a[i].dataset.src = a[i].src;a[i].contentWindow.location.replace('about:blank');}a = parent.querySelectorAll('video');for (i=0; i < a.length; i++) {if (!a[i].paused)a[i].pause();}e = $(':focus');if (e)e.blur();};window._scrollToTop = scrollToTop;var thisUrl = function() {return window.location.href.replace(window.location.search, '').replace(/#$/, '');};var getVar = function(name) {var a = window.location.search.substring(1).split('&'),b, k;for (k in a) {b = a[k].split('=');if (b[0] == name)return b[1];}return null;};var errors = {handle: function(handler) {window.onerror = function(message, url, line, column, error) {(handler)(error.message);return true;};},unhandle: function() {window.onerror = null;}};var loadHandler = function() {setTimeout(function() {$body.classList.remove('is-loading');$body.classList.add('is-playing');setTimeout(function() {$body.classList.remove('is-playing');$body.classList.add('is-ready');}, 500);}, 100);};on('load', loadHandler);loadElements(document.body);var style, sheet, rule;style = document.createElement('style');style.appendChild(document.createTextNode(''));document.head.appendChild(style);sheet = style.sheet;$body.addEventListener('keydown', (event) => {const target = event.target;if (target.tagName === 'A'&& target === document.activeElement&& target.hasAttribute('onclick')&& !target.hasAttribute('href')&& event.keyCode === 13) {event.preventDefault();target.click();}});if (client.mobile) {(function() {if (client.flags.lsdUnits) {document.documentElement.style.setProperty('--viewport-height', '100svh');document.documentElement.style.setProperty('--background-height', '100lvh');} else {var f = function() {document.documentElement.style.setProperty('--viewport-height', window.innerHeight + 'px');document.documentElement.style.setProperty('--background-height', (window.innerHeight + 250) + 'px');};on('load', f);on('orientationchange', function() {setTimeout(function() {(f)();}, 100);});}})();}if (client.os == 'android') {(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];var f = function() {rule.style.cssText = 'height: ' + (Math.max(screen.width, screen.height)) + 'px';};on('load', f);on('orientationchange', f);on('touchmove', f);})();$body.classList.add('touch');} else if (client.os == 'ios') {if (client.osVersion <= 11)(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];rule.style.cssText = '-webkit-transform: scale(1.0)';})();if (client.osVersion <= 11)(function() {sheet.insertRule('body.ios-focus-fix::before { }', 0);rule = sheet.cssRules[0];rule.style.cssText = 'height: calc(100% + 60px)';on('focus', function(event) {$body.classList.add('ios-focus-fix');}, true);on('blur', function(event) {$body.classList.remove('ios-focus-fix');}, true);})();$body.classList.add('touch');}ready.run();})();