frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

The Escalation Trap

https://escalationtrap.substack.com/p/four-strategic-patterns-now-visible
1•caaqil•38s ago•0 comments

Are Computers Making Society More Unequal? (2013)

https://www.newyorker.com/business/currency/are-computers-making-society-more-unequal
1•kurinikku•59s ago•0 comments

Nvidia is cornering the HBM4 market

https://www.buysellram.com/blog/dram-shortage-wont-end-in-2026-why-nvidia-just-told-fabs-to-build...
3•jamesbsr•4m ago•1 comments

Dassault Starts Vortex Spaceplane Parts Production

https://aviationweek.com/space/launch-vehicles-propulsion/dassault-starts-vortex-spaceplane-parts...
1•vrganj•4m ago•0 comments

Travis Kalanick Debuts Plan for 'Gainfully Employed Robots'

https://www.bloomberg.com/news/articles/2026-03-13/ex-uber-ceo-kalanick-debuts-plan-for-gainfully...
1•gnabgib•5m ago•0 comments

You're not immune to propaganda [video]

https://www.youtube.com/watch?v=dl2fnWIlDZg
1•teleforce•5m ago•0 comments

Show HN: Tmux-nvim-navigator – Seamless navigation with zero Neovim config

https://github.com/sindrip/tmux-nvim-navigator
1•Sindrip•7m ago•0 comments

POP instruction speed (Jeff Garzik; Linus Torvalds) (2004)

https://yarchive.net/comp/linux/pop_instruction_speed.html
1•userbinator•7m ago•0 comments

P.U.S..H. Protocol: Self-Referential AI Engine with 6-Node Mesh (React/D3)

https://chailifeotft.github.io/PUSH-Protocol/
1•drayvntech•8m ago•0 comments

Show HN: CandlePulse – Natural language trading alerts powered by AI

https://candlepulse.com/home
2•rijesh4•9m ago•0 comments

Show HN: The Jobs Index

https://jobs.voxos.ai/
2•Falimonda•12m ago•1 comments

Successes and Breakdowns in Everyday Non-Display Smart Glasses Use

https://arxiv.org/abs/2602.22340
1•PaulHoule•13m ago•0 comments

The Great American Condo Crisis

https://www.theatlantic.com/ideas/2026/03/condo-housing-affordability-crisis/686353/
1•JumpCrisscross•14m ago•0 comments

The Return of Travis Kalanick: Fact and Fluff

https://om.co/2026/03/14/the-fact-fluff-of-return-of-travis-kalanick/
1•rmason•15m ago•0 comments

Mainframes Are Not Dead – They Are Becoming the Engine of Modern Banking

https://thebanking50.nl/mainframes-are-not-dead-they-are-becoming-the-engine-of-modern-banking/
1•rbanffy•16m ago•0 comments

China Open-Sources "Origin Pilot": The First Domestically Developed Quantum OS

https://quantumcomputingreport.com/china-open-sources-origin-pilot-the-first-domestically-develop...
1•rbanffy•17m ago•0 comments

Putting my stamp on a lost art: Why I still send postcards

https://www.csmonitor.com/The-Home-Forum/2026/0227/mail-USPS-art
2•Tomte•18m ago•1 comments

In This Cleveland Newsroom, AI Is Writing (But Not Reporting) the News

https://www.cjr.org/news/cleveland-newsroom-ai-rewrite-desk-chris-quinn-plain-dealer.php
1•Tomte•18m ago•0 comments

Extend or replace – how to evaluate your billing stack at AI scale

https://arnon.dk/extend-or-replace-how-to-evaluate-your-billing-stack-at-ai-scale/
1•arnon•19m ago•0 comments

Ask HN: How to Learn C++ in 2026?

1•creatorcoder•20m ago•0 comments

PulseLog – Python logger that opens a live browser dashboard (263k logs/SEC)

https://pypi.org/project/pulselog/
1•Rankush•20m ago•1 comments

OpenJarvis: Personal AI, on Personal Devices

https://scalingintelligence.stanford.edu/blogs/openjarvis/
3•jostylr•25m ago•0 comments

Show HN: Free OpenAI API Access with ChatGPT Account

https://github.com/EvanZhouDev/openai-oauth
2•EvanZhouDev•28m ago•2 comments

The Pentagon Went to War with Anthropic. What’s Really at Stake?

https://www.newyorker.com/news/annals-of-inquiry/the-pentagon-went-to-war-with-anthropic-whats-re...
3•Anon84•30m ago•0 comments

Show HN: iFrame Tester Gator

https://iframetest.com/
1•tonysurfly•34m ago•0 comments

Show HN: Graft – Your local environment, everywhere

https://graft.run
2•erdaniels•35m ago•1 comments

Canada's Bill C-22 Mandates Mass Metadata Surveillance of Canadians

https://www.parl.ca/DocumentViewer/en/45-1/bill/C-22/first-reading
2•opengrass•35m ago•0 comments

Russia's new elite hit squad was compromised by using Google Translate

https://theins.ru/en/inv/290235
2•amarcheschi•36m ago•0 comments

DriverExplorer – Windows kernel driver loader and viewer in Rust

https://github.com/orinimron123/DriverExplorer
1•orinimron123•37m ago•0 comments

I'm Too Lazy to Check Datadog Every Morning, So I Made AI Do It

https://quickchat.ai/post/automate-bug-triage-with-claude-code-and-datadog
1•piotrgrudzien•38m ago•0 comments