Close Menu
Şevket Ayaksız
    What's Hot

    AI watermarks could improve transparency but won’t stop AI slop

    Eylül 13, 2026

    LG’s 4K OLED gaming monitor gets a $600 discount

    Eylül 13, 2026

    Keychron’s 100-key macropad offers 8,000Hz polling for $65

    Eylül 13, 2026
    • software
    • Gadgets
    Şevket AyaksızŞevket Ayaksız
    • Home
    • Technology

      Apple: iPhone 17 and Older Models Hit With Unexpected $100 Price Increase

      Eylül 10, 2026

      Apple Watch Intelligence Could Be a Major Accessibility Breakthrough

      Eylül 10, 2026

      Apple May Skip the Base iPhone 18 This Year

      Eylül 10, 2026

      FCC changes robot vacuum rules, potentially affecting future models

      Ağustos 8, 2026

      Samsung’s new 2TB 990 SSD drops to its lowest price yet

      Ağustos 6, 2026
    • Adobe

      Adobe brings four key creative apps to Windows on Arm beta

      Ağustos 1, 2025

      Skip the Legal Jargon—Adobe Acrobat’s AI Reads Contracts for You

      Şubat 5, 2025

      Save 50% on a Top-Rated Adobe Alternative This Black Friday

      Kasım 30, 2024

      Save 50% on Adobe’s Creative Cloud This Black Friday

      Kasım 25, 2024

      Adobe Brings Generative AI to Premiere Pro for Smarter Video Editing

      Ekim 24, 2024
    • Microsoft

      Microsoft quietly removes Windows 11’s 32GB RAM recommendation

      Ağustos 6, 2026

      Microsoft aims to improve Windows 11 performance on 8GB PCs

      Ağustos 2, 2026

      Microsoft PowerToys remains an essential Windows utility

      Temmuz 31, 2026

      Microsoft says Windows Secure Boot certificate rollout is still in progress

      Temmuz 30, 2026

      Microsoft tests Windows Update changes after major outage

      Temmuz 29, 2026
    • java

      Optimizing Java Streams for High-Performance Applications

      Aralık 20, 2025

      AI Brings a New Spark to JavaScript Programming

      Kasım 9, 2025

      Revisiting the Spring Framework: What’s New and Why It Still Matters

      Kasım 9, 2025

      Top Highlights and Features to Watch in Java 25

      Kasım 3, 2025

      Mastering Java Cold Starts: Achieving High-Performance Serverless with GraalVM and Spring

      Kasım 3, 2025
    • Oracle

      JavaScript Community Pushes Back Against Oracle’s Trademark Claim

      Şubat 8, 2025

      Understanding the Impact of the Google vs. Oracle Decision

      Aralık 25, 2024

      Google Wins Legal Battle Over Java, Oracle Continues to Resist

      Aralık 25, 2024

      Oracle Unveils Verrazzano: A New Container Platform for Kubernetes

      Aralık 12, 2024

      Oracle vs. Google: Implications of the Verdict on Open Source Software

      Aralık 8, 2024
    Şevket Ayaksız
    Anasayfa » Cracking the Code: Unraveling the Journey of Teaching Machines to Code
    Tech

    Cracking the Code: Unraveling the Journey of Teaching Machines to Code

    By ayaksızOcak 24, 2024Yorum yapılmamış4 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Share
    Facebook Twitter LinkedIn Pinterest Email

    As important as code is, documentation of that code is arguably more important. No developer, and no software, exists in a vacuum; unless other developers can understand the code you’ve written, it loses much of its potential impact.

    But what about machines? Do they also need good docs?

    The answer is yes, and points to a future of “tiered documentation,” a term I first saw described by Vlad Ionescu. As he details, tiered documentation means “having one set of documentation for human users and having another set of documentation specifically for LLM training.” The former needs to be easily consumed by people; the latter needs to be detailed so that tools such as Amazon CodeWhisperer or GitHub Copilot will yield ever-improving code. It’s a fascinating concept with the ultimate aim of improving developer productivity. So, what do we need to get there?

    The importance of great docs
    Ask a developer what she needs to be productive, and invariably the answer is “great documentation.” In fact, SlashData has asked that question for years, and docs always top the list:

    This is, of course, more easily said than done. Despite the fact that we know the importance of docs (e.g., for transmitting knowledge, as developer Jeremy Mikkola posits), it’s invariably the task software developers least want to do. As Kislay Verma notes, writing good documentation is really hard, and not as much fun as writing the code itself.

    Well, it just got harder.

    For developer Jakub Kočí, “The biggest problem [in writing docs] is clarity.” After all, he continues, “We’re writing code for humans first, not for machines. Making it work is just a half of the solution, making it well-structured and maintainable is another … often more difficult part.” That might have been true in 2022 when Kočí first said that, but in 2024, it’s arguably just as important that machines understand your documentation as much as developers do, given the rise of LLM-driven coding assistants like Amazon CodeWhisperer or GitHub Copilot.

    Machines need different documentation than people do—more detailed, for example.

    Introducing tiered documentation
    As Ionescu suggests, “Tiered documentation is something a few folks are experimenting with as a solution/workaround for LLM code assistants…being dumb because docs are dumb.” Some software companies are trying to solve this by working directly with partners to feed sample code, docs, etc., directly into the LLM. My employer, MongoDB, has done this with AWS. It works but isn’t scalable. Ideally, as a software developer, whether you’re an individual or a corporation, you want to build documentation that LLMs will crawl on their own.

    You also need to ensure LLMs will understand your software at a deep level so that they can return the best possible code when developers prompt them. Unfortunately, as Ionescu laments, “Most developer documentation (or even user documentation) is usually written for newbies and that’s now a blocker.” For a person, it’s perfectly appropriate to give quick starts and basic code samples, but feed that kind of limited data to a machine, and it will “struggle to provide serious, production-level code suggestions.”

    The idea behind tiered documentation is that “by default, crawling bots for LLMs [will] get super-detailed, in-depth docs, and humans [will] get friendlier docs,” Ionescu summarizes.

    That’s the idea. What’s the reality? Well, reality bites, at least for now. To my knowledge, no one has successfully done this, but there’s no reason it can’t be done. It will be tricky to deliver docs that satisfy both humans and machines, but as we figure out the methodologies, the ultimate winner will be developers.

    We’re a long way from LLMs being able to spit out code effectively and consistently enough to replace compilers, as O’Reilly’s Mike Loukides argues. But we’re already living in a world where LLMs can assist developers in writing great code. Improving documentation for developers and the LLMs upon which they increasingly depend will be crucial to advancing developer productivity.

    Post Views: 403
    Code tech
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    ayaksız
    • Website

    Related Posts

    Apple: iPhone 17 and Older Models Hit With Unexpected $100 Price Increase

    Eylül 10, 2026

    Apple Watch Intelligence Could Be a Major Accessibility Breakthrough

    Eylül 10, 2026

    Apple May Skip the Base iPhone 18 This Year

    Eylül 10, 2026
    Add A Comment

    Comments are closed.

    Editors Picks
    8.5

    Apple Planning Big Mac Redesign and Half-Sized Old Mac

    Ocak 5, 2021

    Autonomous Driving Startup Attracts Chinese Investor

    Ocak 5, 2021

    Onboard Cameras Allow Disabled Quadcopters to Fly

    Ocak 5, 2021
    Top Reviews
    9.1

    Review: T-Mobile Winning 5G Race Around the World

    By sevketayaksiz
    8.9

    Samsung Galaxy S21 Ultra Review: the New King of Android Phones

    By sevketayaksiz
    8.9

    Xiaomi Mi 10: New Variant with Snapdragon 870 Review

    By sevketayaksiz
    Advertisement
    Demo
    Şevket Ayaksız
    Instagram
    • Home
    • Adobe
    • microsoft
    • java
    • Oracle
    • Contact
    © 2026 Theme Designed by Şevket Ayaksız.

    Type above and press Enter to search. Press Esc to cancel.