Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tiotasram@kolektiva.social
2025-08-04 15:49:00

Should we teach vibe coding? Here's why not.
Should AI coding be taught in undergrad CS education?
1/2
I teach undergraduate computer science labs, including for intro and more-advanced core courses. I don't publish (non-negligible) scholarly work in the area, but I've got years of craft expertise in course design, and I do follow the academic literature to some degree. In other words, In not the world's leading expert, but I have spent a lot of time thinking about course design, and consider myself competent at it, with plenty of direct experience in what knowledge & skills I can expect from students as they move through the curriculum.
I'm also strongly against most uses of what's called "AI" these days (specifically, generative deep neutral networks as supplied by our current cadre of techbro). There are a surprising number of completely orthogonal reasons to oppose the use of these systems, and a very limited number of reasonable exceptions (overcoming accessibility barriers is an example). On the grounds of environmental and digital-commons-pollution costs alone, using specifically the largest/newest models is unethical in most cases.
But as any good teacher should, I constantly question these evaluations, because I worry about the impact on my students should I eschew teaching relevant tech for bad reasons (and even for his reasons). I also want to make my reasoning clear to students, who should absolutely question me on this. That inspired me to ask a simple question: ignoring for one moment the ethical objections (which we shouldn't, of course; they're very stark), at what level in the CS major could I expect to teach a course about programming with AI assistance, and expect students to succeed at a more technically demanding final project than a course at the same level where students were banned from using AI? In other words, at what level would I expect students to actually benefit from AI coding "assistance?"
To be clear, I'm assuming that students aren't using AI in other aspects of coursework: the topic of using AI to "help you study" is a separate one (TL;DR it's gross value is not negative, but it's mostly not worth the harm to your metacognitive abilities, which AI-induced changes to the digital commons are making more important than ever).
So what's my answer to this question?
If I'm being incredibly optimistic, senior year. Slightly less optimistic, second year of a masters program. Realistic? Maybe never.
The interesting bit for you-the-reader is: why is this my answer? (Especially given that students would probably self-report significant gains at lower levels.) To start with, [this paper where experienced developers thought that AI assistance sped up their work on real tasks when in fact it slowed it down] (arxiv.org/abs/2507.09089) is informative. There are a lot of differences in task between experienced devs solving real bugs and students working on a class project, but it's important to understand that we shouldn't have a baseline expectation that AI coding "assistants" will speed things up in the best of circumstances, and we shouldn't trust self-reports of productivity (or the AI hype machine in general).
Now we might imagine that coding assistants will be better at helping with a student project than at helping with fixing bugs in open-source software, since it's a much easier task. For many programming assignments that have a fixed answer, we know that many AI assistants can just spit out a solution based on prompting them with the problem description (there's another elephant in the room here to do with learning outcomes regardless of project success, but we'll ignore this over too, my focus here is on project complexity reach, not learning outcomes). My question is about more open-ended projects, not assignments with an expected answer. Here's a second study (by one of my colleagues) about novices using AI assistance for programming tasks. It showcases how difficult it is to use AI tools well, and some of these stumbling blocks that novices in particular face.
But what about intermediate students? Might there be some level where the AI is helpful because the task is still relatively simple and the students are good enough to handle it? The problem with this is that as task complexity increases, so does the likelihood of the AI generating (or copying) code that uses more complex constructs which a student doesn't understand. Let's say I have second year students writing interactive websites with JavaScript. Without a lot of care that those students don't know how to deploy, the AI is likely to suggest code that depends on several different frameworks, from React to JQuery, without actually setting up or including those frameworks, and of course three students would be way out of their depth trying to do that. This is a general problem: each programming class carefully limits the specific code frameworks and constructs it expects students to know based on the material it covers. There is no feasible way to limit an AI assistant to a fixed set of constructs or frameworks, using current designs. There are alternate designs where this would be possible (like AI search through adaptation from a controlled library of snippets) but those would be entirely different tools.
So what happens on a sizeable class project where the AI has dropped in buggy code, especially if it uses code constructs the students don't understand? Best case, they understand that they don't understand and re-prompt, or ask for help from an instructor or TA quickly who helps them get rid of the stuff they don't understand and re-prompt or manually add stuff they do. Average case: they waste several hours and/or sweep the bugs partly under the rug, resulting in a project with significant defects. Students in their second and even third years of a CS major still have a lot to learn about debugging, and usually have significant gaps in their knowledge of even their most comfortable programming language. I do think regardless of AI we as teachers need to get better at teaching debugging skills, but the knowledge gaps are inevitable because there's just too much to know. In Python, for example, the LLM is going to spit out yields, async functions, try/finally, maybe even something like a while/else, or with recent training data, the walrus operator. I can't expect even a fraction of 3rd year students who have worked with Python since their first year to know about all these things, and based on how students approach projects where they have studied all the relevant constructs but have forgotten some, I'm not optimistic seeing these things will magically become learning opportunities. Student projects are better off working with a limited subset of full programming languages that the students have actually learned, and using AI coding assistants as currently designed makes this impossible. Beyond that, even when the "assistant" just introduces bugs using syntax the students understand, even through their 4th year many students struggle to understand the operation of moderately complex code they've written themselves, let alone written by someone else. Having access to an AI that will confidently offer incorrect explanations for bugs will make this worse.
To be sure a small minority of students will be able to overcome these problems, but that minority is the group that has a good grasp of the fundamentals and has broadened their knowledge through self-study, which earlier AI-reliant classes would make less likely to happen. In any case, I care about the average student, since we already have plenty of stuff about our institutions that makes life easier for a favored few while being worse for the average student (note that our construction of that favored few as the "good" students is a large part of this problem).
To summarize: because AI assistants introduce excess code complexity and difficult-to-debug bugs, they'll slow down rather than speed up project progress for the average student on moderately complex projects. On a fixed deadline, they'll result in worse projects, or necessitate less ambitious project scoping to ensure adequate completion, and I expect this remains broadly true through 4-6 years of study in most programs (don't take this as an endorsement of AI "assistants" for masters students; we've ignored a lot of other problems along the way).
There's a related problem: solving open-ended project assignments well ultimately depends on deeply understanding the problem, and AI "assistants" allow students to put a lot of code in their file without spending much time thinking about the problem or building an understanding of it. This is awful for learning outcomes, but also bad for project success. Getting students to see the value of thinking deeply about a problem is a thorny pedagogical puzzle at the best of times, and allowing the use of AI "assistants" makes the problem much much worse. This is another area I hope to see (or even drive) pedagogical improvement in, for what it's worth.
1/2

@arXiv_csLO_bot@mastoxiv.page
2025-08-04 08:35:11

Deciding the Value of Two-Clock Almost Non-Zeno Weighted Timed Games
Isa Vialard
arxiv.org/abs/2508.00014 arxiv.org/pdf/2508.00014

@arXiv_csLG_bot@mastoxiv.page
2025-09-04 10:27:11

Autonomous Learning From Success and Failure: Goal-Conditioned Supervised Learning with Negative Feedback
Zeqiang Zhang, Fabian Wurzberger, Gerrit Schmid, Sebastian Gottwald, Daniel A. Braun
arxiv.org/abs/2509.03206

@arXiv_statME_bot@mastoxiv.page
2025-09-04 09:38:41

Exponentially weighted moving average chart using zero-inflated negative binomial distribution
Ali Abbas, Sajid Ali, Ismail Shah
arxiv.org/abs/2509.03304

@arXiv_mathDS_bot@mastoxiv.page
2025-08-05 08:55:40

Exponential mixing of frame flows for three dimensional manifolds of quarter-pinched negative curvature
Mark Pollicott, Daofei Zhang
arxiv.org/abs/2508.01593

@arXiv_mathCO_bot@mastoxiv.page
2025-08-05 09:44:11

Classification of polyhedral graphs by numbers of common neighbours
Riccardo W. Maffucci
arxiv.org/abs/2508.01349 arxiv.org/pdf/2508.01349

@blakes7bot@mas.torpidity.net
2025-08-04 09:44:14

Series B, Episode 04 - Horizon
ZEN: Negative. Freighter is operating minimum scan.
AVON: What's a freighter doing this far out? He's in Zone Eight already. Where the hell is he going?
BLAKE: Zen, plot of the freighter's course?
blake.torpidity.net/m/204/22 B7B2…

@arXiv_mathCT_bot@mastoxiv.page
2025-08-04 08:56:51

Locally finitely presented Grothendieck categories with a flat generator
Lorenzo Martini, Carlos E. Parra, Manuel Saor\'in, Simone Virili
arxiv.org/abs/2508.00670

@arXiv_hepth_bot@mastoxiv.page
2025-08-05 10:14:20

Holographic symmetry algebra for the MHV sector revisited
Shamik Banerjee, Raju Mandal, Milan Patra
arxiv.org/abs/2508.02098 arxiv.org/pdf/…

@arXiv_mathOC_bot@mastoxiv.page
2025-09-04 09:45:21

A modified exact penalty approach for general constrained $\ell_0$-sparse optimization problems
Christian Kanzow, Felix Wei{\ss}
arxiv.org/abs/2509.03203

@arXiv_csIR_bot@mastoxiv.page
2025-06-05 09:42:02

This arxiv.org/abs/2506.02916 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_mathDG_bot@mastoxiv.page
2025-07-04 08:09:41

Maximal stretch and Lipschitz maps on Riemannian manifolds of negative curvature
Xian Dai, Gerhard Knieper
arxiv.org/abs/2507.02617

@arXiv_eessSP_bot@mastoxiv.page
2025-06-05 09:46:09

This arxiv.org/abs/2503.14315 has been replaced.
initial toot: mastoxiv.page/@arXiv_ees…

@arXiv_mathGT_bot@mastoxiv.page
2025-06-05 07:25:20

On the domination of surface-group representations in $\mathrm{PU}(2,1)$
Pabitra Barman, Krishnendu Gongopadhyay
arxiv.org/abs/2506.03838

@arXiv_mathPR_bot@mastoxiv.page
2025-09-04 09:18:51

$q$-Deformed Discrete Whittaker Processes
Richard Ninness
arxiv.org/abs/2509.02881 arxiv.org/pdf/2509.02881

@arXiv_astrophCO_bot@mastoxiv.page
2025-08-04 08:45:20

Effective Phantom Divide Crossing with Standard and Negative Quintessence
Adri\`a G\'omez-Valent, Alex Gonz\'alez-Fuentes
arxiv.org/abs/2508.00621

@arXiv_mathSG_bot@mastoxiv.page
2025-08-05 07:46:00

On the contact type conjecture for exact magnetic systems
Lina Deschamps, Levin Maier, Tom Stalljohann
arxiv.org/abs/2508.01113 arxiv.org/p…

@arXiv_statML_bot@mastoxiv.page
2025-07-04 13:06:23

Replaced article(s) found for stat.ML. arxiv.org/list/stat.ML/new
[1/2]:
- Non-negative matrix factorization algorithms generally improve topic model fits
Peter Carbonetto, Abhishek Sarkar, Zihao Wang, Matthew Stephens

@arXiv_mathAP_bot@mastoxiv.page
2025-08-05 09:12:00

Core detection via Ricci curvature flows on weighted graphs
Juan Zhao, Jicheng Ma, Yunyan Yang, Liang Zhao
arxiv.org/abs/2508.01400 arxiv.o…

@arXiv_hepph_bot@mastoxiv.page
2025-07-04 09:48:41

The Yukawa potential of a non-homogeneous sphere, with new limits on an ultralight boson
Pierre Fayet
arxiv.org/abs/2507.02723

@arXiv_eessSY_bot@mastoxiv.page
2025-09-04 08:55:21

Spiking control systems for soft robotics: a rhythmic case study in a soft robotic crawler
Juncal Arbelaiz, Alessio Franci, Naomi Ehrich Leonard, Rodolphe Sepulchre, Bassam Bamieh
arxiv.org/abs/2509.02968

@arXiv_mathGN_bot@mastoxiv.page
2025-08-05 08:05:10

Local compactness does not always imply spatiality
G. Bezhanishvili, S. D. Melzer, R. Raviprakash, A. L. Suarez
arxiv.org/abs/2508.01645 ar…

@arXiv_csCY_bot@mastoxiv.page
2025-09-04 07:41:20

Exploring the interplay between Planetary Boundaries and Sustainable Development Goals using Large Language Models
Lamyae Rhomrasi, Pilar Manch\'on, Ricardo Vinuesa, Francesco Fuso-Nerini, J. Alberto Conejero, Javier Garc\'ia-Mart\'inez, Sergio Hoyas
arxiv.org/abs/2509.02638

@arXiv_eessIV_bot@mastoxiv.page
2025-09-04 09:24:11

Foundation Model-Driven Classification of Atypical Mitotic Figures with Domain-Aware Training Strategies
Piotr Giedziun, Jan So{\l}tysik, Mateusz G\'orczany, Norbert Ropiak, Marcin Przymus, Piotr Krajewski, Jaros{\l}aw Kwiecie\'n, Artur Bartczak, Izabela Wasiak, Mateusz Maniewski
arxiv.org/abs/2509.02601

@arXiv_econEM_bot@mastoxiv.page
2025-09-03 07:47:51

Handling Sparse Non-negative Data in Finance
Agostino Capponi, Zhaonan Qu
arxiv.org/abs/2509.01478 arxiv.org/pdf/2509.01478

@arXiv_mathST_bot@mastoxiv.page
2025-08-04 07:50:50

Parametric convergence rate of some nonparametric estimators in mixtures of power series distributions
Fadoua Balabdaoui, Harald Besdziek, Yong Wang
arxiv.org/abs/2508.00163

@arXiv_qfinST_bot@mastoxiv.page
2025-09-04 09:04:51

Non-Linear and Meta-Stable Dynamics in Financial Markets: Evidence from High Frequency Crypto Currency Market Makers
Igor Halperin
arxiv.org/abs/2509.02941

@arXiv_csLG_bot@mastoxiv.page
2025-09-04 10:29:21

Estudio de la eficiencia en la escalabilidad de GPUs para el entrenamiento de Inteligencia Artificial
David Cortes, Carlos Juiz, Belen Bermejo
arxiv.org/abs/2509.03263

@arXiv_astrophEP_bot@mastoxiv.page
2025-09-04 09:40:51

ALMA Reveals an Eccentricity Gradient in the Fomalhaut Debris Disk
Joshua B. Lovell, Elliot M. Lynch, Jay Chittidi, Antranik A. Sefilian, Sean M. Andrews, Grant M. Kennedy, Meredith MacGregor, David J. Wilner, Mark C. Wyatt
arxiv.org/abs/2509.02884

@arXiv_physicsplasmph_bot@mastoxiv.page
2025-06-05 07:35:34

Sheath electron heating in surface wave discharges driven at microwave frequencies
Denis Eremin, Andrew T. Powis, Igor D. Kaganovich
arxiv.org/abs/2506.04010

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-06-05 07:29:17

Itinerant versus localized magnetism in spin gapped metallic half-Heusler compounds: Stoner criterion and magnetic interactions
E. Sas{\i}oglu, W. Beida, S. Ghosh, M. Tas, B. Sanyal, S. Lounis, S. Blugel, I. Mertig, I. Galanakis
arxiv.org/abs/2506.03416

@arXiv_physicschemph_bot@mastoxiv.page
2025-08-04 08:13:31

Organic Electrochemical Neurons: Nonlinear Tools for Complex Dynamics
Gonzalo Rivera-Sierra, Roberto Fenollosa, Juan Bisquert
arxiv.org/abs/2508.00663

@arXiv_mathAC_bot@mastoxiv.page
2025-09-05 08:04:51

On Riordan groups involving formal semi-Laurent series and their Lie group structure
Dariusz Bugajewski, Dawid Bugajewski, Xiao-Xiong Gan, Piotr Ma\'ckowiak
arxiv.org/abs/2509.04160

@arXiv_qbioNC_bot@mastoxiv.page
2025-08-05 09:02:20

Patterns of imbalance states between sub-brain regimes during development in the resting state
Fahimeh Ahmadi, Zahra Moradimanesh, Reza Khosrowabadi, G. Reza Jafari
arxiv.org/abs/2508.01307

@arXiv_condmatsoft_bot@mastoxiv.page
2025-06-05 07:31:03

Programmable wrinkling for functionally-graded auxetic circular membranes
Sairam Pamulaparthi Venkata, Valentina Balbi, Michel Destradea, Dino Accoto, Giuseppe Zurlo
arxiv.org/abs/2506.04148

@arXiv_physicsoptics_bot@mastoxiv.page
2025-07-03 09:35:10

Negative Refraction Makes a Perfect Lens
JB Pendry
arxiv.org/abs/2507.01682 arxiv.org/pdf/2507.01682

@arXiv_physicsappph_bot@mastoxiv.page
2025-08-04 08:55:21

A compact quasi-zero stiffness metamaterial based on monolithic shells for vibration isolation
Yong Zhang, Xianfeng Chen
arxiv.org/abs/2508.00310

@arXiv_mathDG_bot@mastoxiv.page
2025-06-05 09:46:34

This arxiv.org/abs/2403.07698 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@arXiv_mathCO_bot@mastoxiv.page
2025-08-05 09:27:10

New conjectures on the inertia of graphs
Saieed Akbari, Clive Elphick, Hitesh Kumar, Shivaramakrishna Pragada, Quanyu Tang
arxiv.org/abs/2508.01163

@arXiv_hepth_bot@mastoxiv.page
2025-08-05 10:52:50

Bosonization, BTZ Black Hole Microstates, and Logarithmic Correction to Entropy
Suvankar Dutta, Shruti Menon, Aayush Srivastav
arxiv.org/abs/2508.02663

@primonatura@mstdn.social
2025-07-01 17:00:37

"New research confirms residential PV tends to increase household power consumption"
#SolarPower #Energy #Renewables

@arXiv_mathFA_bot@mastoxiv.page
2025-09-04 09:39:51

On Markushevich bases $\{x^{\lambda_n}\}_{n=1}^{\infty}$ for their closed span in weighted $L^2 (A)$ spaces over sets $A\subset [0,\infty)$ of positive Lebesgue measure, hereditary completeness, and moment problems
Elias Zikkos
arxiv.org/abs/2509.03434

@arXiv_quantph_bot@mastoxiv.page
2025-07-02 14:09:36

Replaced article(s) found for quant-ph. arxiv.org/list/quant-ph/new
[1/2]:
- Tunable negative permeability in a quantum plasmonic metamaterial
K. R. McEnery, M. S. Tame, S. A. Maier, M. S. Kim

@arXiv_csAR_bot@mastoxiv.page
2025-09-03 07:49:42

Energy Efficient Exact and Approximate Systolic Array Architecture for Matrix Multiplication
Pragun Jaswal, L. Hemanth Krishna, B. Srinivasu
arxiv.org/abs/2509.00778

@arXiv_statME_bot@mastoxiv.page
2025-08-05 09:10:00

To Vary or Not To Vary: A Flexible Empirical Bayes Factor for Testing Variance Components
Fabio Vieira, Hongwei Zhao, Joris Mulder
arxiv.org/abs/2508.01403

@arXiv_csDS_bot@mastoxiv.page
2025-09-03 08:57:13

Hitting Geodesic Intervals in Structurally Restricted Graphs
Tatsuya Gima, Yasuaki Kobayashi, Yuto Okada, Yota Otachi, Hayato Takaike
arxiv.org/abs/2509.01413

@arXiv_mathPR_bot@mastoxiv.page
2025-08-05 10:31:31

On the surjectivity of the conditional expectation given a real random variable
Julien Guyon, Thibault Jeannin, Benjamin Jourdain
arxiv.org/abs/2508.02416

@arXiv_mathNA_bot@mastoxiv.page
2025-07-03 09:16:40

Asymptotic Preserving and Accurate scheme for Multiscale Poisson-Nernst-Planck (MPNP) system
Clarissa Astuto, Giovanni Russo
arxiv.org/abs/2507.01402

@arXiv_csCR_bot@mastoxiv.page
2025-07-02 09:04:20

A Technique for the Detection of PDF Tampering or Forgery
Gabriel Grobler, Sheunesu Makura, Hein Venter
arxiv.org/abs/2507.00827

@arXiv_mathph_bot@mastoxiv.page
2025-07-02 08:12:40

Dissociation limits in Density Functional Theory
Guy Bouchitt\'e, Giuseppe Buttazzo, Thierry Champion, Luigi De Pascale
arxiv.org/abs/2507.00063

@arXiv_csIR_bot@mastoxiv.page
2025-07-04 08:36:31

Listwise Preference Alignment Optimization for Tail Item Recommendation
Zihao Li, Chao Yang, Tong Zhang, Yakun Chen, Xianzhi Wang, Guandong Xu, Daoyi Dong
arxiv.org/abs/2507.02255

@arXiv_mathNT_bot@mastoxiv.page
2025-07-02 08:41:20

On the Frobenius Problem for Some Generalized Fibonacci Subsequences -- II
Ryan Azim Shaikh, Amitabha Tripathi
arxiv.org/abs/2507.00495

@arXiv_csCV_bot@mastoxiv.page
2025-09-01 09:55:52

Learning from Silence and Noise for Visual Sound Source Localization
Xavier Juanola, Giovana Morais, Magdalena Fuentes, Gloria Haro
arxiv.org/abs/2508.21761

@arXiv_csLO_bot@mastoxiv.page
2025-09-03 09:33:13

An Information-Flow Perspective on Explainability Requirements: Specification and Verification
Bernd Finkbeiner, Hadar Frenkel, Julian Siber
arxiv.org/abs/2509.01479

@arXiv_csCL_bot@mastoxiv.page
2025-08-01 10:20:11

DiffLoRA: Differential Low-Rank Adapters for Large Language Models
Alexandre Misrahi, Nadezhda Chirkova, Maxime Louis, Vassilina Nikoulina
arxiv.org/abs/2507.23588

@arXiv_mathDS_bot@mastoxiv.page
2025-07-03 08:12:10

Non-unique equilibrium measures and freezing phase transitions for matrix cocycles for negative $t$
Reza Mohammadpour, Anthony Quas
arxiv.org/abs/2507.01148

@arXiv_mathPR_bot@mastoxiv.page
2025-07-04 09:05:21

The Triangle Friendship Paradox
Bishakh Bhattacharya, Nitya Gadhiwala, Frank den Hollander, Pradeeptha R Jain, Tejashree Subramanya
arxiv.org/abs/2507.02627

@arXiv_hepth_bot@mastoxiv.page
2025-09-03 12:26:53

Canonical Forms as Dual Volumes
Elia Mazzucchelli, Prashanth Raman
arxiv.org/abs/2509.02239 arxiv.org/pdf/2509.02239

@arXiv_csAI_bot@mastoxiv.page
2025-07-01 09:12:53

Bridging Ethical Principles and Algorithmic Methods: An Alternative Approach for Assessing Trustworthiness in AI Systems
Michael Papademas, Xenia Ziouvelou, Antonis Troumpoukis, Vangelis Karkaletsis
arxiv.org/abs/2506.22774

@NFL@darktundra.xyz
2025-07-28 17:26:22

Aaron Rodgers addresses Terry Bradshaw's negative comments, plus training camp takeaways from the weekend

cbssports.com/nfl/news/aaron-r

@arXiv_csRO_bot@mastoxiv.page
2025-06-30 09:48:40

RM-Dijkstra: A surface optimal path planning algorithm based on Riemannian metric
Yu Zhang, Xiao-Song Yang
arxiv.org/abs/2506.22170

@arXiv_mathOC_bot@mastoxiv.page
2025-09-01 08:29:03

Impulse control in a spectrally negative L\'evy model with a level-dependent intensity of bankruptcy
Dante Mata
arxiv.org/abs/2508.21133

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-08-04 09:40:11

Extrinsic nature of the polarization in hafnia ferroelectrics
Binayak Mukherjee (Luxembourg Institute of Science and Technology), Natalya S. Fedorova (Luxembourg Institute of Science and Technology), Jorge \'I\~niguez-Gonz\'alez (Luxembourg Institute of Science and Technology, University of Luxembourg)
arxiv.org/abs/2508.00…

@arXiv_statCO_bot@mastoxiv.page
2025-07-04 12:45:02

Replaced article(s) found for stat.CO. arxiv.org/list/stat.CO/new
[1/1]:
- Non-negative matrix factorization algorithms generally improve topic model fits
Peter Carbonetto, Abhishek Sarkar, Zihao Wang, Matthew Stephens

@arXiv_condmatsoft_bot@mastoxiv.page
2025-07-03 09:19:30

Sub-barrier cavitation in liquid helium
Mikhail Pekker, Mikhail N. Shneider
arxiv.org/abs/2507.01910 arxiv.org/pdf/25…

@arXiv_hepph_bot@mastoxiv.page
2025-09-03 12:05:03

Doubly charmed pentaquark states with strangeness $S=0, -1$
Wei Chen, Feng-Bo Duan, Zi-Yan Yang, Qi-Nan Wang, Xu-Liang Chen, Qian Wang
arxiv.org/abs/2509.01965

@arXiv_mathCT_bot@mastoxiv.page
2025-07-01 08:17:33

Graphs With Polarities
John C. Baez, Adittya Chaudhuri
arxiv.org/abs/2506.23375 arxiv.org/pdf/2506.23375

@arXiv_csSI_bot@mastoxiv.page
2025-07-28 08:45:51

Negative news posts are less prevalent and generate lower user engagement than non-negative news posts across six countries
Szymon Talaga, Dominik Batorski, Magdalena Wojcieszak
arxiv.org/abs/2507.19300

@arXiv_physicsoptics_bot@mastoxiv.page
2025-09-03 10:50:13

Non-Foster Photonic Time Crystals
Zeyuan Li, Mohammad Sajjad Mirmoosa, Silvio Hrabar, Viktar Asadchy, Xuchen Wang
arxiv.org/abs/2509.00795

@arXiv_grqc_bot@mastoxiv.page
2025-07-01 10:17:43

Helically twisted spacetime: study of geometric and wave optics, and physical analysis
Edilberto O. Silva, Frankbelson dos S. Azevedo, Faizuddin Ahmed
arxiv.org/abs/2506.23291

@arXiv_csHC_bot@mastoxiv.page
2025-08-26 10:06:16

Negative Shanshui: Real-time Interactive Ink Painting Synthesis
Aven-Le Zhou
arxiv.org/abs/2508.16612 arxiv.org/pdf/2508.16612

@arXiv_csIR_bot@mastoxiv.page
2025-09-03 10:15:13

Beyond Negative Transfer: Disentangled Preference-Guided Diffusion for Cross-Domain Sequential Recommendation
Xiaoxin Ye, Chengkai Huang, Hongtao Huang, Lina Yao
arxiv.org/abs/2509.00389

@arXiv_physicsplasmph_bot@mastoxiv.page
2025-06-05 07:35:33

Impact of triangularity on edge transport and divertor detachment: a SOLPS-ITER study of TCV L-mode plasmas
Fabio Mombelli, Andrea Mastrogirolamo, Elena Tonello, Olivier F\'evrier, Garance Durr-Legoupil-Nicoud, Massimo Carpita, Fabio Subba, Matteo Passoni, the TCV team, the EUROfusion Tokamak Exploitation Team
arxiv.…

@cosmos4u@scicomm.xyz
2025-07-17 03:28:46

50 years ago today, at 16:09 UTC on 17 July 1975, the Apollo-Soyuz Test Project culminated in the first docking of the spacecraft - but afterwards an interesting experiment took place: after they separated again Apollo (the final one; no number) occulted the Sun from the point of view of Soyuz 19. Images obtained show mostly outgassing from Apollo forward-scattering light from the hidden Sun but allegedly there is also some outer corona in the images of which #eclipse experiment was described in the mission press kit nasa.gov/wp-content/uploads/st on PDF pages 37-39 and the outcome is discussed in the didactical NASA brochure ntrs.nasa.gov/api/citations/19 on PDF pages 20-27; there is apparently also a more technical paper in a mission science report but I couldn't find that one online.

@arXiv_physicsfludyn_bot@mastoxiv.page
2025-07-01 10:44:13

Lagrangian Finite-Time Fluctuation Relation in isotropic turbulence
Hanxun Yao, Tamer A. Zaki, Charles Meneveau
arxiv.org/abs/2506.23336

@arXiv_csLG_bot@mastoxiv.page
2025-09-01 09:58:42

UniMLR: Modeling Implicit Class Significance for Multi-Label Ranking
V. Bugra Yesilkaynak, Emine Dari, Alican Mertan, Gozde Unal
arxiv.org/abs/2508.21772

@arXiv_mathNT_bot@mastoxiv.page
2025-09-01 09:11:12

A framework for proving quantum modularity: Application to Witten's asymptotic expansion conjecture
Yuya Murakami
arxiv.org/abs/2508.21710

@arXiv_mathGT_bot@mastoxiv.page
2025-07-01 09:28:23

Unknotting number is not additive under connected sum
Mark Brittenham, Susan Hermiller
arxiv.org/abs/2506.24088 arxiv…

@arXiv_eessIV_bot@mastoxiv.page
2025-07-02 09:54:20

Adiabatic Capacitive Neuron: An Energy-Efficient Functional Unit for Artificial Neural Networks
Sachin Maheshwari, Mike Smart, Himadri Singh Raghav, Themis Prodromakis, Alexander Serb
arxiv.org/abs/2507.00831

@arXiv_csAI_bot@mastoxiv.page
2025-07-01 11:05:03

Data Augmentation for Cognitive Behavioral Therapy: Leveraging ERNIE Language Models using Artificial Intelligence
Bosubabu Sambana, Kondreddygari Archana, Suram Indhra Sena Reddy, Shaik Meethaigar Jameer Basha, Shaik Karishma
arxiv.org/abs/2506.23503

@arXiv_condmatsoft_bot@mastoxiv.page
2025-07-03 08:30:40

Low-temperature anomalies in 1D hard rods with soft attractive nearest-neighbor interactions
Igor Trav\v{e}nec, Ladislav \v{S}amaj
arxiv.org/abs/2507.01568

@arXiv_mathDS_bot@mastoxiv.page
2025-09-01 09:04:22

Negative Lyapunov exponent of circle maps forced by expanding circle endomorphisms
Kirthana Rajasekar
arxiv.org/abs/2508.21645 arxiv.org/pd…

@arXiv_mathAC_bot@mastoxiv.page
2025-09-01 08:04:23

Some remarks on $u$-$S$-Noetherian and $u$-$S$-coherent rings
Xiaolei Zhang, Wei Qi
arxiv.org/abs/2508.21400 arxiv.org/pdf/2508.21400

@arXiv_physicsplasmph_bot@mastoxiv.page
2025-07-03 08:05:40

Quadruple Beltrami field structures in electron-positron multi-ion plasma
Farhat Saleem, M. Iqbal, Usman Shazad
arxiv.org/abs/2507.01283

@arXiv_mathNA_bot@mastoxiv.page
2025-07-30 08:35:52

Variational inference and density estimation with non-negative tensor train
Xun Tang, Rajat Dwaraknath, Lexing Ying
arxiv.org/abs/2507.21519

@arXiv_quantph_bot@mastoxiv.page
2025-07-28 09:46:21

Wave packets, "negative times" and the elephant in the room
D. Sokolovski, A. Matzkin
arxiv.org/abs/2507.19105 arxiv.org/pdf/2507…

@arXiv_astrophCO_bot@mastoxiv.page
2025-07-02 08:23:59

Quantum stress-energy at timelike boundaries: testing a new beyond-$\Lambda$CDM parameter with cosmological data
Oliver H. E. Philcox, Eva Silverstein, Gonzalo Torroba
arxiv.org/abs/2507.00115

@arXiv_grqc_bot@mastoxiv.page
2025-08-01 08:30:31

Quantum Black Holes: Perihelion Advance, Quasi Normal Modes and Classical/ Topological Thermodynamics
Grigoris Panotopoulos, Francisco Tello-Ortiz
arxiv.org/abs/2507.22945

@arXiv_mathCO_bot@mastoxiv.page
2025-08-29 10:04:21

Edge-connectivity and non-negative Lin-Lu-Yau curvature
Shiping Liu, Qing Xia
arxiv.org/abs/2508.20950 arxiv.org/pdf/2508.20950

@arXiv_mathDG_bot@mastoxiv.page
2025-07-01 09:20:13

The Dirichlet problem for the minimal surface system on smooth domains
Caiyan Li, Hengyu Zhou
arxiv.org/abs/2506.23245

@arXiv_hepph_bot@mastoxiv.page
2025-07-01 11:18:23

The Lifespan of our Universe
Hoang Nhan Luu, Yu-Cheng Qiu, S. -H. Henry Tye
arxiv.org/abs/2506.24011 arxiv.org/pdf/25…

@arXiv_hepth_bot@mastoxiv.page
2025-07-31 09:10:31

Arbitrarily Negative Energy for Small Kaluza-Klein Bubbles
Gary T. Horowitz (Ricky), Guanyu (Ricky), Lu
arxiv.org/abs/2507.22120 arxiv.or…

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-09-01 08:46:53

Correlation tuned Fermi-arc topology in a Weyl ferromagnet
Yiran Peng, Rui Liu, Pengyu Zheng, Zhiping Yin
arxiv.org/abs/2508.21292 arxiv.or…

@arXiv_mathPR_bot@mastoxiv.page
2025-09-03 09:36:33

Convergence rate for Fluctuations of mean field interacting diffusion and application to 2D viscous Vortex model and Coulomb potential
Alekos Cecchin, Paul Nikolaev
arxiv.org/abs/2509.01266

@arXiv_csLG_bot@mastoxiv.page
2025-07-31 09:14:51

Hybrid activation functions for deep neural networks: S3 and S4 -- a novel approach to gradient flow optimization
Sergii Kavun
arxiv.org/abs/2507.22090

@arXiv_hepph_bot@mastoxiv.page
2025-08-01 09:15:11

Consistent $N_{\rm eff}$ fitting in big bang nucleosynthesis analysis
Sougata Ganguly, Tae Hyun Jung, Seokhoon Yun
arxiv.org/abs/2507.23354

@arXiv_mathDG_bot@mastoxiv.page
2025-07-31 08:55:41

Hypersurfaces of constant sum Hessian curvature in Hyperbolic space
Jianbo Yang, Yueming Lu
arxiv.org/abs/2507.22375 arxiv.org/pdf/2507.223…

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-08-01 09:35:51

Enhanced negative capacitance in La-doped Pb(Zr$_{0.4}$Ti$_{0.6}$)O$_3$ ferroelectric capacitor by tuning bias voltage pulse to induce intrinsic domain switching kinetics
Ganga S. Kumar, Sudipta Goswami, Shubhasree Chatterjee, Dilruba Hasina, Miral Verma, Devajyoti Mukherjee, Chandan Kumar Ghosh, Dipten Bhattacharya
arxiv.org/abs/2…

@arXiv_hepth_bot@mastoxiv.page
2025-07-30 09:39:42

Hydrodynamics with multiple charges and holography
Liam Gladden, Victor Ivo, Pavel K. Kovtun, Andrei O. Starinets
arxiv.org/abs/2507.21346

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-07-30 09:35:11

Orbital-selective charge transfer drives two-step negative thermal expansion structural transitions in PbTa2Se4
Peng Li, Xiaohui Yang, Wenhua Song, Zhefeng Lou, Tongrui Li, Zhengtai Liu, Zhu'an Xu, Zhuoyu Chen, Xiao Lin, Yang Liu
arxiv.org/abs/2507.21700