Author: will_tygart

  • Claude vs DeepSeek: Performance, Pricing, and Privacy

    DeepSeek emerged as the most disruptive AI development since GPT-4 — a Chinese lab producing frontier-quality models at dramatically lower cost. In 2026, it’s a genuine competitor to Claude in several categories. But the comparison isn’t only about performance. Privacy and data sovereignty matter. This guide covers all three dimensions.

    Performance Comparison

    Benchmark Claude Opus 4.6 DeepSeek
    SWE-bench (coding) 80.8% ~49% (V3), higher for R1
    GPQA Diamond 91.3% Competitive
    Math reasoning Top tier R1 leads on pure math
    Context window 200K tokens 128K tokens

    Claude leads on real-world software engineering and long-document reasoning. DeepSeek R1 is competitive or superior on pure math. For most professional use cases, Claude holds the performance edge.

    Pricing Comparison

    DeepSeek’s API pricing is 10-20x cheaper than Claude’s — roughly $0.27-0.55 per million input tokens vs Claude’s $3-15. For high-volume API applications where cost is the primary constraint, DeepSeek is a serious consideration. The consumer interface is free vs Claude’s $20-200/month paid tiers.

    The Privacy Question

    DeepSeek is a Chinese company. Its data handling is subject to Chinese law, which includes requirements to provide user data to Chinese government authorities under certain circumstances. Multiple national governments have restricted DeepSeek on government systems. For professionals handling confidential client data or sensitive business information, the data sovereignty difference between Anthropic (US-incorporated) and DeepSeek (Chinese-incorporated) is material.

    Choose Claude If You…

    • Handle confidential professional, legal, or medical data
    • Need highest performance on software engineering tasks
    • Require long-document analysis (200K vs 128K context)
    • Need US-based data handling

    Frequently Asked Questions

    Is DeepSeek as good as Claude?

    Competitive on math and logic. Claude leads on SWE-bench software engineering, long documents, and writing quality.

    Is DeepSeek safe to use?

    For general consumer use, immediate risk is low. Professionals handling sensitive data should consider DeepSeek’s Chinese data jurisdiction carefully.


    Need this set up for your team?
    Talk to Will →
  • MCP Servers Explained: Model Context Protocol Tutorial

    Model Context Protocol (MCP) is the most important infrastructure development in Claude’s ecosystem in 2026. It’s an open standard for connecting AI models to external tools, data sources, and services — replacing fragmented one-off integrations with a universal interface. This guide explains what MCP is and how to set up your first server.

    What Is MCP?

    MCP defines a universal interface: any tool that implements the MCP server specification can connect to any AI application implementing the MCP client specification. Build once, connect anywhere. Before MCP, connecting Claude to external systems required custom integration code for every integration — and none of it worked across different AI tools.

    MCP Architecture

    • MCP Host: The AI application (Claude desktop, Claude Code, your custom app)
    • MCP Client: Built into the host; manages connections to servers
    • MCP Server: Lightweight program exposing tools, resources, or prompts

    Setting Up MCP in Claude Desktop

    Go to Settings → Developer → Edit Config. Add your server configuration:

    {
      "mcpServers": {
        "filesystem": {
          "command": "npx",
          "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/directory"]
        }
      }
    }

    Restart Claude Desktop. Claude can now read, write, and manage files in your specified directory.

    Popular MCP Servers

    Server What It Does
    Filesystem Read/write local files
    GitHub Manage repos, issues, PRs
    PostgreSQL Query databases
    Slack Read/send messages
    Brave Search Real-time web search
    Zapier Connect to 8,000+ apps

    Frequently Asked Questions

    Is MCP open source?

    Yes. Anthropic open-sourced the MCP specification and official server implementations.

    Do I need to code to use MCP?

    To install existing servers: basic command-line comfort is enough. To build custom servers: TypeScript or Python knowledge required.


    Need this set up for your team?
    Talk to Will →
  • Claude API Tutorial: Python and JavaScript Getting Started

    The Claude API gives you programmatic access to Claude in your own applications and scripts. This guide gets you from zero to a working integration in Python or JavaScript.

    Prerequisites

    • Anthropic account at console.anthropic.com
    • API key from Console → API Keys
    • Python 3.7+ or Node.js 18+

    Installation

    # Python
    pip install anthropic
    
    # JavaScript
    npm install @anthropic-ai/sdk

    Your First API Call (Python)

    import anthropic
    
    client = anthropic.Anthropic(api_key="your-api-key-here")
    
    message = client.messages.create(
        model="claude-sonnet-4-6",
        max_tokens=1024,
        messages=[{"role": "user", "content": "Explain APIs in plain English."}]
    )
    print(message.content[0].text)

    Adding a System Prompt

    message = client.messages.create(
        model="claude-sonnet-4-6",
        max_tokens=1024,
        system="You are a helpful customer support agent for Acme Corp.",
        messages=[{"role": "user", "content": "How do I reset my password?"}]
    )

    Streaming Responses

    with client.messages.stream(
        model="claude-sonnet-4-6",
        max_tokens=1024,
        messages=[{"role": "user", "content": "Write a 500-word blog post about AI."}]
    ) as stream:
        for text in stream.text_stream:
            print(text, end="", flush=True)

    Model Selection

    Model String Best For
    Claude Opus 4.6 claude-opus-4-6 Complex reasoning, coding
    Claude Sonnet 4.6 claude-sonnet-4-6 Balanced everyday tasks
    Claude Haiku 4.5 claude-haiku-4-5-20251001 Fast lightweight tasks

    Frequently Asked Questions

    How much does the Claude API cost?

    Pricing is per token (input and output separately). Check anthropic.com/pricing. Haiku is cheapest, Sonnet offers the best cost/quality balance for most applications.

    Do I need a Claude subscription to use the API?

    No. API access is separate. Create an Anthropic Console account and pay per token used.


    Need this set up for your team?
    Talk to Will →
  • How Crawl Space Mold Affects Your Home’s Air Quality (and What to Do About It)

    Crawl space mold is not confined to the crawl space. The same stack effect that draws warm air upward through a house — and replacement air inward at the bottom — continuously pulls crawl space air into the living space. Research from the Advanced Energy Corporation and Building Science Corporation has documented that 40–60% of first-floor air in homes with vented crawl spaces comes from the crawl space. This means that mold growing on floor joists in a dark, unoccupied crawl space is directly affecting the air quality in the bedrooms, living rooms, and kitchens above it, every hour of every day the home is occupied.

    The Stack Effect: The Delivery Mechanism

    The stack effect is a fundamental property of any enclosed structure with height: warm air rises and exits through the upper portions of the building (attic vents, gaps around chimneys, electrical penetrations at the top of exterior walls), creating a partial vacuum that draws replacement air in at the bottom. In a home with a vented crawl space, the primary source of this replacement air is the crawl space — it enters through foundation vents, through gaps around pipes and conduit that penetrate the floor, and through the access door if improperly sealed.

    The magnitude of the stack effect varies with:

    • Temperature differential: Greater indoor-outdoor temperature difference = stronger stack effect. Cold winter mornings in a heated house create the strongest stack effect and the highest crawl-space-to-living-space air exchange rate.
    • Building height: Taller buildings have stronger stack effect. Single-story ranch homes have less pronounced stack effect than two-story homes over the same crawl space.
    • Air sealing: A tightly sealed upper envelope (well-insulated attic, sealed window and door frames) can actually strengthen the stack effect by preventing upper-level air infiltration and making the building more dependent on crawl space air as replacement.

    What Crawl Space Mold Releases Into Your Home

    Mold growing on crawl space structural wood continuously releases several categories of compounds into the air that the stack effect then delivers to the living space:

    Mold Spores

    Mold reproduces by releasing spores — microscopic reproductive particles that are invisible to the naked eye and remain airborne for hours in indoor air. The species most common in crawl spaces (Penicillium, Aspergillus, Cladosporium, Trichoderma) release millions of spores per square centimeter of active growth. In an unencapsulated home with significant crawl space mold, indoor spore counts can be 10–100× higher than outdoor background levels. At these concentrations, individuals with mold allergies, asthma, or hay fever experience symptoms — nasal congestion, eye irritation, coughing, and asthma exacerbation — that may seem to have no identifiable indoor cause.

    Mycotoxins

    Some mold species produce mycotoxins — secondary metabolites that can be toxic at high concentrations. Stachybotrys chartarum (often called “black mold,” though many molds are black in color) is the most well-known mycotoxin producer in indoor environments. Mycotoxin exposure at high levels is associated with neurological symptoms, immune suppression, and respiratory irritation — though the causal relationship between typical indoor mold exposure and specific health outcomes remains scientifically debated. The presence of Stachybotrys in a crawl space — which requires chronically wet cellulose material to grow — is a higher-concern finding than typical Cladosporium or Penicillium growth.

    Microbial Volatile Organic Compounds (MVOCs)

    Mold metabolism produces volatile organic compounds — gases released as metabolic byproducts. MVOCs from mold include musty-smelling compounds like geosmin and 1-octen-3-ol that are responsible for the characteristic musty odor of a home with crawl space mold. These compounds are detectable at very low concentrations by the human nose and serve as a practical early indicator of mold activity. A home that consistently smells musty — particularly in the morning when overnight stack effect has been pulling crawl space air upward for hours — almost always has elevated mold activity in the crawl space or other below-grade areas.

    Who Is Most Affected

    • Individuals with mold allergies: Estimated 10% of the U.S. population has IgE-mediated sensitivity to one or more mold species. These individuals experience allergic responses (sneezing, nasal congestion, eye irritation) at mold spore concentrations that would be asymptomatic in non-sensitive individuals. A home with significant crawl space mold can be a constant allergy trigger for sensitive residents.
    • Asthma patients: Mold is a recognized asthma trigger. Elevated indoor mold concentrations from crawl space mold can increase the frequency and severity of asthma attacks in residents with asthma.
    • Infants and young children: Developing respiratory systems are more sensitive to airborne irritants. Children spend more time at floor level — closer to the highest-mold-concentration air that has risen from the crawl space — and breathe more air per body weight than adults.
    • Immunocompromised individuals: People undergoing cancer chemotherapy, organ transplant recipients, and individuals with HIV/AIDS face risk from opportunistic fungal infections (particularly Aspergillus species) at indoor spore concentrations that would be innocuous for healthy adults.
    • Otherwise healthy adults: At typical crawl space mold concentrations (not extreme Stachybotrys levels), healthy adults may experience mild symptoms or none. But the long-term cumulative exposure over years of living in a home with significant crawl space mold is a legitimate chronic low-level health concern that is difficult to quantify at the individual level.

    How Encapsulation Improves Indoor Air Quality

    Crawl space encapsulation addresses the indoor air quality problem through two mechanisms:

    • Eliminating the mold-enabling conditions: By reducing crawl space relative humidity to below 60%, encapsulation stops active mold growth on structural wood. Existing mold (after remediation) does not regrow in a properly maintained low-humidity sealed crawl space.
    • Sealing the air pathway: A sealed crawl space with a closed vapor barrier, sealed foundation vents, and an insulated access door significantly reduces the volume of crawl space air that reaches the living space via stack effect. Less crawl space air in the living space means fewer mold spores, less MVOC infiltration, and lower musty odor — regardless of what is in the crawl space air.

    Homes that undergo crawl space encapsulation combined with mold remediation consistently report significant reduction in musty odor within days to weeks of installation — and many report improvement in respiratory symptoms for sensitive family members within one to two heating/cooling seasons after encapsulation. This anecdotal pattern is consistent with what the stack effect and indoor air quality research would predict.

    Frequently Asked Questions

    Can crawl space mold make you sick?

    Yes, particularly for individuals with mold allergies, asthma, or compromised immune systems. The stack effect pulls crawl space mold spores into the living space continuously. At elevated concentrations, these spores trigger allergic responses, asthma attacks, and respiratory irritation. Healthy adults may be asymptomatic at typical exposure levels, but chronic long-term exposure in a significantly mold-affected home is a legitimate health concern for all occupants.

    How do I know if crawl space mold is affecting my home’s air?

    Indicators: persistent musty odor (especially in mornings after overnight stack effect), unexplained allergic or respiratory symptoms in residents with no prior history, worsening asthma symptoms without identifiable trigger change, or visible mold in the crawl space on inspection. Professional indoor air quality testing (mold spore sampling, ERMI testing) can quantify the mold load in living space air and compare it to outdoor background levels — a significantly elevated indoor-to-outdoor ratio confirms crawl space or other interior mold is affecting indoor air.

    Will encapsulation eliminate the musty smell from my crawl space?

    Yes, typically — but the timeline varies. Musty odor (from mold MVOCs) dissipates rapidly once active mold growth is stopped and the crawl space is sealed. Most homeowners notice significant odor reduction within days to weeks of encapsulation + mold remediation. Residual odor from mold-stained wood surfaces (even dead mold produces some MVOCs) may persist for several months but diminishes substantially as the sealed environment stabilizes at low humidity.

  • How to Install a Crawl Space Vapor Barrier: Step-by-Step DIY Guide

    Installing a crawl space vapor barrier is the most DIY-accessible component of a full encapsulation system — and the one that saves the most money if done correctly. Material cost for a 1,200 sq ft crawl space is $480–$2,400 depending on barrier quality; professional labor for barrier installation alone is $1,000–$2,500. The $1,000–$2,500 in potential savings is real, but only if the installation is done correctly. Improperly installed barriers — unsealed seams, missed penetrations, inadequate wall coverage — provide significantly less protection than a properly installed system. This guide covers the complete installation process step by step.

    Materials and Tools Needed

    Materials

    • Vapor barrier: Minimum 12-mil reinforced polyethylene (for a full encapsulation; 6-mil is insufficient for most real-world crawl spaces). Calculate quantity: crawl space square footage × 1.35 to account for wall coverage and seam overlaps. For a 1,200 sq ft crawl space: 1,200 × 1.35 = 1,620 sq ft of barrier material needed.
    • Seam tape: Compatible reinforced polyethylene tape designed for vapor barrier seaming — not duct tape, not standard packing tape. Must be labeled as compatible with the barrier material. Budget: 4–6 rolls of 3″ × 180′ tape for a 1,200 sq ft crawl space.
    • Mechanical fasteners: Hammer-drive concrete anchors or Hilti pins (powder-actuated) for fastening the barrier to the foundation wall at the top edge. Alternatively, a construction adhesive compatible with polyethylene.
    • Wall termination strip: A plastic or aluminum channel that holds the top edge of the barrier against the wall and provides a clean termination line. Optional but provides a more professional finished appearance.
    • Pipe penetration seals or tape: Pre-cut penetration seals or compatible tape for sealing around pipes, conduit, and columns.
    • Backer rod: For sealing large gaps at the floor-wall joint before applying the barrier.

    Tools

    • Utility knife with extra blades (barrier material dulls blades quickly)
    • Tape measure and chalk line
    • Hammer drill with concrete bit (for mechanical fasteners)
    • Seam roller or J-roller (a wallpaper seam roller) for pressing seam tape firmly
    • Knee pads
    • Bright LED work light
    • N95 respirator, Tyvek coveralls, gloves, and eye protection

    Phase 1: Preparation (Day 1, 2–4 hours)

    Clear the Crawl Space

    Remove everything from the crawl space floor that would create a puncture hazard or prevent full barrier coverage: old vapor barrier material, rocks and concrete rubble, construction debris, and any stored items. Knock down or smooth sharp concrete protrusions from footings and foundation walls. This preparation step is often skipped by quick-service installers but is essential — sharp debris beneath the barrier causes punctures that undermine the entire installation.

    Remove Old Insulation (If Present)

    Deteriorated fiberglass batt insulation between floor joists must be removed before installing a new vapor barrier. Old insulation harbors mold, pest material, and moisture — leaving it above the vapor barrier creates a micro-environment that defeats the moisture control the barrier is intended to achieve. Use heavy-duty contractor bags for removal; expect 4–8 bags for a 1,200 sq ft crawl space. This is unpleasant work but non-negotiable for a quality installation.

    Identify and Plan for All Penetrations

    Walk the crawl space and identify every penetration through the barrier that will be needed: foundation piers, support columns, plumbing pipes, and electrical conduit. Plan the barrier strips to minimize the number of cuts required around each penetration — in many cases, placing the barrier strip to approach a column from one direction allows a simpler cut than if the column is in the middle of a strip.

    Phase 2: Barrier Installation (Day 1–2, 4–8 hours)

    Start at the Back Wall

    Begin at the wall farthest from the access point. This allows the installation to progress toward the exit — you will not be crawling over freshly installed, untaped barrier material as you work. Unroll the first strip from the back wall across the crawl space toward the front.

    Wall Coverage

    The barrier must extend up the foundation wall — not just cover the floor. The minimum wall coverage is 6 inches above the visible soil or moisture line; 12 inches is better practice; the full height of the foundation wall is best practice for a complete encapsulation. At the back wall:

    • Unroll the barrier strip to extend up the back wall to your target height
    • Secure the top edge to the wall using hammer-drive anchors or construction adhesive, spaced every 12–18 inches
    • The barrier lies flat on the ground from the base of the wall toward the access end

    Seam Overlapping and Taping

    Each subsequent strip overlaps the previous strip by a minimum of 12 inches — 18–24 inches is better practice. The overlap seam is the most critical quality point in the installation. Apply seam tape as follows:

    • Ensure both surfaces at the seam are clean and dry before taping — dust and moisture prevent adhesion
    • Apply the tape centered on the overlap, pressing it firmly down the entire length of the seam
    • Use a seam roller or J-roller to apply firm pressure along the entire tape length — hand pressure alone is insufficient for long-term adhesion
    • Check every seam after taping by attempting to lift the tape at multiple points — it should be firmly adhered with no lifting edges

    Sealing Around Penetrations

    Every penetration through the barrier is a potential moisture pathway. For each penetration:

    • Round pipes and conduit: Cut an X or cross in the barrier, pull the flap up around the pipe, and seal with compatible tape wrapped around the pipe and adhered to the barrier surface. Pre-cut penetration seals (rubber pipe collars with adhesive flanges) provide cleaner results for round penetrations.
    • Square columns and piers: Cut the barrier to the perimeter of the pier base. Apply tape along all four sides where the barrier meets the pier surface — press firmly with the seam roller.
    • Odd-shaped penetrations: Use a combination of cuts, patches, and tape to achieve a continuous sealed barrier around the penetration. Take extra time on these — they are the most common point of future moisture intrusion.

    Completing the Side and Front Wall Coverage

    As each strip is laid, the side walls must also be covered. Cut barrier strips to run up the side walls and tape them to the edge of the floor strips. The barrier should cover all ground-contact surfaces — walls included — to create a true continuous envelope. The front wall (nearest the access) is done last, with the barrier running up and being secured at the top edge near the access opening.

    Phase 3: Quality Check Before Closing

    Before the access door is closed, conduct a final walkthrough:

    • Inspect every seam — no lifting tape edges, no gaps in the overlap
    • Inspect every penetration — tape fully adhered on all sides
    • Inspect wall attachment — barrier secured at top, no gaps at floor-wall junction
    • Photograph the completed installation from multiple angles and distances — this creates your baseline documentation for future inspections and any warranty claims

    Frequently Asked Questions

    How long does it take to install a crawl space vapor barrier yourself?

    For a solo homeowner in a standard-height (36″+) crawl space: 2–3 full days for a 1,200 sq ft crawl space, including preparation and cleanup. Low-clearance crawl spaces (under 24″) are significantly slower — add 50–100% to time estimates. Working with one other person reduces time by approximately 30% and significantly reduces the difficulty of handling full barrier rolls in a confined space.

    How do I calculate how much vapor barrier I need?

    Measure the crawl space floor area. Multiply by 1.35 to account for seam overlaps and wall coverage (assuming 12″ of wall coverage on all sides). For a 1,200 sq ft crawl space: 1,200 × 1.35 = 1,620 sq ft of barrier material. Add 10% for waste from cuts around penetrations in complex crawl spaces. Most barrier products are sold in standard roll sizes (e.g., 10′ × 100′ = 1,000 sq ft per roll) — purchase in the next roll increment above your calculated need.

    What is the best tape for sealing crawl space vapor barrier seams?

    Use tape specifically designed and labeled for vapor barrier seaming — typically a reinforced polyethylene tape or a butyl rubber tape compatible with the barrier material. Do not use standard duct tape (it fails in temperature and humidity extremes), packing tape, or general-purpose seam tape. Products from companies like Nashua, Poly-America, and the barrier manufacturers themselves typically offer compatible seam tape. Confirm compatibility on the packaging — some premium barriers require manufacturer-specific tape to maintain the product warranty.

  • Crawl Space Dehumidifier vs. HVAC Supply Duct: Which Humidity Control Is Right for Your Crawl Space?

    Every sealed crawl space needs active humidity control — but not necessarily a dedicated dehumidifier. The alternative is connecting the crawl space to the home’s existing forced-air HVAC system through a small supply duct, using the conditioned air that the system already produces to maintain appropriate humidity. These two approaches have different costs, different maintenance requirements, and different performance profiles. Choosing correctly can save $1,000–$2,000 in equipment cost or prevent a humidity control failure that undermines the entire encapsulation investment.

    Why Active Humidity Control Is Required in a Sealed Crawl Space

    Sealing a crawl space removes the dilution effect of outdoor ventilation — but it does not eliminate moisture sources. Soil vapor diffuses upward through the vapor barrier (even high-quality barriers allow some vapor transmission), concrete block foundation walls transmit moisture from the surrounding soil, and small amounts of air infiltration through imperfect seals carry humidity. In a sealed space without active moisture removal, relative humidity can drift upward to 70–80% over days to weeks, creating the same conditions the encapsulation was intended to prevent.

    Building codes that allow unvented crawl spaces (IRC R408.3) require one of three active humidity control approaches: continuously operating mechanical ventilation, conditioned air supply from the HVAC system, or a dehumidifier maintaining RH below 60%. Passive sealed crawl spaces — sealed but with no active humidity control — are not code-compliant and frequently fail.

    Option 1: HVAC Supply Duct to the Crawl Space

    Connecting the crawl space to the home’s forced-air HVAC system with a small supply duct introduces conditioned air (dehumidified in summer by the air conditioner’s cooling coil; dried in winter by the heat) into the sealed crawl space. This approach is the most energy-efficient when available, because it uses the latent (moisture-removing) capacity the HVAC system is already producing rather than running a separate appliance.

    When HVAC Supply Works Well

    • The home has a central forced-air HVAC system (furnace with air handler, heat pump, or central AC)
    • The HVAC system has sufficient capacity to condition the additional crawl space volume without being oversized in its current configuration — typically 1–3% of total HVAC airflow is adequate for the crawl space
    • The climate has a meaningful cooling season — air conditioning is what produces the dehumidification. In purely heating-dominated climates with no cooling, the AC coil dehumidification benefit is minimal and a dedicated dehumidifier performs better year-round
    • The crawl space moisture load is moderate — the existing HVAC supply can maintain target humidity without the crawl space becoming a humidity sink that overwhelms the system

    When HVAC Supply Does Not Work Well

    • The home does not have central forced-air HVAC (mini-splits, baseboard heat, radiant floor — these do not provide a supply duct to connect)
    • The crawl space has a high moisture load (high water table, wet soil, block walls that transmit significant moisture) — the HVAC supply may not have sufficient dehumidification capacity to keep up
    • The climate is heating-dominated with little or no air conditioning use — dehumidification from the AC coil is not available in winter
    • The HVAC system is already sized tightly and the additional crawl space load would cause comfort issues in the living space above

    HVAC Supply Cost

    Installing a supply duct from an existing forced-air system to the crawl space: $300–$600 typically, including an HVAC technician running a new duct branch from the supply plenum, insulating the duct in the crawl space, and installing a register. This is dramatically less expensive than a dedicated dehumidifier ($1,200–$3,500 installed).

    Option 2: Dedicated Crawl Space Dehumidifier

    A dedicated crawl space dehumidifier operates independently of the HVAC system, running continuously or on demand based on the humidity setpoint. It removes moisture from the crawl space air regardless of whether the HVAC system is conditioning the space above.

    When a Dehumidifier Is Required

    • No central forced-air HVAC system — no supply duct to connect
    • High crawl space moisture load that exceeds what HVAC supply conditioning can handle — confirmed by post-encapsulation humidity testing showing RH remaining above 60% despite HVAC supply
    • Cold climates where the cooling season is short and the HVAC system provides minimal dehumidification — the dehumidifier operates year-round regardless of season
    • Coastal or very humid climates where moisture infiltration through the sealed envelope is higher than in drier markets

    Dehumidifier Cost vs. HVAC Supply Cost

    FactorHVAC Supply DuctDedicated Dehumidifier
    Installation cost$300–$600$1,200–$3,500
    Annual operating costMarginal increase in HVAC energy (~$20–$60/yr)$195–$325/yr in electricity
    Equipment replacementN/A (uses existing HVAC)$180–$450 every 5–8 yrs
    Works without HVAC system?NoYes
    Works in heating-only climates?LimitedYes, year-round
    Requires dedicated electrical circuit?NoYes (15A)

    The Hybrid Approach

    Some crawl space encapsulation systems use both: an HVAC supply duct for primary humidity control during the cooling season (when the AC is running and producing dehumidification), and a dehumidifier set to a higher humidity setpoint (70% rather than 50%) as a backup that only activates when HVAC conditioning is insufficient. This approach provides redundancy — if the HVAC system goes down for maintenance or in a shoulder season when neither heating nor cooling is running, the dehumidifier maintains the sealed crawl space. Cost: HVAC supply ($300–$600) + backup dehumidifier ($1,000–$2,000) + electrical circuit ($300–$500) = $1,600–$3,100 total, less than a full primary dehumidifier system but more than HVAC supply alone.

    Testing After Installation

    Whichever approach is chosen, place a data-logging digital hygrometer in the sealed crawl space and monitor it for 30–60 days after installation. If relative humidity consistently exceeds 60%, the humidity control approach is insufficient and must be upgraded — either by increasing HVAC supply volume, adding a dehumidifier, or upgrading to a higher-capacity unit. If RH is consistently below 50%, the system is working well and may be oversized (which is not a problem, just more electricity than necessary for a dehumidifier).

    Frequently Asked Questions

    Do I need a dehumidifier in my sealed crawl space?

    Only if your home does not have a central forced-air HVAC system to connect, if your climate is heating-dominated with little cooling season, or if post-encapsulation humidity testing confirms the HVAC supply is insufficient to maintain target RH. If you have central AC and a moderate-humidity climate, an HVAC supply duct is often sufficient and dramatically cheaper than a dedicated dehumidifier.

    Is an HVAC supply duct enough to control crawl space humidity?

    Often yes, in moderate climates with a meaningful cooling season and central forced-air AC. The only way to confirm is to monitor relative humidity in the sealed crawl space for 30–60 days post-encapsulation with a data-logging hygrometer. If RH remains below 60% consistently, the HVAC supply is working. If it drifts above 60%, a dehumidifier must be added.

    What target humidity should I set for a crawl space dehumidifier?

    50% relative humidity is the standard target setpoint — it prevents mold growth (mold requires above 60–70% RH to initiate) while avoiding over-drying that increases the dehumidifier’s run time and electricity cost. If the crawl space cannot reach 50% with the installed unit at the peak of summer humidity, 55% is an acceptable secondary target while investigating whether a higher-capacity unit or additional drainage is needed.

  • Claude Extended Thinking: When and How to Use It

    Extended thinking is Claude’s most powerful reasoning mode — and the one most people never use correctly. This guide explains what extended thinking does, when it genuinely improves outputs, how to enable it, and when you’re better off with a standard prompt.

    What Is Extended Thinking?

    Extended thinking gives Claude a dedicated reasoning phase before generating its final response. Claude works through a problem on “scratch paper” before writing its answer — exploring multiple approaches, identifying errors in its own reasoning, and building a more deliberate chain of thought. In Claude 4.6 models, this is called adaptive extended thinking — Claude dynamically adjusts how much thinking it does based on problem complexity.

    When Extended Thinking Genuinely Helps

    • Complex math and logic problems requiring step-by-step reasoning
    • Multi-step coding tasks with many interdependent components
    • Strategic analysis requiring weighing many variables
    • Difficult research synthesis where accuracy matters most
    • Any task where “think step by step” would help — extended thinking does this automatically

    When Extended Thinking Is Overkill

    • Simple factual questions with clear answers
    • Routine writing tasks (emails, summaries, short copy)
    • Format conversion or data transformation
    • Tasks where speed matters more than depth

    How to Enable Extended Thinking

    In Claude.ai: Look for the thinking toggle before sending your message. Available on Max tiers and higher.

    Via API: Pass "thinking": {"type": "enabled", "budget_tokens": 10000} in your request. Higher budget_tokens allows more thorough reasoning but increases latency and cost.

    What You See During Extended Thinking

    Claude shows a collapsed “thinking” section before its response. Expand it to see the reasoning chain — useful for verifying logic or understanding how Claude approached a problem. The thinking section is exploratory and may contain dead ends; this is normal.

    Frequently Asked Questions

    Does extended thinking always give better answers?

    No. It improves accuracy on complex reasoning tasks but adds latency. For simple tasks, standard mode is faster and just as accurate.


    Need this set up for your team?
    Talk to Will →
  • Claude Memory: How It Works and How to Configure It

    Claude’s memory feature changes the product from a stateless chatbot into something that actually knows you. Without memory, Claude starts from zero every conversation. With memory configured, Claude builds a growing knowledge base about you that it draws on automatically. This guide explains how it works and how to get the most from it.

    How Claude Memory Works

    Claude’s memory is an auto-synthesized knowledge base. Approximately every 24 hours, the system reviews recent conversations and extracts facts, preferences, and patterns worth remembering — then stores those as structured memory entries. Memory is separate for Projects vs. standalone conversations — each Project has its own memory space.

    What Claude Can Remember

    • Your name, role, and professional context
    • Preferred communication style and tone
    • Ongoing projects and their context
    • Tools, frameworks, and workflows you use
    • Output format preferences
    • Things you’ve asked Claude not to do

    How to Configure Memory

    In Claude.ai, go to Settings → Memory. You’ll see auto-generated memory entries. You can review, edit, delete, or manually add memories. You can also instruct Claude directly: “Remember that I prefer bullet points” or “Don’t forget my target audience is non-technical executives.”

    Memory vs. Project Instructions

    Project instructions are static — written once, apply to every conversation. Memory is dynamic — evolves as Claude learns. Use Project instructions for consistent role context. Use memory for personal preferences and evolving project context.

    CLAUDE.md for Claude Code

    For Claude Code, place a CLAUDE.md file in your project root. Claude Code reads it at the start of every coding session. Use it for: project architecture, coding standards, common patterns, known issues. This is the most powerful memory tool for developers.

    Frequently Asked Questions

    Does Claude remember everything I say?

    No. Memory synthesizes and stores key facts and preferences, not verbatim conversation logs. It’s selective — designed to capture what’s useful.

    Can I delete Claude’s memories about me?

    Yes. Go to Settings → Memory in Claude.ai to view and delete any memory entries.


    Need this set up for your team?
    Talk to Will →
  • Can Claude AI Generate Images? Complete Capabilities Guide

    The most common question new Claude users ask: can Claude generate images? The direct answer is no — Claude cannot create images from text prompts. But Claude’s actual image-related capabilities are extensive and genuinely useful. This guide covers everything Claude can and cannot do with images.

    What Claude Cannot Do: Image Generation

    Claude is a text-based AI model. It cannot generate, create, or render images of any kind. Use these tools instead: Midjourney (best quality artistic/photorealistic), DALL-E 3 (via ChatGPT), Adobe Firefly (strong for commercial use), Stable Diffusion (open-source, runs locally), or Imagen (via Gemini).

    What Claude CAN Do With Images

    Image Analysis and Description

    Upload any image and Claude analyzes it in detail — describing content, identifying objects, reading text, interpreting charts, and answering specific questions about visual content.

    Text Extraction from Images

    Upload a photo of a document, whiteboard, or screen and Claude extracts and transcribes the text — including handwriting, unusual fonts, and partial visibility.

    Chart and Data Interpretation

    Upload a chart or visualization and Claude interprets the data, identifies trends, extracts specific values, and explains what the visualization shows.

    SVG Generation

    Claude generates SVG graphics — scalable vector graphics written as code that render as visual output. Useful for diagrams, icons, and simple visualizations. This is code-based, not AI image generation.

    Image Generation Prompts

    Claude writes excellent prompts for image generation tools. Describe what you want and ask for “a detailed Midjourney prompt” — Claude understands the syntax and conventions of major image tools.

    Frequently Asked Questions

    Can Claude make images?

    No. Claude cannot generate images. Use Midjourney, DALL-E, Adobe Firefly, or Stable Diffusion.

    Can Claude read or analyze images I upload?

    Yes. Claude analyzes photos, screenshots, documents, and charts on all Claude plans.


    Need this set up for your team?
    Talk to Will →
  • Claude Projects: How to Set Up Your Perfect Knowledge Base

    Claude Projects are the most underutilized feature on paid Claude plans. Without Projects, every new conversation starts from scratch. With Projects, you create persistent knowledge bases that Claude draws on automatically. This guide shows you how to set up Projects that actually improve your work.

    What Claude Projects Do

    • Persistent system prompts: Instructions Claude follows in every Project conversation
    • Knowledge base files: Documents, PDFs, and data Claude references without re-uploading
    • Conversation history: All Project conversations are grouped and accessible
    • Separate memory spaces: Each Project has isolated memory

    Setting Up a Project

    1. In Claude.ai, click “New Project” in the left sidebar
    2. Name your Project specifically (“Content Writing” not “Work”)
    3. Write your system prompt in Project Instructions
    4. Upload knowledge base files
    5. Start a conversation within the Project

    Writing an Effective System Prompt

    A strong system prompt tells Claude: who you are and what you do, primary tasks for this Project, tone and style preferences, output format requirements, domain-specific knowledge to assume, and anything Claude should never do in this Project. A weak system prompt (“You are a helpful assistant”) gives Claude nothing useful.

    Project Ideas by Role

    • Writers: Upload brand voice guide, audience personas, and style examples
    • Developers: Upload architecture docs, API documentation, and coding standards
    • Legal: Upload relevant statutes, prior contracts, and compliance frameworks
    • Researchers: Upload literature review, key papers, and research notes

    Frequently Asked Questions

    Are Claude Projects available on the free plan?

    No. Projects require a Claude Pro subscription or higher.

    Does Claude remember everything across Project conversations?

    Claude has access to Project knowledge base files and system prompt in every conversation. Specific conversation memory depends on whether Claude’s memory feature is enabled.


    Need this set up for your team?
    Talk to Will →