{"id":10865,"date":"2026-01-17T05:46:00","date_gmt":"2026-01-17T05:46:00","guid":{"rendered":"https:\/\/techtrendfeed.com\/?p=10865"},"modified":"2026-01-17T05:46:00","modified_gmt":"2026-01-17T05:46:00","slug":"most-effiency-coding-setup-in-the-direction-of-knowledge-science","status":"publish","type":"post","link":"https:\/\/techtrendfeed.com\/?p=10865","title":{"rendered":"Most-Effiency Coding Setup | In the direction of Knowledge Science"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<div>\n<p class=\"wp-block-paragraph\"> completely different coding setups individuals use for programming. On this article, I\u2019ll take you thru my private coding setup and the instruments and functions that I exploit to attain most effectivity when programming.<\/p>\n<p class=\"wp-block-paragraph\">It is a setup that I\u2019ve created by in depth testing and experimenting myself by trial and error. Whereas testing, I\u2019ve tried to make use of a number of completely different functions for programming, and every of them has benefits in numerous settings.<\/p>\n<p class=\"wp-block-paragraph\">I\u2019ll take you thru the present coding setup I&#8217;ve, although it&#8217;s, after all, topic to alter quickly sooner or later with the speedy development of LLM know-how.<\/p>\n<p class=\"wp-block-paragraph\">I\u2019m not sponsored by any of the tooling talked about on this video, and it\u2019s merely the tooling I exploit on a day-to-day foundation as a programmer.<\/p>\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/01\/image-105.png\" alt=\"Coding toolkit\" class=\"wp-image-642814\"\/><figcaption class=\"wp-element-caption\">This infographic highlights the primary contents of this text. I\u2019ll cowl how you can turn into a extra environment friendly programmer by taking you thru my coding setup. I\u2019ll talk about the tooling I exploit, in addition to methods and approaches I exploit for optimum coding effectivity. Picture by Gemini.<\/figcaption><\/figure>\n<h2 class=\"wp-block-heading\">Why optimize your coding setup<\/h2>\n<p class=\"wp-block-paragraph\">As a programmer, your coding setup is likely one of the most essential components you possibly can optimize. That is the place you spend most of your time fixing completely different issues. Due to on a regular basis you spend together with your coding setup, you need to spend time ensuring it\u2019s optimized on your private workflows.<\/p>\n<p class=\"wp-block-paragraph\">Personally, I at all times search for alternatives to make my setup extra environment friendly. For a protracted time period, I used Cursor every day because the platform from which I did all my coding. Just a few weeks in the past, I out of the blue shifted to utilizing purely Claude Code by Warp, which primarily makes up the vast majority of my coding setup.<\/p>\n<p class=\"wp-block-paragraph\">The change from utilizing Cursor to utilizing Claude Code by Warp was one of the vital important productiveness will increase I\u2019ve skilled since I first seen how environment friendly brokers may program for me. Warp + Claude Code has helped me massively in my every day work as an information scientist in a startup engaged on doc AI.<\/p>\n<h2 class=\"wp-block-heading\">Strolling by my coding setup<\/h2>\n<p class=\"wp-block-paragraph\">On this part, I\u2019ll stroll you thru the completely different tooling, methods, and approaches I exploit to optimize my coding setup. I\u2019ll cowl the functions I exploit on a day-to-day foundation, but additionally how I make the most of and get essentially the most out of those functions and different essential methods I exploit to make my coding as efficient as doable.<\/p>\n<p class=\"wp-block-paragraph\">The entire suggestions I\u2019ll cowl on this part have a major affect on my productiveness as an engineer.<\/p>\n<h3 class=\"wp-block-heading\">Tooling<\/h3>\n<p class=\"wp-block-paragraph\">Initially, I wish to cowl the tooling I exploit. I exploit Claude Code and Warp for nearly all of my coding. If I wish to verify some manufacturing logs or if I wish to repair a bug or implement a brand new characteristic, I\u2019ll primarily at all times use Claude Code in Warp. <\/p>\n<p class=\"wp-block-paragraph\">Inside Warp, I&#8217;ve the next setup. I&#8217;ve every tab in Warp as a separate folder I\u2019m working in. So if I\u2019m working in folder A, that\u2019s my first tab in Warp. And if I\u2019m working in folder B, that\u2019s my second tab. Now, I sometimes discover myself having a number of brokers working inside the identical folder. On this case, I make a break up pane utilizing CMD + D in Warp, so my tab is break up into a number of panes. Relying on the duty I\u2019m engaged on, I may have as much as 5 brokers working inside the identical repository. After which I&#8217;ve completely different repositories in numerous Warp tabs.<\/p>\n<p class=\"wp-block-paragraph\">I wish to be aware one exception the place I exploit Cursor as an alternative of Claude Code: After I want full management of the code. For instance, if the characteristic is of essential significance or part of essential infrastructure. Additionally, sometimes after I run essential migration scripts or backfilling scripts, I\u2019ll additionally do it in Cursor as a result of this provides me extra management of the code. I also can run the code myself by interactive home windows with Python.<\/p>\n<h3 class=\"wp-block-heading\">Git worktrees<\/h3>\n<p class=\"wp-block-paragraph\">As I discussed in my earlier part, I typically discover myself working a number of brokers inside the identical repository. When you&#8217;ve got a number of brokers updating recordsdata on the identical time in the identical repository, you\u2019ll run into issues with brokers colliding with one another. To resolve this drawback, you should utilize Git Worktrees.<\/p>\n<p class=\"wp-block-paragraph\">Git worktrees are primarily copies of Git repositories that you would be able to make to have brokers run fully separate from one another. So each time I spin up a brand new agent, I inform it to begin a brand new git worktree for what it\u2019s engaged on. and that agent can now work fully individually from all different brokers working in the identical repository.<\/p>\n<p class=\"wp-block-paragraph\">That is an important characteristic if you wish to work with parallel brokers in Claude Code (which is likely one of the main advantages of working with Claude Code). Thus, you need to positively be using Git Worktrees in your day-to-day programming with parallel brokers.<\/p>\n<h3 class=\"wp-block-heading\">Slash instructions<\/h3>\n<p class=\"wp-block-paragraph\">Slash instructions are one other very highly effective characteristic. Slah instructions are primarily saved prompts, so you possibly can rapidly entry a immediate that you&#8217;ve got saved on a earlier event. For instance, when you have a really repetitive immediate, you need to retailer it as a slash command. Some examples of this are:<\/p>\n<p class=\"wp-block-paragraph\">Slash instructions are extremely highly effective, and I\u2019ve coated them in one in every of my earlier articles. The advantage of slash instructions is twofold. Initially, you save time by not having to write down out the immediate each time. So as an alternative of getting to write down out a protracted immediate, telling the mannequin that it must:<\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Pull the most recent dev department and rebase on high of it<\/li>\n<li class=\"wp-block-list-item\">Run precommit checks<\/li>\n<li class=\"wp-block-list-item\"> PR description<\/li>\n<li class=\"wp-block-list-item\">Make a pull request from a characteristic department to dev <\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">As a substitute of getting to write down out all of this, you possibly can merely retailer this immediate in a slash command and entry the immediate immediately.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\"\/>\n<p class=\"wp-block-paragraph\">The second benefit is that you simply get to be extra constant when writing your prompts. For instance, when creating pull requests to dev, as I discussed, you would need to run a collection of checks (pull newest dev department, rebase, run precommit checks, \u2026). When you write this out each time, you danger forgetting elements of the immediate. This isn&#8217;t an issue for those who use slash instructions, nonetheless, since you\u2019ll at all times be using the identical immediate, and also you\u2019ll be extra constant.<\/p>\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Slash instructions make you each sooner and extra constant<\/p>\n<\/blockquote>\n<h3 class=\"wp-block-heading\">Low threshold to fireplace off brokers<\/h3>\n<p class=\"wp-block-paragraph\">One other matter I wish to cowl is that you need to have an excellent low threshold to fireplace off brokers to carry out duties for you. Each time you possibly can consider a brand new job or get a brand new drawback it&#8217;s important to remedy, you need to simply fireplace off an agent. For instance, if I discover a button that&#8217;s misaligned, some textual content in my utility that needs to be up to date, or translations that must be up to date. I merely fireplace off a brand new agent, let it run totally autonomously, and create a pull request for me.<\/p>\n<p class=\"wp-block-paragraph\">The principle level is that you need to have a low threshold to fireplace off brokers as a result of it\u2019s so low-cost to run and prices you so little time. The price of firing a brand new agent is actually spending time writing out a great immediate and, in lots of instances, answering a number of questions the brokers have so that you can correctly perceive the duty you gave them.<\/p>\n<p class=\"wp-block-paragraph\">There are actually many instruments on the market that supply a whole lot of token utilization for a comparatively low value. For instance, I\u2019m utilizing the $200 Claude Code subscription, which is a set quantity per thirty days, and I\u2019ve by no means run into fee limits. This implies I can fireplace off as many brokers as I can with out extra price.<\/p>\n<h3 class=\"wp-block-heading\">Make the most of the very best fashions<\/h3>\n<p class=\"wp-block-paragraph\">One other tip I&#8217;ve would possibly sound very apparent, however I at all times suggest utilizing the very best fashions everytime you work with programming. The rationale for that is that in the long run, this protects you each money and time.<\/p>\n<p class=\"wp-block-paragraph\">Sure, the very best fashions are sometimes the most costly fashions per token and are additionally the slowest fashions. Nevertheless, it seems that for those who use cheaper fashions, they&#8217;ll extra typically make errors, which takes extra time so that you can repair and iterate on, which once more makes the mannequin make the most of much more tokens. Thus, ultimately, it typically seems that utilizing a less expensive, smaller mannequin really seems to be dearer and time-consuming.<\/p>\n<p class=\"wp-block-paragraph\">You must due to this fact be using the frontier fashions reminiscent of Gemini 3 Professional, Claude 4.5 Opus, and GPT 5.2 Codex. There are additionally some up-and-coming open supply fashions performing properly on the coding benchmarks, although I haven\u2019t achieved the identical success with open supply fashions as I\u2019ve achieved with frontier closed supply fashions.<\/p>\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n<p class=\"wp-block-paragraph\">On this article, I\u2019ve coated how you can have a most effectivity coding setup. I\u2019ve mentioned the coding setup I exploit on a day-to-day foundation, the place I exploit the Warp terminal with Claude Code. Moreover, I exploit particular methods reminiscent of organizing Warp with break up panes and tabs by the folder I\u2019m engaged on. I\u2019m additionally ensuring to at all times use the most recent and greatest coding fashions. I consider spending time optimizing your coding setup is an excellent use of time. As a programmer, your coding setup is likely one of the belongings you spend essentially the most time with, and if you can also make that a number of proportion factors extra environment friendly, it&#8217;ll doubtless repay in the long term. <\/p>\n<p class=\"wp-block-paragraph\"><strong>\ud83d\udc49 My Free Assets<\/strong><\/p>\n<p class=\"wp-block-paragraph\">\ud83d\udc8c <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/substack.com\/@eivindkjosbakken\">Substack<\/a><\/p>\n<p class=\"wp-block-paragraph\"><strong>\ud83d\ude80<\/strong>\u00a0<a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/www.eivindkjosbakken.com\/email-course\">10x Your Engineering with LLMs (Free 3-Day Electronic mail Course)<\/a><\/p>\n<p class=\"wp-block-paragraph\">\ud83d\udcda\u00a0<a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/eivindkjosbakken.com\/ebook\">Get my free Imaginative and prescient Language Fashions book<\/a><\/p>\n<p class=\"wp-block-paragraph\">\ud83d\udcbb <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/www.eivindkjosbakken.com\/webinar\">My webinar on Imaginative and prescient Language Fashions<\/a><\/p>\n<p class=\"wp-block-paragraph\"><strong>\ud83d\udc49 Discover me on socials:<\/strong><\/p>\n<p class=\"wp-block-paragraph\">\ud83e\uddd1\u200d\ud83d\udcbb\u00a0<a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/eivindkjosbakken.com\/\">Get in contact<\/a><\/p>\n<p class=\"wp-block-paragraph\">\ud83d\udd17 <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/in\/eivind-kjosbakken\/\">LinkedIn<\/a><\/p>\n<p class=\"wp-block-paragraph\">\ud83d\udc26 <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/x.com\/EivindKjos\">X \/ Twitter<\/a><\/p>\n<p class=\"wp-block-paragraph\">\u270d\ufe0f <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/oieivind.medium.com\/\">Medium<\/a><\/p>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>completely different coding setups individuals use for programming. On this article, I\u2019ll take you thru my private coding setup and the instruments and functions that I exploit to attain most effectivity when programming. It is a setup that I\u2019ve created by in depth testing and experimenting myself by trial and error. Whereas testing, I\u2019ve tried [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":10867,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[55],"tags":[1256,157,7432,1483,1478],"class_list":["post-10865","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-machine-learning","tag-coding","tag-data","tag-maximumeffiency","tag-science","tag-setup"],"_links":{"self":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/10865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10865"}],"version-history":[{"count":1,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/10865\/revisions"}],"predecessor-version":[{"id":10866,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/10865\/revisions\/10866"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/media\/10867"}],"wp:attachment":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69d9690a190636c2e0989534. Config Timestamp: 2026-04-10 21:18:02 UTC, Cached Timestamp: 2026-05-14 14:34:23 UTC -->