<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: AI Feed</title>
    <description>The latest articles on DEV Community by AI Feed (@aifeed_space).</description>
    <link>https://dev.to/aifeed_space</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4144899%2Fe93c3534-2148-40bb-ad4e-decf0f2aeff5.png</url>
      <title>DEV Community: AI Feed</title>
      <link>https://dev.to/aifeed_space</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aifeed_space"/>
    <language>en</language>
    <item>
      <title>Will AI Replace Your Job? Use This 5-Part Task Test</title>
      <dc:creator>AI Feed</dc:creator>
      <pubDate>Sat, 26 Sep 2026 22:36:15 +0000</pubDate>
      <link>https://dev.to/aifeed_space/will-ai-replace-your-job-use-this-5-part-task-test-4ccl</link>
      <guid>https://dev.to/aifeed_space/will-ai-replace-your-job-use-this-5-part-task-test-4ccl</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The short answer:&lt;/strong&gt; AI rarely absorbs an entire occupation at once. It reaches the tasks that are digital, repeatable, easy to verify, and cheap to get wrong first. The safest work combines judgment, accountability, relationships, or the physical world.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;“Will AI replace my job?” sounds like a clear question. It is usually the wrong unit of analysis.&lt;/p&gt;

&lt;p&gt;A job title is a bundle of very different activities. A marketer researches competitors, drafts copy, negotiates priorities, reads customer reactions, and owns a campaign result. A software engineer writes code, investigates failures, chooses trade-offs, reviews security, and is accountable when production breaks.&lt;/p&gt;

&lt;p&gt;The model may be excellent at one activity and unreliable at the next.&lt;/p&gt;

&lt;p&gt;The International Labour Organization reached a similar conclusion after mapping almost 30,000 occupational tasks: &lt;strong&gt;25% of global employment is in occupations with some exposure to generative AI, but transformation is more likely than full replacement&lt;/strong&gt;. Anthropic's observed usage data also found AI spread across tasks rather than evidence of whole jobs disappearing.&lt;/p&gt;

&lt;p&gt;So instead of scoring a profession with one dramatic percentage, use this five-part test.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Is the task already digital?
&lt;/h2&gt;

&lt;p&gt;AI adoption begins where the input and output already live on a screen.&lt;/p&gt;

&lt;p&gt;Drafting an email, transforming a spreadsheet, producing a first code implementation, summarizing a contract, or classifying a support ticket requires no robot, warehouse, or visit to a client. The task can be placed directly inside a model's context.&lt;/p&gt;

&lt;p&gt;Physical work changes more slowly. A model may prepare a maintenance checklist, but inspecting a noisy machine in an unfamiliar building is a different problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Higher exposure:&lt;/strong&gt; writing, coding, research, reporting, document processing.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Lower exposure:&lt;/strong&gt; installation, repair, bedside care, field inspection, hands-on craft.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Is the task repeatable?
&lt;/h2&gt;

&lt;p&gt;Models perform best when a good answer resembles many previous answers.&lt;/p&gt;

&lt;p&gt;A standard product description, a CRUD endpoint, a weekly report, or a routine invoice check has recognizable inputs and patterns. Novel strategy, an ambiguous incident, or a politically sensitive negotiation does not.&lt;/p&gt;

&lt;p&gt;This is why the first visible change is often not job loss. It is the disappearance of routine work inside the job.&lt;/p&gt;

&lt;p&gt;That creates a career problem: routine tasks were also where junior workers learned the domain. If companies automate every entry-level assignment, they still need a new way to develop future experts.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Can the result be checked quickly?
&lt;/h2&gt;

&lt;p&gt;Automation becomes economical when errors are easy to detect.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code can be compiled and tested.&lt;/li&gt;
&lt;li&gt;A translation can be compared with the source.&lt;/li&gt;
&lt;li&gt;Extracted fields can be validated against a schema.&lt;/li&gt;
&lt;li&gt;A generated image can be judged immediately.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The same model is less useful when quality appears only months later. A weak hiring decision, a poor lesson plan, or a flawed architectural choice may look convincing on day one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Verifiability often matters more than model intelligence.&lt;/strong&gt; A company can delegate an imperfect task if it has a cheap, reliable check.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. What happens when it is wrong?
&lt;/h2&gt;

&lt;p&gt;Capability is not the same as deployability.&lt;/p&gt;

&lt;p&gt;An AI-generated social caption can be reviewed and replaced. A medical decision, audit opinion, credit rejection, production deployment, or legal filing carries consequences that someone must own.&lt;/p&gt;

&lt;p&gt;Regulation matters, but so do insurance, reputation, customer trust, and the cost of supervision. Even when AI can produce the answer, a business may still need a qualified person to approve it.&lt;/p&gt;

&lt;p&gt;This is why accountability-heavy roles often change before they disappear. The professional handles fewer routine steps but remains responsible for the final decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Does the task depend on human context?
&lt;/h2&gt;

&lt;p&gt;Models can process written context. They do not automatically possess the unwritten context of a team, a customer, or an organization.&lt;/p&gt;

&lt;p&gt;Examples include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;knowing which stakeholder will block a technically correct decision;&lt;/li&gt;
&lt;li&gt;recognizing that a patient is withholding information;&lt;/li&gt;
&lt;li&gt;understanding why a supplier's delay is more serious than its email suggests;&lt;/li&gt;
&lt;li&gt;deciding when a policy should make an exception;&lt;/li&gt;
&lt;li&gt;earning enough trust to deliver difficult feedback.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The more a task depends on relationships, tacit knowledge, and responsibility for consequences, the more likely AI is to support a person rather than replace the role.&lt;/p&gt;

&lt;h2&gt;
  
  
  What changes first across common professions
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Profession&lt;/th&gt;
&lt;th&gt;AI reaches first&lt;/th&gt;
&lt;th&gt;Human bottleneck remains&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Software developer&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Boilerplate, tests, refactoring, documentation&lt;/td&gt;
&lt;td&gt;Architecture, security, debugging ambiguous failures&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Designer&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Variations, resizing, first concepts, asset cleanup&lt;/td&gt;
&lt;td&gt;Art direction, taste, brand judgment, stakeholder alignment&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Marketer&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Research summaries, copy variants, reporting&lt;/td&gt;
&lt;td&gt;Positioning, customer insight, channel trade-offs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Accountant&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Classification, reconciliation, document extraction&lt;/td&gt;
&lt;td&gt;Controls, exceptions, interpretation, sign-off&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Teacher&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Exercises, drafts, feedback preparation&lt;/td&gt;
&lt;td&gt;Motivation, diagnosis, classroom judgment, safeguarding&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Recruiter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Sourcing, summaries, scheduling, templates&lt;/td&gt;
&lt;td&gt;Trust, persuasion, assessment, hiring accountability&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Operations manager&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Forecasting, routing, routine coordination&lt;/td&gt;
&lt;td&gt;Escalation, conflicting priorities, real-world exceptions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Doctor or nurse&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Documentation, search, triage support&lt;/td&gt;
&lt;td&gt;Examination, consent, responsibility, human care&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;These are not permanent boundaries. They are current bottlenecks. Better models can move the line, while regulation, cost, and trust can hold it back.&lt;/p&gt;

&lt;h2&gt;
  
  
  Four patterns to expect
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. The profession stays, but the junior layer shrinks
&lt;/h3&gt;

&lt;p&gt;When AI absorbs drafts and routine execution, one experienced worker can produce more. The occupation survives while fewer people are hired to perform its simplest tasks.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. The role becomes more supervisory
&lt;/h3&gt;

&lt;p&gt;People spend less time producing the first version and more time selecting, checking, integrating, and explaining. Judgment becomes more valuable; unverified output becomes cheaper.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Boundaries between roles weaken
&lt;/h3&gt;

&lt;p&gt;A product manager can prototype. A designer can implement an interface. A developer can draft documentation and marketing experiments. AI lowers the cost of crossing into an adjacent discipline.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. New demand appears around the automated system
&lt;/h3&gt;

&lt;p&gt;Organizations still need people to structure knowledge, evaluate output, manage permissions, monitor failures, redesign processes, and decide where automation should stop.&lt;/p&gt;

&lt;h2&gt;
  
  
  A better question for your own career
&lt;/h2&gt;

&lt;p&gt;List the ten activities that occupy most of your week. For each one, score these questions from 0 to 2:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is the work fully digital?&lt;/li&gt;
&lt;li&gt;Is it repeated in a recognizable pattern?&lt;/li&gt;
&lt;li&gt;Can a good result be checked quickly?&lt;/li&gt;
&lt;li&gt;Is the cost of an error low?&lt;/li&gt;
&lt;li&gt;Does it require little relationship or physical context?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A task scoring &lt;strong&gt;8–10&lt;/strong&gt; is a strong candidate for near-term automation.&lt;br&gt;&lt;br&gt;
A task scoring &lt;strong&gt;4–7&lt;/strong&gt; is likely to become AI-assisted.&lt;br&gt;&lt;br&gt;
A task scoring &lt;strong&gt;0–3&lt;/strong&gt; will usually remain human-led for longer.&lt;/p&gt;

&lt;p&gt;This is a prioritization tool, not a forecast. The score changes with the organization, regulation, data access, and the quality of the surrounding system.&lt;/p&gt;

&lt;h2&gt;
  
  
  The labor market can grow and still feel more difficult
&lt;/h2&gt;

&lt;p&gt;The World Economic Forum projects 170 million roles created and 92 million displaced by 2030 across several macrotrends, for a net increase of 78 million. That does not mean every worker moves smoothly from a declining task to a growing one.&lt;/p&gt;

&lt;p&gt;New jobs may require different skills, exist in different places, or offer different pay. At the same time, organizations can need more software, analysis, and content while employing fewer people per unit of output.&lt;/p&gt;

&lt;p&gt;Both statements can be true: &lt;strong&gt;more work is produced, and the entry path into some professions becomes narrower&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to do now
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Automate one repeatable task yourself.&lt;/strong&gt; Learn what the system can and cannot do before someone redesigns the workflow for you.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Move closer to verification.&lt;/strong&gt; Testing, editing, evaluation, and quality control gain value as generation becomes abundant.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build domain knowledge.&lt;/strong&gt; Generic production is easier to automate than understanding why a specific organization makes a decision.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Practice owning outcomes.&lt;/strong&gt; The person who can choose a trade-off and accept responsibility remains harder to replace than the person who only produces a draft.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn adjacent work.&lt;/strong&gt; AI rewards people who can connect product, data, operations, design, and implementation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Explore 30 professions
&lt;/h2&gt;

&lt;p&gt;AI Feed's &lt;strong&gt;&lt;a href="https://www.aifeed.space/en/ai-jobs-map/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=ai_jobs_task_test" rel="noopener noreferrer"&gt;Work Atlas&lt;/a&gt;&lt;/strong&gt; applies this approach to 30 occupations. Each profile separates tasks suited to AI from human responsibilities and shows how the role connects to adjacent work.&lt;/p&gt;

&lt;p&gt;Use it as a map of changing tasks, not a countdown to a profession's disappearance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and limits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.ilo.org/publications/generative-ai-and-jobs-refined-global-index-occupational-exposure" rel="noopener noreferrer"&gt;ILO × NASK: Generative AI and Jobs — A Refined Global Index of Occupational Exposure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.anthropic.com/news/the-anthropic-economic-index" rel="noopener noreferrer"&gt;Anthropic Economic Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.anthropic.com/research/economic-index-primitives" rel="noopener noreferrer"&gt;Anthropic Economic Index: New Building Blocks for AI Use&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.weforum.org/publications/the-future-of-jobs-report-2025/" rel="noopener noreferrer"&gt;World Economic Forum: Future of Jobs Report 2025&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The framework above is an editorial interpretation of task characteristics. Exposure does not equal adoption, and adoption does not automatically equal job loss. Company data, integration cost, regulation, demand, and worker bargaining power all affect the outcome.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Updated September 27, 2026.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>productivity</category>
      <category>futureofwork</category>
    </item>
    <item>
      <title>Best Local AI Models for Mac by RAM (8GB–128GB)</title>
      <dc:creator>AI Feed</dc:creator>
      <pubDate>Sat, 26 Sep 2026 22:23:20 +0000</pubDate>
      <link>https://dev.to/aifeed_space/best-local-ai-models-for-mac-by-ram-8gb-to-128gb-4g1g</link>
      <guid>https://dev.to/aifeed_space/best-local-ai-models-for-mac-by-ram-8gb-to-128gb-4g1g</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The short answer:&lt;/strong&gt; choose a Mac for local AI by &lt;strong&gt;unified memory first&lt;/strong&gt; and chip generation second. Keep at least 25–30% of memory free for macOS, context, and the applications you actually use.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A model that &lt;em&gt;loads&lt;/em&gt; is not automatically a model that runs comfortably. This guide maps Mac memory tiers to realistic model sizes without treating a benchmark score as a buying recommendation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick recommendations
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;8GB:&lt;/strong&gt; compact 2–4B models for short prompts, classification, and extraction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;16GB:&lt;/strong&gt; general 7–9B models; 20B can run close to the limit.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;24GB:&lt;/strong&gt; the practical mainstream tier for 9–20B models.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;36–48GB:&lt;/strong&gt; the balanced range for 27–35B, coding, and document work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;64GB:&lt;/strong&gt; 70B at 4-bit becomes practical.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;96–128GB:&lt;/strong&gt; large 70–120B models, long context, and parallel workloads.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Use the &lt;a href="https://www.aifeed.space/en/local-ai/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=local_ai_mac_guide" rel="noopener noreferrer"&gt;AI Feed Local AI monitor&lt;/a&gt; to compare current models by memory, license, and task.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mac memory guide
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Mac memory&lt;/th&gt;
&lt;th&gt;Comfortable model class&lt;/th&gt;
&lt;th&gt;Best fit&lt;/th&gt;
&lt;th&gt;Main constraint&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;8GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2–4B Q4&lt;/td&gt;
&lt;td&gt;Short chat, extraction&lt;/td&gt;
&lt;td&gt;Very little context headroom&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;16GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;7–9B Q4/Q6&lt;/td&gt;
&lt;td&gt;Writing, documents, light coding&lt;/td&gt;
&lt;td&gt;20B runs close to the limit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;24GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;14–20B; selected 27B Q4&lt;/td&gt;
&lt;td&gt;Coding, RAG, daily assistant&lt;/td&gt;
&lt;td&gt;27B needs moderate context&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;36GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;27–35B Q4&lt;/td&gt;
&lt;td&gt;Serious coding, agents&lt;/td&gt;
&lt;td&gt;Long context still consumes memory&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;48GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;35B Q6; reduced 70B&lt;/td&gt;
&lt;td&gt;Large repositories, multiple agents&lt;/td&gt;
&lt;td&gt;Full 70B remains tight&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;64GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;70B Q4&lt;/td&gt;
&lt;td&gt;Complex analysis and coding&lt;/td&gt;
&lt;td&gt;Smaller MoE models may be faster&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;96–128GB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;70B high precision; 120B class&lt;/td&gt;
&lt;td&gt;Long context, serving workloads&lt;/td&gt;
&lt;td&gt;High hardware cost&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;These are practical headroom targets, not hard limits. Actual use changes with quantization, runtime, and context length.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why memory matters more than the chip badge
&lt;/h2&gt;

&lt;p&gt;Apple Silicon uses &lt;strong&gt;unified memory&lt;/strong&gt;: the CPU and GPU share one pool. That helps local inference because the accelerator can access most of the machine's memory without copying weights into separate VRAM.&lt;/p&gt;

&lt;p&gt;The trade-off is competition. Model weights, Safari, an IDE, Docker, the display system, and the KV cache all use the same pool. When weights consume nearly everything, macOS swaps, generation slows, and a longer prompt can terminate the process.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Memory needed = weights + KV cache + compute buffers + runtime + macOS + apps&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Weights&lt;/strong&gt; are the large predictable component. Q4 uses roughly half a byte per parameter, plus overhead.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KV cache&lt;/strong&gt; grows with the conversation and context window.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compute buffers&lt;/strong&gt; depend on architecture and runtime.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The system&lt;/strong&gt; still needs room for your browser, editor, and background services.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why a 17GB model file may run on a 24GB Mac but feel much better on a 36GB machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  What each memory tier is good for
&lt;/h2&gt;

&lt;h3&gt;
  
  
  8GB: small models only
&lt;/h3&gt;

&lt;p&gt;Look at 2–4B variants of Qwen, Phi, Gemma, and similar families below roughly 3–4GB. They are useful for classification, field extraction, short rewrites, and simple completion. They are not a realistic choice for a large codebase or long documents.&lt;/p&gt;

&lt;h3&gt;
  
  
  16GB: the entry point
&lt;/h3&gt;

&lt;p&gt;Modern 7–9B Q4/Q5 models can edit text, answer over local documents, and help with small functions. OpenAI says &lt;strong&gt;gpt-oss-20b&lt;/strong&gt; can run within 16GB, but that leaves little room for context and applications. Possible is not the same as comfortable.&lt;/p&gt;

&lt;h3&gt;
  
  
  24GB: the practical mainstream choice
&lt;/h3&gt;

&lt;p&gt;For most buyers, this is the first genuinely useful local AI configuration. It can keep a strong 9–14B model resident alongside a browser and editor, or run gpt-oss-20b with reasonable headroom.&lt;/p&gt;

&lt;p&gt;Practical choices include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a modern 9B model for an everyday assistant;&lt;/li&gt;
&lt;li&gt;gpt-oss-20b for reasoning and agentic tasks;&lt;/li&gt;
&lt;li&gt;a 27B Q4 model as an upper-edge experiment with moderate context;&lt;/li&gt;
&lt;li&gt;a 9–20B model paired with a capable coding harness.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  36GB and 48GB: the developer sweet spot
&lt;/h3&gt;

&lt;p&gt;Models in the 27–35B class leave room for context, an IDE, and a browser. At 48GB, higher-quality quantization or multiple processes become practical.&lt;/p&gt;

&lt;p&gt;More GPU cores make a model faster. More memory changes which class of model can run at all. For many developers, that makes 36–48GB more valuable than a faster chip paired with less memory.&lt;/p&gt;

&lt;h3&gt;
  
  
  64GB: practical 70B inference
&lt;/h3&gt;

&lt;p&gt;At 64GB, 70B models in Q4 become realistic. Their weights commonly occupy around 42–48GB, leaving limited but workable headroom.&lt;/p&gt;

&lt;p&gt;More parameters do not automatically mean a better experience. A modern 35B MoE model can be faster and more reliable with tools than an older dense 70B model.&lt;/p&gt;

&lt;h3&gt;
  
  
  96GB and 128GB: workstation territory
&lt;/h3&gt;

&lt;p&gt;These capacities make sense when you intentionally need very large models, several simultaneous clients, or long context. OpenAI estimates gpt-oss-120b at roughly 80GB, so 96GB is the practical starting point and 128GB leaves useful application headroom.&lt;/p&gt;

&lt;p&gt;For occasional demanding jobs, a cloud model can still be faster and cheaper. The &lt;a href="https://www.aifeed.space/en/ai-token-prices/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=local_ai_mac_guide" rel="noopener noreferrer"&gt;AI Feed API price calculator&lt;/a&gt; helps compare the order of cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ollama, MLX, or llama.cpp?
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Runtime&lt;/th&gt;
&lt;th&gt;Best when&lt;/th&gt;
&lt;th&gt;Strength&lt;/th&gt;
&lt;th&gt;Trade-off&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ollama&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;You want the simplest setup&lt;/td&gt;
&lt;td&gt;Model library and local API&lt;/td&gt;
&lt;td&gt;Less tuning control&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;MLX / MLX-LM&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A good Apple Silicon conversion exists&lt;/td&gt;
&lt;td&gt;Native unified-memory design&lt;/td&gt;
&lt;td&gt;New conversions may take time&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;llama.cpp&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;You need GGUF and detailed tuning&lt;/td&gt;
&lt;td&gt;Portability and Metal support&lt;/td&gt;
&lt;td&gt;More manual setup&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Start with Ollama or LM Studio. Try MLX when a reliable conversion exists. Use llama.cpp when you want direct control over context, cache, offload, and server settings.&lt;/p&gt;

&lt;h2&gt;
  
  
  Coding, images, and video are different workloads
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Coding
&lt;/h3&gt;

&lt;p&gt;Instruction following, repository access, and tool use matter as much as model size. A good 9–20B model with a coding harness is usually more useful than a larger model with no context headroom.&lt;/p&gt;

&lt;h3&gt;
  
  
  Images
&lt;/h3&gt;

&lt;p&gt;Diffusion models use memory differently from LLMs. Compact generators run at 16–24GB, while high resolution, multiple ControlNets, and batches need more.&lt;/p&gt;

&lt;h3&gt;
  
  
  Video
&lt;/h3&gt;

&lt;p&gt;Local video remains the heaviest workload. A 24–36GB Mac can run compact models for short clips with long waits, but it is not equivalent to a cloud video service.&lt;/p&gt;

&lt;h2&gt;
  
  
  A five-step buying rule
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Define the workload.&lt;/strong&gt; Chat, coding, retrieval, images, and video need different hardware.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Choose the model class.&lt;/strong&gt; Start with 9–20B for daily work; not everyone needs 35B.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Find the quantized file size.&lt;/strong&gt; Check Ollama, MLX Community, or a GGUF repository.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Add 25–30% headroom.&lt;/strong&gt; Add more for long context, Docker, and a heavy IDE.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compare chips last.&lt;/strong&gt; With equal memory, Max is faster than Pro, but it cannot run a model that does not fit.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Buying recommendation
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;16GB&lt;/strong&gt; for learning and small local models.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;24GB&lt;/strong&gt; as the practical minimum for regular use.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;36–48GB&lt;/strong&gt; for developers, agents, and 27–35B models.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;64GB&lt;/strong&gt; when you specifically need 70B or concurrent models.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;96–128GB&lt;/strong&gt; for a workstation or home server.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ml-explore/mlx/blob/main/docs/src/usage/unified_memory.rst" rel="noopener noreferrer"&gt;Apple MLX: Unified Memory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md" rel="noopener noreferrer"&gt;llama.cpp: macOS Metal build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ollama.com/library" rel="noopener noreferrer"&gt;Ollama model library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://openai.com/index/introducing-gpt-oss/" rel="noopener noreferrer"&gt;OpenAI: gpt-oss memory requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/openai/gpt-oss-20b" rel="noopener noreferrer"&gt;Hugging Face: gpt-oss-20b&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/microsoft/Phi-4-mini-instruct" rel="noopener noreferrer"&gt;Microsoft: Phi-4 Mini Instruct&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Updated September 25, 2026. Sizes refer to specific quantizations and may change as runtimes evolve.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Compare current models with the &lt;strong&gt;&lt;a href="https://www.aifeed.space/en/local-ai/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=local_ai_mac_guide" rel="noopener noreferrer"&gt;Local AI model selector&lt;/a&gt;&lt;/strong&gt;. The original article and future updates remain on &lt;strong&gt;&lt;a href="https://www.aifeed.space/en/2026/09/25/best-local-ai-models-mac-ram-8-16-24-36-48-64gb/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=local_ai_mac_guide" rel="noopener noreferrer"&gt;AI Feed&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>programming</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
