Nick Strayer

3.5K posts

Nick Strayer banner
Nick Strayer

Nick Strayer

@NicholasStrayer

Engineer on the Shiny team at @posit_pbc. I write code with #javascript/#typescript to help people write code in #rstats and #python

Ann Arbor, MI Katılım Şubat 2013
343 Takip Edilen5K Takipçiler
Sabitlenmiş Tweet
Nick Strayer
Nick Strayer@NicholasStrayer·
Super excited to share with everyone the two ways I've been developing to make building your shiny app's UI faster, easier, and more pleasant: {gridlayout} and {shinyuieditor} (🧵1/5) #RStudioConf #RStats #rstudioconf2022
Nick Strayer tweet media
English
12
150
702
0
Nick Strayer retweetledi
Wes McKinney
Wes McKinney@wesmckinn·
"Say no to slop. Managing AI generated code at scale is an emerging problem, and will require new processes and conventions to keep code quality high" This is exactly what I've been building roborev.io for
Greg Brockman@gdb

Software development is undergoing a renaissance in front of our eyes. If you haven't used the tools recently, you likely are underestimating what you're missing. Since December, there's been a step function improvement in what tools like Codex can do. Some great engineers at OpenAI yesterday told me that their job has fundamentally changed since December. Prior to then, they could use Codex for unit tests; now it writes essentially all the code and does a great deal of their operations and debugging. Not everyone has yet made that leap, but it's usually because of factors besides the capability of the model. Every company faces the same opportunity now, and navigating it well — just like with cloud computing or the Internet — requires careful thought. This post shares how OpenAI is currently approaching retooling our teams towards agentic software development. We're still learning and iterating, but here's how we're thinking about it right now: As a first step, by March 31st, we're aiming that: (1) For any technical task, the tool of first resort for humans is interacting with an agent rather than using an editor or terminal. (2) The default way humans utilize agents is explicitly evaluated as safe, but also productive enough that most workflows do not need additional permissions. In order to get there, here's what we recommended to the team a few weeks ago: 1. Take the time to try out the tools. The tools do sell themselves — many people have had amazing experiences with 5.2 in Codex, after having churned from codex web a few months ago. But many people are also so busy they haven't had a chance to try Codex yet or got stuck thinking "is there any way it could do X" rather than just trying. - Designate an "agents captain" for your team — the primary person responsible for thinking about how agents can be brought into the teams' workflow. - Share experiences or questions in a few designated internal channels - Take a day for a company-wide Codex hackathon 2. Create skills and AGENTS[.md]. - Create and maintain an AGENTS[.md] for any project you work on; update the AGENTS[.md] whenever the agent does something wrong or struggles with a task. - Write skills for anything that you get Codex to do, and commit it to the skills directory in a shared repository 3. Inventory and make accessible any internal tools. - Maintain a list of tools that your team relies on, and make sure someone takes point on making it agent-accessible (such as via a CLI or MCP server). 4. Structure codebases to be agent-first. With the models changing so fast, this is still somewhat untrodden ground, and will require some exploration. - Write tests which are quick to run, and create high-quality interfaces between components. 5. Say no to slop. Managing AI generated code at scale is an emerging problem, and will require new processes and conventions to keep code quality high - Ensure that some human is accountable for any code that gets merged. As a code reviewer, maintain at least the same bar as you would for human-written code, and make sure the author understands what they're submitting. 6. Work on basic infra. There's a lot of room for everyone to build basic infrastructure, which can be guided by internal user feedback. The core tools are getting a lot better and more usable, but there's a lot of infrastructure that currently go around the tools, such as observability, tracking not just the committed code but the agent trajectories that led to them, and central management of the tools that agents are able to use. Overall, adopting tools like Codex is not just a technical but also a deep cultural change, with a lot of downstream implications to figure out. We encourage every manager to drive this with their team, and to think through other action items — for example, per item 5 above, what else can prevent a lot of "functionally-correct but poorly-maintainable code" from creeping into codebases.

English
5
6
53
14.8K
Nick Strayer
Nick Strayer@NicholasStrayer·
Entirely possible that my workflow though was highly fit to 4.5 and I need to figure out how to work with a new model. If that is the case I really hope we don't have to tweak workflows every 3 months as a model comes out. It's exhausting. #SoftwareEngineering
English
0
0
0
111
Nick Strayer
Nick Strayer@NicholasStrayer·
After using Opus 4.6 for a while: I dont necessarily think it's better than 4.5. I've noticed more designs that it makes that are kind of obvious "I would not do it that way, let me fix it" than I had with 4.5. #ai #ClaudeCode
English
2
0
1
213
Nick Strayer
Nick Strayer@NicholasStrayer·
I got my start in programming with Jupyter notebooks and so they are dear to my heart. If you’re an adventurous data scientist, download the latest Positron and give it a try! Feedback is welcome and highly encouraged! posit.co/blog/announcin…
English
0
0
1
112
Nick Strayer
Nick Strayer@NicholasStrayer·
For example, the notebooks have best-in-class AI support by leveraging full notebook context and Positron’s existing kernel/interpreter infrastructure
Nick Strayer tweet media
English
1
0
1
126
Nick Strayer
Nick Strayer@NicholasStrayer·
For more than a year I have been working on a brand new Jupyter Notebook editor for Positron. This is a ground-up build of a new Jupyter Notebook experience built to leverage all the knowledge and tools Posit/Positron brings to the data science table. 🧵#jupyter
Nick Strayer tweet media
English
1
1
10
529
Nick Strayer
Nick Strayer@NicholasStrayer·
📢The {ShinyUiEditor} is finally out of its "alpha" stage! 📢 We've taken off the big scary warning about using it and want you to take it for a whirl. See my post about this on the Posit blog: posit.co/blog/shinyuied… #rstats #DataScience
English
1
22
86
7.8K
Nick Strayer
Nick Strayer@NicholasStrayer·
New {shinyuieditor} feature: the ability to clean up render functions for deleted outputs. Started from a template with a plot you don't need? You don't have to manually go in and delete the renderPlot() code after deleting it anymore! #rstats #shiny rstudio.github.io/shinyuieditor/
English
0
7
28
4.2K
Nick Strayer retweetledi
Appsilon
Appsilon@appsilon·
It’s official! The FDA has approved the first Shiny app submitted by the R Submissions Working Group. Read more on Pharmaverse blog, where our Appsilonians share how we used the Rhino framework to recreate the successful app for FDA's Pilot 2 project 🦏💙 pharmaverse.github.io/blog/posts/202…
English
1
15
89
17.1K
Nick Strayer
Nick Strayer@NicholasStrayer·
I'm pretty happy with the latest feature of the {shinyuieditor}: synced IDs between your UI and server code. Did you change your slider input ID to "numBins" from "bins"? Now any server code that uses that input will update too, so your app doesn't break! rstudio.github.io/shinyuieditor/
English
1
8
47
7.1K
Nick Strayer
Nick Strayer@NicholasStrayer·
Sneak-peak of the new landing page for the {shinyuieditor}. I've been rewriting it in @astrodotbuild and @tailwindui and man, it's by far the nicest website-building experience I've had. Things just work the way you'd expect and it's static first.
Nick Strayer tweet media
English
6
43
334
44.2K
Nick Strayer
Nick Strayer@NicholasStrayer·
(The screenshot is a video, not a terribly chosen still)
English
0
0
1
1.2K
Nick Strayer retweetledi
Paweł Przytuła
Paweł Przytuła@pawel_appsilon·
This is huge! @jcheng announced Shinylive for R at #positconf2023 🔥 Now you can: 1. Convert Shiny to static HTML/CSS/JS/wasm 2. Write Shiny apps directly in a browser 3. Embed Shiny as Quarto code chunks in other webapps #rshiny #rstats #positconf
Paweł Przytuła tweet media
English
5
56
264
35.1K