Has anyone experimented with using advanced laptops alongside implant technology or NFC-based biohacking devices?

Hey everyone,

I’ve been really curious lately about the potential of combining advanced laptops with implant tech and NFC biohacking gear. Specifically, I’m wondering if anyone here has experimented with using these laptops alongside implants or NFC devices to create smarter, more integrated setups?

For example, I’m imagining scenarios where AI laptops could help process data directly from implants or interact with biohacking tools in real time—maybe for automation, personal monitoring, or even just pushing the boundaries of what’s possible with wearable tech.

If you’ve tried something like this or have thoughts on whether AI laptops can bring meaningful benefits to biohacking workflows, I’d love to hear about your experiences, challenges, or even ideas for future projects.

Looking forward to learning from the community!

Can you explain what you think that might look like? Laptops with effective and practical NFC built in would be a very nice thing since implants like the Apex Flex can operate as a Fido token for authentication. Other than that I’m not sure what exactly you mean by “biohacking workflows”

2 Likes

Some Dell Precision and Latitude models had that feature. The enterprise models are the ones with the smart card features.

Although I’m not sure if that’s still a thing with the newer models…

I had a laptop with RFID, before DT existed. And now that I’d like to have a laptop with this, NFC is becoming more rare.

:cry:

4 Likes

yeah my old DELL laptop had a RFID reader. Turned out to be an iCLASS reader.

Was a pain to get it enabled and find the util tools on DELL’s webpage

4 Likes

ah yeah enabling CCID mode so it could be seen by the PC/SC stack… had to download some exe files and run some commands… I had to go through the same thing… too bad the actual laptop was old AF and basically garbage / unusable.

1 Like

didnt pat make a pn532 ubs device? surly we could make that a peripheral and add suport? the mcu used thinks its a virtual keyboard.

What is an “AI laptop” :laughing:

2 Likes

Electrolytes GIFs | Tenor

1 Like

I duct-taped a KBR1 to my wearable laptop.

As for AI, I installed an LLM, but so far it’s only use has been to give me a good laugh when I tried to make it play chess with me.

2 Likes

Presumably a laptop with onboard NPU(s). I haven’t actually looked at the benchmarks (and maybe I’m too cynical) but I suspect in a lot of cases it would be more efficient to push things off to beefier hardware somewhere else and the onboard hardware might be more about marketing than usefulness, but they do exist.

I could imagine seeing a box labelled “AI Laptop” on a shelf in a consumer electronics store and having the same reaction. “What the heck is that?” I too would guess either a laptop with a neuromorphic chip, or else that the marketing team decided to market their hardware based on some software that could be run on it again. Like when they market storage drives based on the suspect bloatware that comes on it instead of just clearly labelling it with the specs you’re looking for. And then you get suspicious that they tried to rig it so that it has to run their software specifically (especially if it’s some subscription based cloud software-unnecessarily-as-a-service). Marketing teams turn me away from products more often than they draw me to them.

[Edit:]

Looking it up it seems the term is being used vaguely to mean laptops that are relatively better at running AI, whether that means an NPU or just good GPUs. I agree that pushing the work to a server would be better for heavy tasks, and efficient light ML algorithms don’t need it, which leaves these things in a somewhat awkward in-between niche, but maybe there’s enough of a use case for moderately sized offline models to fill that niche?

3 Likes

1_pajoBC-yCYQeq4sOxcZH_Q

4 Likes

Never thought that a Lissajous figure could look so ominous…

:robot_windows:

2 Likes

Surface pro 10/11 for business both support NFC auth (the reader is in the upper left hand corner of the screen)

https://www.microsoft.com/en-us/d/surface-pro-10-for-business/8v73d6qwrss1#tab-tech-specs

The price retail is outrageous but if you hunt on ebay a bit you can find a good used deal.

2 Likes

That’s pretty cool actually.. would love to test this out with an Apex.

4 Likes

I’m getting one on Monday, I’ll be happy to post results with windows and linux :crossed_fingers:

5 Likes

Update on Windows Surface Pro 10 for Business Model: 2079

Windows 11:

NFC reader works for Flex implants via web browser. Have not tested Entra joined NFC login yet. Will update if I test it.

Tested working implants on SP10 model 2079 running win11:

xSIID, ApexFlex, ApexSpectrum, flexUG4, xMagic, spark2

Manjaro Linux:

pcsc_scan detects reader but reader does not detect yubikey or flex spectrum. Assuming this is a driver issue for now as the NFC reader does not recognize with a serial number in ixni, modprobe, hw-probe, or any other known method.

intel-npu-compiler and intel-npu-driver both compiled with no issues (for AI offloading)

Gave up on linux for now as it seems that the reader will need a deeper dive on the windows side.

2 Likes

You might want to check out @StarGate01 ‘s CTAP-Bridge

2 Likes

thanks for the update!

2 Likes

@caj380 I forgot about that one! Thank you!