header pic

Perhaps the BEST B1G Forum anywhere, here at College Football Fan Site, CFB51!!!

The 'Old' CFN/Scout Crowd- Enjoy Civil discussion, game analytics, in depth player and coaching 'takes' and discussing topics surrounding the game. You can even have your own free board, all you have to do is ask!!!

Anyone is welcomed and encouraged to join our FREE site and to take part in our community- a community with you- the user, the fan, -and the person- will be protected from intrusive actions and with a clean place to interact.


Author

Topic: CRISPR and AI

 (Read 19193 times)

utee94

  • Global Moderator
  • Hall of Fame
  • *****
  • Posts: 26365
  • Liked:
Re: CRISPR and AI
« Reply #196 on: February 26, 2026, 01:57:37 PM »
The other problem is, sure, we have infinite abundance and we have everything we need. But what do we DO?

I mean, I think I've seen this future, and it looks pretty horrible.



https://www.youtube.com/watch?v=_xToQ4cIHkk



Oh yeah for sure!  I'm not trying to suggest that a state of total abundance will be some Utopian future.  I'm just asserting that eventually, whether it's 100 years from now or 500 years from now, this state of abundance WILL exist.

What do my great great grandchildren do with it?  I don't know.  I suspect they'll figure out something though.


Gigem

  • All Star
  • ******
  • Posts: 4906
  • Liked:
Re: CRISPR and AI
« Reply #197 on: March 18, 2026, 12:28:09 PM »
I keep hearing how great these AI tools are. Been trying for weeks to program a simple macro in excel and SAP to extract costs and put them in excel. 

Nope. 

utee94

  • Global Moderator
  • Hall of Fame
  • *****
  • Posts: 26365
  • Liked:
Re: CRISPR and AI
« Reply #198 on: March 18, 2026, 12:32:08 PM »
What are you using?

Gigem

  • All Star
  • ******
  • Posts: 4906
  • Liked:
Re: CRISPR and AI
« Reply #199 on: March 18, 2026, 01:08:22 PM »
First I tried copilot. Then chat gpt. Now Claude. 

The only corporate approved is copilot. 

Gigem

  • All Star
  • ******
  • Posts: 4906
  • Liked:
Re: CRISPR and AI
« Reply #200 on: March 18, 2026, 01:09:29 PM »
Copilot was extremely bad or limited but seems better now. 

Claude seems better than ChatGPT but neither has gotten this right. 

Gigem

  • All Star
  • ******
  • Posts: 4906
  • Liked:
Re: CRISPR and AI
« Reply #201 on: March 20, 2026, 12:21:12 AM »
Finally got my macros working. It was a lot of trial and error. I can tell you this, no way I could have coded this thing. It was weird too, like it would want me to change something, but when I’d look at the code and it would be exactly the same , and it would just brush it off. 

There was one hiccup I kept running into where SAP would export data into a spreadsheet that was temporary, but before we could grab it it’d disappear. Tried multiple iterations, tried a delay, etc.Finally I just suggested we name the sheet and save it and that worked. 

All in all I plan on making a whole bunch more tools to run cost reports and man hour reports. 

MikeDeTiger

  • Team Captain
  • *******
  • Posts: 6137
  • Liked:
Re: CRISPR and AI
« Reply #202 on: March 20, 2026, 11:00:16 AM »
Finally got my macros working. It was a lot of trial and error. I can tell you this, no way I could have coded this thing. It was weird too, like it would want me to change something, but when I’d look at the code and it would be exactly the same , and it would just brush it off.

There was one hiccup I kept running into where SAP would export data into a spreadsheet that was temporary, but before we could grab it it’d disappear. Tried multiple iterations, tried a delay, etc.Finally I just suggested we name the sheet and save it and that worked.

All in all I plan on making a whole bunch more tools to run cost reports and man hour reports.

I've never used macros with Excel, but I (unfortunately) use many of its core functions regularly.  MS Excel is.....a temperamental beast.  I've learned to do some things twice, because there's often times when it bizarrely does a half-ass job.  For example, when sorting by a column, I'll sort it twice, because there's too many times where it looks sorted, and it mostly is sorted....but it's not 100% sorted.  Things like that.  

There are things which sometimes work, and sometimes they don't, and it's the exact same button, or process, or formula, or whatever.  I'm not surprised that macros have the same problem.  I'd honestly hardly ever use it if I didn't have to.  I'd prefer to wrangle my data in Python, but in my position I can't just do my own thing.  I'm confined to the processes of my team/department, so everything has to be accessible to everyone else and have our "standard workflow" or whatever.  So......Excel.  *sigh*

It's good for what it is, but it sure is a quirky mofo.  

I admit that when it's behaving, it's great for simple tasks.  There are things that it would take me a couple of minutes to think about and then code in something like Python, which are a simple click of a button or a quick copy/paste process in Excel.  

Riffraft

  • Starter
  • *****
  • Default Avatar
  • Posts: 1836
  • Liked:
Re: CRISPR and AI
« Reply #203 on: March 20, 2026, 01:02:02 PM »
Macros are limiting in excel that is why you use visual basic for complex data and workbook manipulations.  I have been using excel since about 1992 or so, using lotus 123 before that. Started with VisiCalc in 1981 on an Apple IIe.  I couldn't have done my job without nice spreadsheet programs which continually became more friendly but able to do ever increasing complex data manipulation. Personally have never experience that issues that you seem to have. I am guessing with AI, writing a nice visual basic program would be quite easy.  What I use to do was find somewhere online a program that approximated what I need and then adapted the code to fit my workbooks. 

utee94

  • Global Moderator
  • Hall of Fame
  • *****
  • Posts: 26365
  • Liked:
Re: CRISPR and AI
« Reply #204 on: March 20, 2026, 01:21:17 PM »
Macros in Excel can be clunky and inconsistent.  It's not a particularly stable code base for various reasons.  Using Visual Basic or Python or some other scripting languages to manipulate data externally is often a good workaround.


Gigem

  • All Star
  • ******
  • Posts: 4906
  • Liked:
Re: CRISPR and AI
« Reply #205 on: March 20, 2026, 09:03:42 PM »
I guess I’m stupid, because I thought a macro was VBA…is it not?  

Either way, I created (with the help of AI agents) an excel macro, with VBA, that will pull dozens of different cost reports from SAP, sort through the data, then update itself with the data. So I can update all my projects in one click. 

Gigem

  • All Star
  • ******
  • Posts: 4906
  • Liked:
Re: CRISPR and AI
« Reply #206 on: March 20, 2026, 09:47:03 PM »
It’s crazy, because now I have all these other ideas. Like, for my business, keeping up with prices is very time consuming and tricky. Because I buy many of the same products from multiple vendors, and only certain products from certain vendors. Some items are more volatile than others, due to the price of materials, and some are not. 

I’m considering building a master price list, where I simply save all my invoices in a folder, have AI read them, and check against my master price list and flag any changes. I would have no idea how to do things, but now I don’t have to. 

It’s feeling like shows when we were kids. You just ask a computer something, and it would do it.  No coding. 

 

Support the Site!
Purchase of every item listed here DIRECTLY supports the site.