Skip to content

Artificial Intelligence

All things AI

This category can be followed from the open social web via the handle artificial-intelligence@forum.codeproject.com

103 Topics 247 Posts

Subcategories


  • Discussions about AI Models

    2 2
    2 Topics
    2 Posts
    J
    https://www.technologyreview.com/2025/08/07/1121308/gpt-5-is-here-now-what/
  • AI Assisted Coding Discussion

    2 5
    2 Topics
    5 Posts
    Graeme_GrantG
    @pkfox said in I signed up for Anthropic's Claude model - might go with Kagi's Claude next. Some observations: Hi HTCW, I recently used ChatGP to help me to convert/rewrite an MVC site to Blazor Server and I must say it was very helpful but as you say you have to watch what it gives you carefully - if you tell it exactly what you don't want it actually will improve its offerings - nice to see old names appearing here I've spent several weeks experimenting with AI vibe coding and have learned that it is good a small tasks but can't keep focus on larger tasks. You can constrain it through tracking and guidance documents (microsoft vs & vs code call them copilot-instructions.txt). The current issue is 2 fold: Constraints and guidance turn into hundreds of lines of input. How much each AI agent can remember before forgetting. A lot gets lost when they summarise. So, the further into the prompt they go, the less they remember, the more they improvise, and you lose a lot of control. So here is an example with Claude Sonnet 4, the best of the AI models at the moment: I have a library that I wrote recently called Blazing.Mediator. I used the docs as a guide that I gave to the AI. Everything starts well. However, if I let it run for a while and there is one or more summarisations, Claude switches to coding MediatR patterns. Overly opinionated! Then there is the cost... I find that I spend a lot of time cleaning up after the AI and lose any gains made if I let it loose on my code, adding new features. I now keep it to simple or repetitive tasks - wire-framing, prototyping, initial UI, comments, converting code, fixing errors/warnings, rubber ducking, etc... There are some things that it can do quicker than you without giving you work.
  • AI Driven Testing

    1 1
    1 Topics
    1 Posts
    D
    Been writing a lot about this topic recently, and it seems as if AI needs to be built into the test suite to keep pace. Anyone have any experience with this? What are you finding?
  • Discussion about creating AI Agents

    0 0
    0 Topics
    0 Posts
    No new posts.
  • Model Context Protocol

    2 2
    2 Topics
    2 Posts
    No new posts.