If you aren't familiar with C++, it will probably be difficult for you to create AI code using the Half-Life SDK. You could spend 3 or 4 weeks learning C++ by getting yourself a good introductory C++ book (something like "Learning C++ in 21 days", etc). There are several free C++ compilers available on the Internet (
www.mingw.org has one), that you could use to learn with.
Once you understand C++, you still need to spend time learning how things in the Half-Life SDK work. You'll need to understand how to move things around in the world. How to check for obstacles in the world. How to search for items in the world, etc. All of this will take you anywhere from several weeks to several months depending on how much time you put into it.
Even if you are a C++ expert, you probably won't be able to create an AI project for Half-Life in just a couple of weeks because of the learning curve involved in understanding how stuff in Half-Life actually works.
botman