[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-why-databricks-model-serving-is-right-default-en":3,"tags-why-databricks-model-serving-is-right-default-en":38,"related-lang-why-databricks-model-serving-is-right-default-en":49,"related-posts-why-databricks-model-serving-is-right-default-en":53,"series-tools-1f1bff1e-0ebc-4fa7-a078-64dc4b552548":90},{"id":4,"title":5,"content":6,"summary":7,"source":8,"source_url":9,"author":10,"image_url":11,"keywords":12,"language":19,"translated_content":10,"views":20,"is_premium":21,"created_at":22,"updated_at":22,"cover_image":11,"published_at":23,"rewrite_status":24,"rewrite_error":10,"rewritten_from_id":25,"slug":26,"category":27,"related_article_id":28,"status":29,"google_indexed_at":30,"x_posted_at":10,"tweet_text":10,"title_rewritten_at":10,"title_original":10,"key_takeaways":31,"topic_cluster_id":35,"embedding":36,"is_canonical_seed":37},"1f1bff1e-0ebc-4fa7-a078-64dc4b552548","Why Databricks Model Serving is the right default for production infe…","\u003Cp data-speakable=\"summary\">Databricks Model Serving is the right default for production inference because it unifies deployment, governance, and scaling across model types.\u003C\u002Fp>\u003Cp>Databricks Model Serving is the right default for teams that need to put models into production without building a separate platform for every model, provider, and workload. The appeal is not just that it serves custom MLflow models, foundation models, and external \u003Ca href=\"\u002Ftag\u002Fllms\">LLMs\u003C\u002Fa> from one place. It is that it turns model operations into a managed system with a single REST \u003Ca href=\"\u002Ftag\u002Fapi\">API\u003C\u002Fa>, a single UI, autoscaling serverless compute, and built-in governance. That matters because the real cost of model deployment is not the first endpoint, it is the sprawl that follows when every team wires up its own infrastructure, access controls, observability, and patching process.\u003C\u002Fp>\u003Ch2>One platform beats a patchwork of model stacks\u003C\u002Fh2>\u003Cp>The strongest case for Model Serving is consolidation. Databricks lets you manage custom models, hosted foundation models, and external models through the same serving layer, which means one operational pattern instead of three. A team can register an MLflow model in Unity Catalog, expose it as a REST endpoint, and later add an external model like GPT-4 through the same governance surface. That reduces the number of tools engineers must learn and the number of integration points that can fail.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778692290314-gopj.png\" alt=\"Why Databricks Model Serving is the right default for production infe…\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>This matters most when a company moves from experiments to production. A proof of concept can tolerate one-off scripts and hand-built API wrappers. A production system cannot. Once product, analytics, and ML teams all need model access, a unified serving layer becomes a force multiplier. Databricks also exposes AI Functions and ai-query for batch inference directly from SQL, which is a practical advantage for organizations that already run data pipelines in the warehouse. The platform is not just serving inference, it is collapsing the distance between data, model, and application.\u003C\u002Fp>\u003Ch2>Governance is the real product, not just hosting\u003C\u002Fh2>\u003Cp>Model Serving is compelling because it treats governance as a first-class feature rather than an afterthought. The Serving UI centralizes permissions, usage limits, and monitoring for all endpoints, including externally hosted ones. That is a serious advantage in enterprises where model access must be controlled across teams and vendors. If one group uses an internal classifier, another uses a hosted foundation model, and a third uses an external API, the default failure mode is policy fragmentation. Databricks pushes against that by putting all of it behind AI Gateway and a single control plane.\u003C\u002Fp>\u003Cp>Security claims are only useful when they are operationalized, and Databricks does that in ways that map to real enterprise concerns. Requests are logically isolated, authenticated, and authorized. Data is encrypted at rest with AES-256 and in transit with TLS 1.2+. For paid accounts, user inputs and outputs are not used to train Databricks services. Those are not decorative assurances. They are the baseline requirements for any organization that wants to let internal teams use models without creating a compliance fire drill. The same is true of network policies for serverless egress control, which give security teams a lever they can actually enforce.\u003C\u002Fp>\u003Ch2>Production inference needs scale, but it also needs discipline\u003C\u002Fh2>\u003Cp>Autoscaling and low-latency serving are useful only if they are stable under real load, and that is where Model Serving earns its keep. Databricks says the service can support over 25K queries per second with overhead latency under 50 ms. Whether every deployment needs that level of throughput is beside the point. The point is that the platform is designed for high-availability production use, so teams are not forced to choose between developer convenience and operational seriousness. Serverless compute also means infrastructure does not become the bottleneck every time traffic shifts.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778692277012-j0zy.png\" alt=\"Why Databricks Model Serving is the right default for production infe…\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>There is another detail that reveals the platform’s production posture: Databricks does not patch existing model images in place. A new model image created from a new model version carries the latest patches, but the old image stays untouched to avoid destabilizing live deployments. That is the correct tradeoff. Model serving is not a laptop app, and production inference should not behave like a rolling desktop update. Stability matters more than forcing every endpoint onto the newest image immediately. The cost of breaking a live model is higher than the cost of requiring a new version for patched runtime changes.\u003C\u002Fp>\u003Ch2>The counter-argument\u003C\u002Fh2>\u003Cp>The best objection is that Model Serving centralizes too much and can make teams dependent on one vendor’s abstractions, pricing, and limits. That concern is legitimate. If an organization only needs a single custom model behind a simple API, a lighter-weight deployment stack may be cheaper and easier to reason about. There is also a real risk that a managed serving layer encourages teams to move faster than their governance model can support, especially when they start mixing internal models with external LLMs.\u003C\u002Fp>\u003Cp>Another fair criticism is that managed serving can hide complexity rather than eliminate it. Autoscaling, throughput tuning, model versioning, region constraints, and endpoint limits still exist. If a team wants absolute control over runtime behavior, custom networking, or image lifecycle, they may prefer to own the serving stack directly. In that sense, Databricks is not the answer to every deployment problem. It is a strong answer to the problem of operating many models across many teams with real security and governance needs.\u003C\u002Fp>\u003Cp>That counter-argument does not defeat the platform. It defines its boundary. Model Serving is the right default when the problem is organizational scale, not hobbyist simplicity. The moment a company needs one policy surface for multiple model types, one scalable endpoint model, and one place to monitor access and cost, the managed approach wins. The vendor tradeoff is real, but so is the operational debt of stitching together separate tools for hosting, auth, scaling, and monitoring. In production, that debt compounds faster than platform lock-in.\u003C\u002Fp>\u003Ch2>What to do with this\u003C\u002Fh2>\u003Cp>If you are an engineer, \u003Ca href=\"\u002Fnews\u002Fanthropic-model-retirement-footnote-wrong-en\">treat Model\u003C\u002Fa> Serving as the baseline for production inference when your team needs fast rollout, governed access, and support for more than one model type. If you are a PM, push for a serving strategy that includes permissions, usage limits, cost visibility, and versioning from day one instead of bolting them on after launch. If you are a founder, optimize for the operating model you will need at ten models and three teams, not the one that looks cheapest for your first demo. The right question is not whether you can host a model yourself. It is whether you want to own the full burden of operating it safely at scale.\u003C\u002Fp>","Databricks Model Serving is the right default for production inference because it unifies deployment, governance, and scaling across model types.","docs.databricks.com","https:\u002F\u002Fdocs.databricks.com\u002Faws\u002Fen\u002Fmachine-learning\u002Fmodel-serving\u002F",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778692290314-gopj.png",[13,14,15,16,17,18],"Databricks Model Serving","Unity Catalog","AI Gateway","serverless compute","MLflow","foundation models","en",0,false,"2026-05-13T17:10:32.167576+00:00","2026-05-13T17:10:32.153+00:00","done","756274c8-9156-48a2-b3f8-eeff2b630b6a","why-databricks-model-serving-is-right-default-en","tools","4adef3ab-9f07-4970-91cf-77b8b581b348","published","2026-05-14T09:00:17.681+00:00",[32,33,34],"Model Serving is the right default for production inference when teams need one platform for custom, foundation, and external models.","Its main value is not raw hosting, but governance, scaling, and operational consistency across teams.","The managed tradeoff is real, but it is cheaper than building and maintaining a fragmented serving stack.","92db0173-053e-4cb5-96c1-633ac3197050","[-0.026327532,0.005695558,0.03494549,-0.09605006,-0.024445036,-0.013951506,0.01599106,0.028456341,0.02723336,0.025364725,-0.011523332,-0.01478937,0.021854976,0.037630662,0.12797229,0.0023654418,0.014896097,-0.028408853,0.0007352931,0.013833227,0.01702532,0.022379437,-0.029922023,0.024639105,0.002182546,0.0033909308,0.0265778,0.0022920824,0.022915145,-0.003251649,-0.00011519234,0.0023963654,0.019808926,0.025155036,0.013419458,0.009951056,-0.015640013,-0.022185082,0.041665938,0.0040562404,-0.004140506,0.0011115564,-0.0056277644,-0.02490042,-0.028949486,0.007854138,0.027874034,-0.01687841,-0.005636989,-0.02239918,0.005399688,0.006434252,-0.011745656,-0.15637049,-0.0097627295,0.0029423726,0.0039175083,0.01013603,0.004622108,-0.003246276,0.011430858,0.034309458,-0.007048831,-0.0072435914,0.018643837,-0.0039722356,0.045650147,0.013216857,0.017641166,-0.01238517,0.019510262,0.02196016,0.014728219,-0.02328921,0.027343322,-0.023367051,0.012891664,-0.030326826,0.003530039,0.011762157,-0.016629113,-0.019778613,0.016398547,-0.012954555,-0.025245052,0.056097433,0.0062877163,-0.022076475,0.004498267,0.008394271,0.028729271,-0.004080629,0.012023812,0.032514326,-0.014317114,-0.01418068,0.006165068,-0.015523963,0.01775469,-0.0070217145,-0.0023821825,0.0042287367,-0.003309327,0.010686941,0.0023392418,0.0077275797,-0.01116766,-0.005345542,-0.018073851,0.019569324,0.017067006,-0.0042309356,0.008742294,0.0019769664,-0.0005331054,-0.104670234,0.01689473,-0.014857779,0.006893651,-0.005432919,-0.022471337,-0.006655215,-0.0033929355,0.029675093,0.0024952863,-0.00330941,0.0215247,0.03594128,0.008863983,0.007514217,-0.016416425,-0.017983649,-0.03310679,0.009151569,0.007821057,-0.009337208,0.008697197,-0.01763726,-0.018387193,-0.031111717,-0.00024877593,0.02485135,0.013505568,0.0014195474,-0.015023109,0.011840014,-0.044479977,0.013532983,-0.0100296885,-0.018360313,0.007109273,0.009818256,-0.01239743,-0.016405266,0.021139601,0.008110757,-0.002268356,-0.014078001,0.023818308,0.014370838,-0.022253158,0.0020453422,-0.025449866,-0.0011814185,0.009688918,0.010873562,0.019704873,0.018139796,0.0014598725,0.013023999,0.017388292,-0.010131664,-0.0036006607,0.033692114,0.0043920227,0.01112746,-0.013680106,-0.004690961,0.025170207,-0.03768402,0.031172164,-0.0041366112,-0.010104685,-0.022370566,-0.020341756,-0.008369872,-0.0051639,0.013848756,0.00990499,0.007759241,-0.0017683121,0.0066521964,-0.0050038295,-0.0086420495,-0.015663162,-0.010358546,0.022839712,-0.031424772,-0.0045559434,0.011144138,-0.009597146,-0.018466564,0.011292344,-0.045129694,-0.0015235355,-0.0315242,0.0040289904,-0.019280527,0.00051330146,0.0060036527,-0.021621307,0.0001911575,0.021700354,0.018889418,0.017116524,-0.025749112,-0.015515449,-0.008482967,0.0077953883,-0.025653597,0.024410935,0.0069418326,0.0041945325,0.018371316,-0.013471168,-0.031856317,-0.0056303386,-0.016887262,-0.01744868,0.0057157855,0.027869616,-0.0009446959,0.0052431747,0.020194512,0.0115881255,-0.006649267,0.0052548638,-0.0010285324,-0.005034001,0.024305213,-0.0037963015,0.02139469,-0.0122392895,-0.0034838382,-0.010309835,-0.004902239,0.008516045,-0.026611928,-0.019171193,0.022037717,-0.018943593,-0.007875827,0.0054469565,-0.002778008,0.030707778,-0.009214494,-0.025894014,0.028355641,0.008473451,0.02110365,0.002925336,0.00128196,0.010239125,-0.013767704,0.012396754,0.005069983,0.013546925,0.0067281155,-0.028056178,0.03417515,-0.0032702365,-0.005012588,-0.03386838,0.026806751,0.023903972,-0.01575233,-0.014053277,0.024440764,0.0065015666,-0.006459968,-0.0029573615,0.02064596,-0.0046060975,0.0374018,0.011063049,0.021420153,-0.011778031,0.0003095007,-0.021594713,0.0203129,-0.006272023,0.0050305296,-0.04446004,-0.007924752,0.024410436,-0.035230596,-0.016083816,0.020215051,0.018394336,0.013265266,-0.010892746,-0.007510475,-0.0067858975,0.053574067,-0.02667369,0.014696171,0.022027154,-0.0073560164,-0.012706302,-0.015322635,0.004260623,-0.020008078,-0.0010139592,-0.0018146539,-0.03773025,0.008056159,0.014160664,-0.015414641,-0.012359789,-0.008481181,0.008800488,0.01790796,-0.011634257,0.042461786,-0.0020727396,-0.012447727,0.02976681,-0.007530704,0.019523093,-0.02568998,0.0015426889,-0.00011287552,-0.010926582,-0.019692842,-0.0073505524,-0.0025682785,-0.0115977,-0.0077220034,-0.0272567,0.023410793,0.02572844,-0.015581552,-0.024032053,-0.027974363,-0.0024502517,0.0071399957,0.040964272,0.018330349,0.032110263,-0.0061736503,0.04214382,-0.00067469885,-0.00021494267,-0.020384843,-0.034096174,0.0041304384,0.013276489,-0.001542565,0.032127045,-0.023841863,0.014175315,0.00522669,-0.04505783,-0.004611186,-0.008505143,-0.007896192,-0.016617259,0.0011310917,-0.01381634,-0.014071267,0.0025306742,0.0098319035,0.013163042,-0.0068718023,0.009289379,-0.008773113,-0.009992775,-0.023463704,-0.011804393,0.017462356,-0.010949126,0.028081302,-0.0026016538,-0.011689426,-0.0028400111,0.0093213245,0.013736114,0.02133292,-0.02931929,0.0054452596,-0.0008402256,0.013880716,0.0073716086,-0.013332523,-0.006537187,-0.015859501,-0.007077666,0.014740573,-0.021849366,-0.023927059,0.002165742,-0.030419642,-0.007309255,0.00022510055,-0.0003234903,0.010714138,-0.020622445,-0.0049379724,-0.007308491,0.008416818,-0.006613991,-0.018703712,-0.001444576,0.01611755,0.0016697763,0.008985643,-0.011920489,0.0006955793,0.005171427,-0.016646273,0.013822868,-0.006041546,0.023354597,-0.00399877,-0.010033663,-0.0028587491,-0.029781936,-0.0037811024,-0.011766232,-0.026898148,0.020152833,-0.014310815,-0.015306435,0.0002520912,-0.02221367,-0.018703861,0.009945301,-0.0059046764,-0.0027641307,-0.023007568,0.0283589,0.020228775,-0.016393758,-0.01967053,-0.0060190274,-0.000709767,-0.010663855,-0.013237845,-0.022732789,-0.010787165,0.01634405,0.02896714,0.022590319,-0.019093698,-0.013717601,0.00035396332,-0.0065423087,0.0097923055,-0.009963226,0.0042576003,-0.009710012,0.021435587,0.021939635,-0.0055158366,-0.0037760355,-0.0008630741,-0.012410928,-0.022851942,0.0013894411,0.01091658,-0.0157241,0.018630119,0.026881987,0.0028829193,-0.015176432,-0.0071870885,0.02782275,0.014810629,-0.0019395091,0.028999226,0.04234398,-0.01705385,0.013715402,0.017292256,-0.008897845,-0.004457801,0.0035285016,0.019300323,-0.023282275,-0.010214411,0.019796003,0.01724855,-0.010743506,-0.014345976,-0.0041025733,0.01440106,-0.0073435293,-0.0031024446,0.010923739,-0.009814055,-0.036357656,0.015336631,-0.004129537,-0.001571316,0.013625167,0.004775427,0.020536993,0.0074710543,-0.0016518091,-5.7426027e-05,-0.026572317,-0.0040078517,0.006512007,0.006775533,0.0010426544,-0.009772816,-0.026737092,-0.017951759,-0.031240264,0.00965311,0.01897827,-0.040282223,-0.015358959,0.020358164,-0.016390521,0.00042225828,-0.004831079,0.009234627,0.040741567,0.030391965,0.0025733663,0.0042425417,-0.0017447144,-0.00369781,-0.013415119,-0.007832381,0.008632063,0.01743155,-0.012220119,0.0075908992,-0.0028720938,-0.005305724,-0.005280185,0.02568328,-0.003282569,-0.08160265,0.010020354,-0.0005659867,0.00085588335,0.014019444,0.016131423,-0.01996145,-0.010763436,-0.007933907,-0.01675919,0.013571934,-0.019993791,0.008791967,5.283987e-05,0.00471181,-0.010759174,0.008983983,-0.011299066,0.022941353,-0.004319104,0.0429072,0.009164569,-0.016214363,0.030364327,-0.0069012456,0.0071969177,-0.002819418,-0.0017245911,-0.0056273094,-0.009752757,-0.016014418,-0.025925124,0.015278843,0.015968064,0.009717079,-0.003961822,-0.0021268032,-0.024177909,0.026787337,0.03197449,0.011751599,0.0051853275,-0.017182542,-0.008290589,0.0097920485,0.015749227,-0.002194448,-0.016989853,0.03145065,0.02481144,-0.014946963,-0.023676733,0.00503206,-0.007678886,-0.0135122845,0.008155712,0.005988123,0.027969042,0.011923941,0.02245445,0.011722859,-0.014861379,-0.027017903,0.013112539,-0.043794584,-0.021324243,0.0033727738,0.025848947,0.0008754138,0.034941714,0.007699464,-0.02606184,-0.021883342,-0.009107384,0.003950827,0.011758507,-0.009242329,0.024346506,0.02225818,-0.031172067,-0.04372242,-0.0012396828,-0.09052319,-0.02802064,-0.0023250417,0.018970778,0.01099359,-0.0045473054,-0.01320209,-0.010933671,-0.003045369,-0.0040511177,-0.008433777,-0.024070453,0.0082853865,0.002284762,0.003965563,0.02941412,0.010632037,0.015942868,-0.013205356,-0.03850827,0.022102142,-0.024222437,0.008661143,-0.0064304317,-0.015693462,0.00021426278,0.010143497,-0.0057538324,0.013090296,-0.017134817,-0.015403815,-0.14679927,0.013272377,0.007941463,0.011351675,-0.008989333,0.0067579006,-0.027393427,-0.02252156,-0.0048829685,-0.0041862777,0.0072151823,-0.02044891,-0.021984303,0.0016203783,-0.031187916,0.12526095,-0.007757621,0.0013869297,-0.0022284957,-0.030948082,-0.00090022007,-0.020505767,0.0022792385,0.0053613293,0.022546986,0.019836552,0.0066321604,0.015641445,-0.004153077,0.018267034,-0.018262733,-0.0138004385,-0.02338422,-0.01933923,0.0155620845,-0.020465791,-0.012526657,0.0026257897,0.01841631,0.00554322,-0.02569238,0.005294531,-0.0015111518,0.0038609214,-0.010295543,0.0018461945,-0.01068897,0.013718828,0.015466544,-0.011836228,-0.037193447,-0.08054462,0.00031454267,0.01992348,-0.015067952,0.00784773,0.014076744,0.024395304,-0.0024114987,-0.007831297,0.03312079,0.015919367,0.054029383,0.038568847,0.0017916105,0.013980177,0.037141345,0.06113456,-0.006431845,-0.00026577816,-0.009326394,0.014174373,-0.0065188785,-0.024622241,-0.008215473,-0.0027907654,0.02433939,0.012355198,0.019561883,-0.013899114,0.0051404657,0.0065589743,0.0027715433,-0.033364337,-0.029112391,-0.013766641,0.029321002,-0.01008283,-0.00653431,-0.034823757,0.0007424722,0.047331195,0.011716653,0.019138388,0.013775754,-0.016028367,-0.020158116,0.018082771,0.038323335,0.0013306028,0.014357597,-0.0054978086,0.016853359,-0.0048835897,-0.011693468,-0.0013504039,0.011820707,0.019354831,0.018689789,-0.0010123103]",true,[39,41,43,45,47],{"name":15,"slug":40},"ai-gateway",{"name":16,"slug":42},"serverless-compute",{"name":13,"slug":44},"databricks-model-serving",{"name":14,"slug":46},"unity-catalog",{"name":17,"slug":48},"mlflow",{"id":28,"slug":50,"title":51,"language":52},"why-databricks-model-serving-is-right-default-zh","為什麼 Databricks Model Serving 是生產推論的正確預設","zh",[54,60,66,72,78,84],{"id":55,"slug":56,"title":57,"cover_image":58,"image_url":58,"created_at":59,"category":27},"8b02abfa-eb16-4853-8b15-63d302c7b587","why-vidhub-huiyuan-hutong-bushi-quan-shebei-tongyong-en","Why VidHub 会员互通不是“买一次全设备通用”","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778789439875-uceq.png","2026-05-14T20:10:26.046635+00:00",{"id":61,"slug":62,"title":63,"cover_image":64,"image_url":64,"created_at":65,"category":27},"abe54a57-7461-4659-b2a0-99918dfd2a33","why-buns-zig-to-rust-experiment-is-right-en","Why Bun’s Zig-to-Rust experiment is the right move","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778767895201-5745.png","2026-05-14T14:10:29.298057+00:00",{"id":67,"slug":68,"title":69,"cover_image":70,"image_url":70,"created_at":71,"category":27},"f0015918-251b-43d7-95af-032d2139f3f6","why-openai-api-pricing-is-product-strategy-en","Why OpenAI API pricing is a product strategy, not a footnote","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778749841805-uyhg.png","2026-05-14T09:10:27.921211+00:00",{"id":73,"slug":74,"title":75,"cover_image":76,"image_url":76,"created_at":77,"category":27},"7096dab0-6d27-42d9-b951-7545a5dddf33","why-claude-code-prompt-design-beats-ide-copilots-en","Why Claude Code’s prompt design beats IDE copilots","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778742651754-3kxk.png","2026-05-14T07:10:30.953808+00:00",{"id":79,"slug":80,"title":81,"cover_image":82,"image_url":82,"created_at":83,"category":27},"029add1b-4386-4970-bd37-45809d6f7f2f","why-ibm-bob-right-kind-ai-coding-assistant-en","Why IBM’s Bob is the right kind of AI coding assistant","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778664645900-cyz4.png","2026-05-13T09:30:22.413196+00:00",{"id":85,"slug":86,"title":87,"cover_image":88,"image_url":88,"created_at":89,"category":27},"0ee840ed-6177-4b64-906c-2e5ae8fa656a","why-mvm-is-the-right-kind-of-go-interpreter-en","Why Mvm Is the Right Kind of Go Interpreter","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778573442640-m67i.png","2026-05-12T08:10:24.958378+00:00",[91,96,101,106,111,116,121,126,131,136],{"id":92,"slug":93,"title":94,"created_at":95},"8008f1a9-7a00-4bad-88c9-3eedc9c6b4b1","surepath-ai-mcp-policy-controls-en","SurePath AI's New MCP Policy Controls Enhance AI Security","2026-03-26T01:26:52.222015+00:00",{"id":97,"slug":98,"title":99,"created_at":100},"27e39a8f-b65d-4f7b-a875-859e2b210156","mcp-standard-ai-tools-2026-en","MCP Standard in 2026: Integrating AI Tools","2026-03-26T01:27:43.127519+00:00",{"id":102,"slug":103,"title":104,"created_at":105},"165f9a19-c92d-46ba-b3f0-7125f662921d","rag-2026-transforming-enterprise-ai-en","How RAG in 2026 is Transforming Enterprise AI","2026-03-26T01:28:11.485236+00:00",{"id":107,"slug":108,"title":109,"created_at":110},"6a2a8e6e-b956-49d8-be12-cc47bdc132b2","mastering-ai-prompts-2026-guide-en","Mastering AI Prompts: A 2026 Guide for Developers","2026-03-26T01:29:07.835148+00:00",{"id":112,"slug":113,"title":114,"created_at":115},"d6653030-ee6d-4043-898d-d2de0388545b","evolving-world-prompt-engineering-en","The Evolving World of Prompt Engineering","2026-03-26T01:29:42.061205+00:00",{"id":117,"slug":118,"title":119,"created_at":120},"3ab2c67e-4664-4c67-a013-687a2f605814","garry-tan-open-sources-claude-code-toolkit-en","Garry Tan Open-Sources a Claude Code Toolkit","2026-03-26T08:26:20.245934+00:00",{"id":122,"slug":123,"title":124,"created_at":125},"66a7cbf8-7e76-41d4-9bbf-eaca9761bf69","github-ai-projects-to-watch-in-2026-en","20 GitHub AI Projects to Watch in 2026","2026-03-26T08:28:09.752027+00:00",{"id":127,"slug":128,"title":129,"created_at":130},"231306b3-1594-45b2-af81-bb80e41182f2","claude-code-vs-cursor-2026-en","Claude Code vs Cursor in 2026","2026-03-26T13:27:14.177468+00:00",{"id":132,"slug":133,"title":134,"created_at":135},"9f332fda-eace-448a-a292-2283951eee71","practical-github-guide-learning-ml-2026-en","A Practical GitHub Guide to Learning ML in 2026","2026-03-27T01:16:50.125678+00:00",{"id":137,"slug":138,"title":139,"created_at":140},"1b1f637d-0f4d-42bd-974b-07b53829144d","aiml-2026-student-ai-ml-lab-repo-review-en","AIML-2026 Is a Bare-Bones Student Lab Repo","2026-03-27T01:21:51.661231+00:00"]