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_•12mo 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

AI Agent Traps

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6372438
1•baxtr•43s ago•0 comments

Show HN: Agentjail – Self Hosted Freestyle.sh

https://github.com/bugthesystem/agentjail
1•ziyasal•52s ago•0 comments

Humanoid robot beats human world record in half marathon

https://thenextweb.com/news/humanoid-robot-half-marathon-beijing-world-record
1•hochmartinez•1m ago•0 comments

Apollo 11 code open-sourced by NASA – Command Module and Lunar Module code repos

https://www.tomshardware.com/software/original-apollo-11-code-open-sourced-by-nasa-original-comma...
1•gnabgib•1m ago•0 comments

Chat with any live MCP server iMessage style

https://dialtoneapp.com/top-sites/www.visioforge.com/mcp
1•fcpguru•3m ago•0 comments

Anti-Amyloid Antibodies for Alzheimer: You Already Know

https://www.science.org/content/blog-post/anti-amyloid-antibodies-alzheimer-you-already-know
1•merksittich•5m ago•0 comments

The Ancient Weapons Active in Your Immune System Today

https://www.quantamagazine.org/the-ancient-weapons-active-in-your-immune-system-today-20260415/
2•tzury•6m ago•0 comments

Show HN: Nyx – multi-turn, adaptive, offensive testing harness for AI agents

https://fabraix.com
4•zachdotai•7m ago•0 comments

Psxsplash – Build PlayStation 1 Games in Unity

https://psxsplash.github.io/
1•spicyjpeg•8m ago•0 comments

Show HN: Dewobble – Filter out phantom clicks and mouse jitter

https://github.com/skorotkiewicz/dewobble
2•modinfo•9m ago•0 comments

AI's New Training Data: Your Old Work Slacks and Emails

https://www.forbes.com/sites/annatong/2026/04/16/ais-new-training-data-your-old-work-slacks-and-e...
1•gnabgib•9m ago•0 comments

Independent bookstores make quiet comeback as big chains dominate retail

https://www.theguardian.com/business/2026/apr/19/independent-bookstores-comeback
1•mykowebhn•20m ago•0 comments

Why every security awareness training has false positives

https://kindssecurity.com/blog/why-every-phishing-simulator-has-false-positives-except-one
2•paulwalkerSEC•22m ago•0 comments

Duolingo's CEO Backtracks Due to Backlash Over Performance Reviews

https://www.entrepreneur.com/business-news/duolingos-ceo-changing-how-he-measures-employee-perfor...
1•gpi•22m ago•0 comments

Show HN: Qapir – Generate API tests automatically from docs

https://app.qapir.io/
1•gradnichkovski•25m ago•1 comments

We beat Google's zero-knowledge proof of quantum cryptanalysis

https://blog.trailofbits.com/2026/04/17/we-beat-googles-zero-knowledge-proof-of-quantum-cryptanal...
1•rayhaanj•26m ago•0 comments

What's Your Favourite Amiga Games?

https://old.reddit.com/r/amiga/comments/1spxiu8/whats_your_favourite_amiga_games/
1•doener•27m ago•0 comments

How are you handling security for AI agents that use MCP tools?

1•bdhobson•28m ago•1 comments

The demand for local AI could shape a new business model for Apple

https://9to5mac.com/2026/04/19/apple-local-ai-server-hosting-new-business-model/
1•omer_k•28m ago•0 comments

MLX vs. CoreML on Apple Silicon: A Practical Guide to Picking the Right Back End

https://blog.ivan.digital/mlx-vs-coreml-on-apple-silicon-a-practical-guide-to-picking-the-right-b...
1•ipotapov•29m ago•0 comments

Tearing down a car telematic unit (and finding an accident on Facebook)

https://blog.quarkslab.com/tearing-down-a-car-telematic-unit-and-finding-an-accident-on-facebook....
2•breve•30m ago•0 comments

A Free and Open Source Orbital Flight Computer

https://gitlab.com/supernovalabs/pan-solar-nav
1•supernovalabs•30m ago•1 comments

Showcase: Kylrix; stop switching apps, your productivity suite all in one place

2•nathfavour•31m ago•0 comments

The fastest way to match characters on ARM processors?

https://lemire.me/blog/2026/04/19/the-fastest-way-to-match-characters-on-arm-processors/
1•mfiguiere•36m ago•0 comments

Show HN: Newsmaps.io a map of how news topics are covered by different countries

https://www.newsmaps.io/
2•mkoh•37m ago•0 comments

How Music Works [video]

https://www.youtube.com/watch?v=zbfKFa-reBE
1•gmays•38m ago•0 comments

Context.ai seemingly cause of Vercel breach

https://twitter.com/jaimeblascob/status/2045960143209152981
2•bearsyankees•38m ago•0 comments

EFF pushes back on Google data scandal response: 'Google screwed up'

https://www.androidauthority.com/eff-pushes-back-on-google-exception-claim-3658264/
2•donohoe•38m ago•0 comments

OpenMythos – open-source Mythos alternative

https://github.com/kyegomez/OpenMythos
1•orixilus•38m ago•0 comments

C++26: Reflection, Memory Safety, Contracts, and a New Async Model

https://www.infoq.com/news/2026/04/cpp-26-reflection-safety-async/
3•birdculture•39m ago•0 comments