Nick Winder

188 posts

Nick Winder

Nick Winder

@nfxDevelopment

शामिल हुए Ekim 2010
60 फ़ॉलोइंग60 फ़ॉलोवर्स
Nick Winder
Nick Winder@nfxDevelopment·
I'm glad I have teammates that work on the last 10% that actually matter for industry use cases. Trust me, your vibed pdf.js solution doesn't cut it when going to production.
Jonathan Rhyne@jdrhyne

Launching today: Nutrient Data Extraction API. Parse PDFs, scans, images, and Office files into spatial JSON or Markdown — with coordinates, confidence, and page context. Built for AI agents, RAG, search, automation, and human review. nutrient.io/api/data-extra…

English
0
1
1
71
Nick Winder
Nick Winder@nfxDevelopment·
TIL gpt-5.1+ supports temperature when reasoning_effort=none. gpt-5 rejected temperature outright and I just assumed that never changed across the line. Nope. Anyone know how much temperature effects outputs on gpt-5.x models with reasoning off?
English
0
0
0
30
Nick Winder
Nick Winder@nfxDevelopment·
@steipete Interested in the motives behind this? Speed, size, security risks? All the above?
English
1
0
0
1.3K
Peter Steinberger 🦞
OpenClaw's dependency purge continues. Killed Sharp and Jimp. Replaced it with photon, a small WebAssembly that runs compiled Rust for image processing. 2MB vs 140MB. github.com/silvia-odwyer/…
English
47
46
1.1K
105.4K
Nick Winder
Nick Winder@nfxDevelopment·
Claude Code WebFetch → page runs through Haiku w/ your prompt before the main model sees it Cline web_fetch → same pipeline Codex CLI web_search → snippets only, never scrapes the page Sometimes the AI tools revert to curl, but that depends on your env.
English
0
0
0
37
Nick Winder
Nick Winder@nfxDevelopment·
@Aish09977 Yeah. It's strange. Technically not a native viewer, but it's a Anthropic released plugin, so I'd still expect that it'd be better tested.
English
0
0
0
6
Aishwarya Singh (Aish)
@nfxDevelopment It's surprising how long that native viewer has stayed broken. In document-heavy workflows, visual verification is everything. Having a reliable, native rendering layer built right into the UI is a massive quality-of-life upgrade.
English
1
0
0
9
Nick Winder
Nick Winder@nfxDevelopment·
Have you noticed Anthropic's shipped pdf-viewer plugin never actually shows the PDF? It's fundamentally broken and has been for a while. So we at Nutrient built one that works. nutrient.io/claude-desktop
English
2
4
7
714
Nick Winder
Nick Winder@nfxDevelopment·
@rtroar @debamitro Is this because they want to integrate into existing C/C++ projects, or because they fail to explore options?
English
0
0
0
42
rain
rain@rtroar·
@debamitro marketing reasons, target customer is biased against rust
English
3
0
7
1.2K
rain
rain@rtroar·
My acoustics project is 100% agent written c++. It’s also beating every current industry leader on every metric I’m measuring: memory use, cpu use, binary size, perceptual performance, developer ergonomics. Not being able to vibe code c++ is a skill issue.
os@segun_os_

you literally cannot vibe code c++ char is an 8 bit string that can also be an unsigned 8 bit int depending on how you use it. the level of precision required to write c++ is too high for vibecoding. there are just too many quirks in the language.

English
46
15
417
63.5K
Nick Winder
Nick Winder@nfxDevelopment·
@nish_desai Yeah, things were getting mega cheap for a time there
English
0
0
1
20
Nick Winder
Nick Winder@nfxDevelopment·
So we took matters into our own hands and got busy. Nutrient PDF Editor does the full viewing and editing in Cowork — let Claude drive, or do it yourself.
English
0
0
1
45
Nick Winder
Nick Winder@nfxDevelopment·
@jfbastien "C++’s standard package manager" - This has been our issue throughout history. It doesn't exist. Now it's our saviour. haha
English
1
0
12
505
JF Bastien
JF Bastien@jfbastien·
For all the recent supply chain security attacks, I find it fascinating that C++’s standard package manager hasn’t been attacked. Tells you a lot that nobody is criticizing C++’s security right now!
English
19
11
265
25.2K
Nick Winder
Nick Winder@nfxDevelopment·
@RattrayAlex @danshipper Thanks for doing this. To be honest I was most excited to hear about your barefoot antics as a dev and barefoot enthusiast myself. DM me if you ever need to find shoes, I'm the founder of barefootrunreview.com . Oh yeah, I suppose I should mention dev too ... @nutrientdocs ha
English
0
0
0
11
Alex Rattray
Alex Rattray@RattrayAlex·
Thanks for having me on the podcast, @danshipper! Can't wait for the next one!
Dan Shipper 📧@danshipper

If your MCP server has dozens of tools, it’s probably built wrong. You need tools that are specific and clear for each use case—but you also can’t have too many. This creates an almost impossible tradeoff that most companies don’t know how to solve. That’s why I interviewed my friend Alex Rattray (@RattrayAlex), the founder and CEO of @StainlessAPI. Stainless builds APIs, SDKs, and MCP servers for companies like @OpenAI and @AnthropicAI. Alex has spent years mastering how to make software talk to software, and he came on the show to share what he knows. I had him on @every’s AI & I to talk about MCP and the future of the AI-native internet. We get into: • Design MCP servers to be lean and precise. Alex’s best practices for building reliable MCP servers start with keeping the toolset small, giving each tool a precise name and description, and minimizing the inputs and outputs the model has to handle. At Stainless, they also often add a JSON filter on top to strip out unnecessary data. • Make complex APIs manageable with dynamic mode. To solve the problem of how an AI figures out which tool to use in larger APIs, Stainless switches to “dynamic mode,” where the model gets only three tools: List the endpoints, pick one and learn about it, and then execute it. • MCP servers as business copilots. At Stainless, Alex uses MCP servers to connect tools like @NotionHQ and @HubSpot, so he can ask questions like, “Which customers signed up last week?” The system queries multiple databases and returns a summary that would’ve otherwise taken multiple logins and searches. • Create a “brain” for your company with Claude Code. Alex built a shared company brain at Stainless by keeping Claude Code running on his system and asking it to save useful inputs—like customer feedback and SQL queries—into GitHub. Over time, this creates a curated archive his team can query easily. • The future of MCP is code execution. Instead of giving models hundreds of tools, Alex believes the most powerful setup will be a simple code execution tool and a doc search tool. The AI writes code against an API’s SDK, runs it on a server, and checks the docs when it gets stuck. This is a must-watch for anyone who wants to understand MCP—and learn how to use them as a competitive edge. Watch below! Timestamps: Introduction: 00:01:14 Why Alex likes running barefoot: 00:02:54 APIs and MCP, the connectors of the new internet: 00:05:09 Why MCP servers are hard to get right: 00:10:53 Design principles for reliable MCP servers: 00:20:07 Scaling MCP servers for large APIs: 00:23:50 Using MCP for business ops at Stainless: 00:25:14 Building a company brain with Claude Code: 00:28:12 Where MCP goes from here: 00:33:59 Alex’s take on the security model for MCP: 00:41:10

English
3
1
6
2.7K
Nick Winder
Nick Winder@nfxDevelopment·
@nikpolale I'd consider the switch from MailerLite. Big worry is sender reputation. Anything you could say to that?
English
2
0
1
19
Nic Polotnianko 🇺🇦
Nic Polotnianko 🇺🇦@nikpolale·
sequenzy was extremely absurdly cheap all changes in a few weeks we'd be just absurdly cheap
Nic Polotnianko 🇺🇦 tweet media
English
5
1
27
1.5K
Matej Bukovinski
Matej Bukovinski@bukovinski·
Edit, redact, fill, annotate ... and VIEW PDFs directly inside Claude with Nutrient PDF Editor for Claude Cowork. Free preview. Install and use. nutrient.io/claude-desktop/
English
3
5
11
1.4K
Nick Winder
Nick Winder@nfxDevelopment·
@bukovinski @elmd_me Sadly there is a work around for a Claude Cowork bug that means we need to be Unix based for now. We'll keep checking back with Claude releases to see if they managed to resolve it though.
English
1
0
0
43
Nick Winder
Nick Winder@nfxDevelopment·
@EBogomolovs @dmartincy @OpenAIDevs Right now they don't support MCP Apps (UI side of MCP) in Codex desktop. We've seen development in the commit history though so I believe it should be there sooner or later.
English
0
0
1
242
Eddy Bogomolov
Eddy Bogomolov@EBogomolovs·
@dmartincy @OpenAIDevs Putting documents into the desktop client is the right call. The hard part was never the model, it's getting the file into the agent's context without pasting chunks by hand. Curious what the Codex limitation was, tool surface or context size?
English
1
0
0
35
Daniel Martín
Daniel Martín@dmartincy·
We just shipped a new way to interact with documents in Claude Desktop! Our plan is to integrate with Codex as well, but we hit some technical limitations. If anyone from the @OpenAIDevs team wants to loop in on the specifics, my DMs are open! 🙏
English
2
1
3
515