Tag: LLM

  • Enabling My AI Agent to Build and Run Its Own Tools

    by

    in

    I have a custom AI Agent with tools that you can read about in this post. I started with a few basic tools (web, search and weather) but was thinking about a command line tool from the start and the possibility to even build its own tools. So when the AI Agent felt mature, i…

  • How I Built a Custom AI Agent with Tools from Scratch

    by

    in

    Even though there are existing frameworks for AI Agents, I had an idea for a rather easy way of building a custom AI Agent from scratch and decided to try it out. Autonomous Agent with Tools I specify tools for an LLM that functions as an Agent. A console app executes these tools based on…

  • AI-Generated Content: A Looming Threat to LLM Quality?

    by

    in

    Is there a risk of a recursive degradation effect for LLMs over time due to training on subpar AI-generated content from the web? Some estimates say that around 50% of all content on the web is now AI-generated, and that could rise to 90% by 2026. A more precise number depends on the methodology used…